Featured Projects
Example Projects
A concise showcase of backend systems, scalable architectures, and client work.
E-commerce Backend (Monolith)
E-commerce Backend (Monolith)
Developed a scalable monolithic backend supporting product catalogs, user authentication, inventory, orders, and payments. Implemented secure RBAC and SQL optimizations for reliable performance.
Job Application Platform (Microservices)
Built a microservice-driven job platform with independent services for users, jobs, applications, and notifications. Implemented API gateway routing, inter-service communication, and containerized deployment.
Job Application Platform (Microservices)
Hostel Management System
Hostel Management System
Delivered a production hostel management system with room allocation, tenant tracking, payments, and automated admin workflows. Built for a real client focusing on reliability and operational clarity.
Git Clone (DVCS)
Implemented a Git-style DVCS with commit creation, staging, branching, and diffing. Focused on repository internals, hashing, and low-level file change tracking.
Git Clone (DVCS)
Redis Clone (In-Memory KV Store)
Redis Clone (In-Memory KV Store)
Built a Redis-inspired in-memory datastore supporting key/value pairs, TTL expiration, pub/sub, and command parsing, optimized for low-latency access.