Projects


Movie Recommender System

GitHub Live link

Recommender
  • Built content-based recommender using TF-IDF and cosine similarity
  • Developed preprocessing and evaluation pipelines
  • Improved recommendation accuracy through feature engineering

Building my own Claude Code

Github

  • Agent can read file
  • Agent can write code/md-file for us
  • Agent can execute the bash command

E-Commerce Backend (Spring Boot)

GitHub

  • Built REST APIs for product, cart, order, and user management
  • Integrated MySQL with JPA/Hibernate
  • Implemented JWT authentication & centralized exception handling

Scory — Real-Time Sports Scoring Platform

GitHub

Login Page

Interface
  • Built real-time scoring platform using WebSockets, React, Node.js, MongoDB
  • Implemented JWT authentication and role-based access control
  • Deployed on Vercel & Render with low-latency updates

Multi-Threaded HTTP Server

GitHub

  • Developed concurrent HTTP/1.1 server using Python thread pooling
  • Implemented persistent connections and back-pressure mechanisms
  • Added secure file serving, logging, and streaming