Projects
Here are some things I've built:
MacTrack
React, Go, AWS Lambda, Supabase PostgreSQL, Python | Jan 2026 - Ongoing
A full-stack course platform for McMaster students running in production.
McMaster Seat Tracker
Flask, SQLite, Playwright, Nginx, AWS EC2 | Dec 2025 - Ongoing
Production course monitoring system with automated email notifications when seats become available.
Personal Finance Tracker
Flask, React, PostgreSQL, Redis, JWT | Nov 2025 - Dec 2025
Full-stack finance tracking app with AI-powered spending insights and Redis caching.
AI-Powered Quiz Generator
Python, Django, LangGraph, Gemini API | Oct 2025 - Nov 2025
LangGraph agent that generates, evaluates, and refines quiz questions until quality thresholds are met.
HTTP Server in C++
C++, Socket Programming, HTTP Protocol, TCP/IP, Fork/Process Management | Oct 2025 - Nov 2025
A lightweight HTTP server built from scratch in C++, using fork() for concurrent client connections and handling HTTP request/response cycles with TCP sockets.