Job Application Tracker
Full-stack
A structured dashboard to track applications, pipeline stages, and follow-ups with a clean UI and
maintainable data model.
- CRUD for companies, roles, status, and notes
- Pipeline stages: Wishlist → Applied → OA → Interview → Result
- Focused on clean architecture, reusable components, and consistent UX
Competitive Programming Toolkit
Algorithms
A personal toolkit of templates + implementations to speed up contest problem-solving and reduce bugs
under time pressure.
- Reusable templates for fast IO, graphs, DP, and math
- Common utilities (debug helpers, coordinate compression, prefix tricks)
- Designed for clarity, speed, and correctness-first contest workflows
Portfolio Website
Frontend
A fast, responsive portfolio site with a clean layout, consistent typography, and easy-to-extend
structure.
- Simple component-style CSS (header, hero, cards) with predictable spacing
- Responsive layout tuned for desktop + mobile
- Designed to showcase projects, resume, and contact info clearly
DMOJ Problem Solutions
Algorithms
A growing archive of solutions across difficulty ranges—focused on strong fundamentals and clean,
explainable implementations.
- 1000+ problems solved across standard CP topics
- Emphasis on efficient algorithms and edge-case handling
- Consistent formatting and organization for review + iteration