Things I've built

A mix of academic research, professional products, and passion projects, spanning AI/ML, full-stack development, and data systems.

01

NU Circle

FULL STACK DEVELOPMENT Oct 2025 – Nov 2025
+

Built a production-ready, full-stack Q&A and community platform inspired by Stack Overflow, enhanced with real-time multiplayer trivia, gamification, and live messaging. Designed and deployed a scalable architecture using React, Express, MongoDB, and WebSockets with strong type safety and API validation.

Key Highlights
  • Designed Controller → Service → Model architecture for clean backend separation of concerns
  • Implemented real-time multiplayer trivia engine using Socket.IO with room-based state sync
  • Built JWT-based authentication system with protected routes and bcrypt hashing
  • Integrated OpenAPI validation middleware to enforce request/response schema correctness
  • Developed gamified points, badges, streak tracking, and global leaderboard system
  • Achieved full-stack type safety via shared TypeScript types across client and server