Projects

Work

Case studies focused on projects I’ve built.

AssistMe

An AI-powered, eye-controlled communication interface built for HackHive 2026 at Ontario Tech University. In a team of four, I helped build webcam-based gaze tracking, stabilization logic, calibration persistence, and a low-friction communication flow for users with limited mouse control.

  • Next.js
  • Node + Express
  • MediaPipe
  • Gemini
  • Postgres
AssistMe interface preview
Mini Redis architecture diagram

mini-redis

A Redis-inspired key-value store in C++ with TCP networking, TTL, append-only persistence, startup recovery, multi-client support, tests, and benchmark tooling.

  • C++
  • TCP Server
  • Persistence
  • TTL

workflow

A multi-tenant AI workflow orchestration platform in Go for document uploads, chunking, retrieval, tool execution, retries, dead-letter handling, audit events, and benchmarked workflow runs.

  • Go
  • PostgreSQL
  • Redis
  • MinIO
Workflow platform architecture diagram
PostAura product preview

PostAura

A full-stack AI content generation platform with secure authentication, structured prompt workflows, user-specific content history, and persistent data management.

  • React Vite
  • Node + Express
  • OpenAI API
  • Clerk
  • Neon + Cloudinary

CourseNotifier

A Python application that automatically monitors course availability and sends SMS alerts when seats open up, saving students from manually refreshing registration pages.

  • Python
  • Selenium
  • Twilio
  • APScheduler
CourseNotifier automation diagram