Built Gen Z-focused coding interview prep app with Flutter, Supabase, and AWS Lambda. Features real-time coding, instant feedback, and TikTok-style video explanations with gamified technical questions.
Built cross-platform (iOS, Android, Web) app for real-time video chat and MIDI-integrated online piano lessons.
Built serverless pipeline with AWS Lambda and SQS to parse XML billing data, render PDF invoices, and publish outputs to S3. Developed CSR-facing Render Portal using ASP.NET (C#) and VueJS for real-time monitoring and bill proofing.
C program emulating Least Recently Used (LRU) cache memory behavior. Processes Valgrind memory access traces, simulates cache hit/miss behavior, and outputs performance metrics including hits, misses, and evictions.
Portable web proxy written in C that forwards HTTP requests from clients to web servers and relays responses back. Features request/response logging with timestamps, supports GET and POST methods, and works across Linux, macOS, and Windows.
CPU scheduler simulation in C demonstrating FCFS (First-Come First-Served), SJF (Shortest Job First), and Round Robin scheduling algorithms. Tracks process execution times, waiting times, and turnaround times.