Projects
Movie Recommender System
GitHub Live link
- 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
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