Cloud Appointment System
Full-stack appointment scheduling platform simulating a healthcare scenario. This was my first serious multi-tier cloud build with frontend, backend, and DNS integration. I implemented automated deployments, monitoring, and a secure networking layer, which gave me hands-on experience with CI/CD pipelines and managing distributed services. This project bridged the gap between basic deployments and production-grade infrastructure.
Architecture: S3 + CloudFront • EC2 + Nginx • DynamoDB • Route 53 • CloudWatch • GitHub Actions
Pitt Panthers Cloud Leaderboard
Early serverless leaderboard built on AWS to handle real-time score submissions. This project was where I solved key infrastructure pain points for the first time, like API Gateway integration issues and persistent CORS headaches. It laid the groundwork for understanding how to build reliable client-to-backend communication in a fully serverless stack and prepared me for Infrastructure as Code adoption.
Architecture: S3 • API Gateway • Lambda • DynamoDB • HTML/JS