Skip to Content
Back to Home

Project Archive

A complete, scannable index of systems, real-time engines, and tools built over the years.

YearProjectLinks
2026
LiveVote
Real-Time Polling Engine

Highly concurrent, live voting platform designed to handle sudden traffic spikes without dropping database connections. Uses custom distributed counter sharding to process concurrent operations with zero write contention.

Case StudyPrivate
2025
QuizPulse
Live Interactive Quizzes

Real-time, multi-room quiz platform utilizing persistent WebSocket channels. Implements Redis-backed state synchronization and event broadcasting for minimal client-side overhead.

Case StudyPrivate
2025
CongKong
AI Content Factory

AI-powered content matching platform coupled with an automated RAG validation workflow. Orchestrates multiple LLM agents to draft, fact-check, and publish SEO-optimized articles.

Case StudyPrivate
2025
CheckinPulse
Offline Event Check-In PWA

Offline-first PWA designed for live event attendee check-in. Utilizes IndexedDB for local storage and AWS SAM synchronization workers to guarantee zero data loss.

Case StudyPrivate
2026
BreakMyAPI
AI Robustness Testing Suite

AI-driven testing suite designed to stress-test REST endpoints. Automates payload mutations, fuzzing, rate-limiting stress, and injection security audits.

2025
QuickDoc
Healthcare REST API Suite

Spring Boot system facilitating medical appointment scheduling with role-based access controls, automatic email reminders, and Swagger documentation. Zero double-bookings via optimistic locking.

2024
Lost & Found
Campus Mobile App

Location-aware React Native mobile application backed by a Spring Boot Java API and Supabase database. Integrates JWT rotation, FCM push notifications, geo-radius matching, and FlashList cell-recycling.

2024
Insurance Claim Processing System
JWT Secured Role Portals

Full-stack enterprise application simplifying claim submissions, verification pipelines, and payment authorization. Supports role-based portals (Patient, Agent, Admin) with JWT authentication.

2024
CineVault
Movie Discovery Platform

Movie discovery platform serving dynamic search and multi-tier filtering. Optimized with lazy-loaded content patterns, client-side pagination, and modular layout components.