Here are some of my recent and notable projects. All of these have shipped to production or been published. Click on any project to see full details, code snippets, and GitHub links.

  1. Interview Prep Platform — Full-stack coding interview prep app with real-time code validation, problem management, and leaderboards. React + Flask + PostgreSQL + Docker.

  2. HAPIC: Serverless Cold-Start Optimization — Peer-reviewed research paper (IEEE SmartCloud 2026) on reducing AWS Lambda cold-start latency by 20-40% using hybrid caching strategies.

  3. Chord Distributed Hash Table — Complete P2P DHT implementation with O(log N) lookup complexity, finger table routing, and dynamic node management in Python.

  4. Soccer Match Outcome Prediction — ML pipeline predicting match results with 72% accuracy using ensemble methods, feature engineering on 25,000+ matches, and Bayesian hyperparameter optimization.

  5. Automated Banking Transaction Pipeline — Production system processing millions of banking transactions with 70% efficiency gains, regulatory compliance automation, and zero errors in deployment.


Want to see the code? Each project has a GitHub link in its details. Check them out to see implementation details, architecture decisions, and code snippets.