01
Digital Wallet API
Production-grade REST API for a digital banking system with JWT auth, wallet management, ACID-compliant money transfers, and row-level locking to prevent race conditions.
Python
FastAPI
PostgreSQL
SQLAlchemy
JWT
02
Coffee Booking Agent
AI-powered coffee booking website with a conversational Llama 3.1 agent. Understands natural language — "large latte for 2" and it handles the rest. Deployed on AWS with Docker and CI/CD.
FastAPI
PostgreSQL
Groq
Llama 3.1
AWS
Docker
03
Hospital Management System
Full-stack hospital management system built entirely in Python using core language concepts. Handles patient records, appointments, and staff management end-to-end.
Python
Full Stack