Projects

A collection of my personal projects, experiments, and open-source contributions.

Sentinel is a command-line tool that automatically executes commands when file changes are detected in a specified directory. It uses YAML configuration files to define commands for different file extensions, allowing for automated code formatting, linting, and other tasks.


A command-line tool for interacting with LLM APIs, allowing users to conduct conversations directly from the terminal. It supports multiple providers like OpenAI and Anthropic, with configurable settings for API keys, models, and token limits. Ellm stores conversation history and offers commands for managing chats, switching sessions, and adjusting configurations.


A visualization of Canada's rising debt using statistics reported in the annual financial reports of the Canadian government. Debt increase is based on the past 4 years, 2020 omitted due to increased covid spending. Population growth based on statcan estimations. GDP based on debt-to-gdp ratio from previous year.


Chronos visualizes time passed and time remaining in the current year. Make the most out of your year.


A frontend for the HackerNews API used for design experiments.


Random experiments I find interesting using different technologies and languages.


An infinitely-running novel that automatically generates a new chapter every day using AI. Each chapter builds on the previous few chapters and takes into account an overall up-to-date summary. This is an experiment with text generation and summarization using multiple LLM models. Hosted on Vercel. Powered by Anthropic's Claude API.


A personal website using Next.js, React, TypeScript, TailwindCSS, and Supabase. In a minimal UI, it features markdown blog posts and a feed of short form posts using Postgres with Supabase. Hosted on Vercel.


A simple command line player for your digitally downloaded music written in Go.


An intelligent agent that answers questions about university courses and students. It uses NLP techniques and a knowledge graph built from Concordia University datasets to create a chatbot capable of understanding and responding to user queries.


A compiler for a custom language, including a lexer, parser, AST generation, semantic analysis, and code generation for the MOON processor. The compiler constructs symbol tables for classes and functions, performs semantic checks, and translates the AST into MOON assembly code.


Contributed to LLVM's documentation by fixing a small issue in the examples for float-to-int saturating intrinsic functions, helping to clarify the behaviour for developers working with this feature.


A small language grammar compiler written for fun to learn about Zig in the systems programming sphere.


A simple compiler to learn about IR and optimization techniques. Implemented constant folding and dead code elimination.


Turn-based strategy game based on Risk, played via the command line. Issue attack orders or play cards to gain advantages against the enemy players. The map is represented as a graph, and computer players can be added following a strategy such as aggressive or neutral. I worked on the implementation of cards, logging using the observer pattern, and designing player strategies. Additionally contributed to various other parts.


Monitors your clipboard for URLs and eliminates known tracking parameters.


A command line tool to identify and handle duplicated files over a set of directories using SHA-256 hashing.