The Rest of the Stack

More Projects

Additional apps and infrastructure work that didn't make the featured four, all still live and shipped.

play_circle
Algorithm & Logistics Visualizer
play_circle
Biometric Scan App
play_circle
FIFA Neon App
play_circle
Pet Recipe App

Deep Dive

Project Architecture

A closer look at the stack, infrastructure, and design decisions behind each app.

Interactive
Algo Visualizer
prev → curr → next
4 visualizers, 0 backend
✓ O(log N) proven
Algorithm & Logistics Visualizer
Interactive teaching tool for pointers, async state, and Big-O — step through the exact code and animation together.
React Tailwind CSS Framer Motion Vite Terraform S3 CloudFront
Live
Biometric Verify API
POST /verify
→ Rekognition
✓ 200 VERIFIED
Biometric Scan App
AWS Rekognition face verification.
Python Lambda Rekognition DynamoDB HTML CSS AWS SAM API Gateway S3 Secrets Manager
Live
FIFA Neon App
Neon Modes
Interactive Experience
⚡ Launch Ready
FIFA Neon App
Real-time sports data dashboard.
JavaScript Node.js Lambda DynamoDB HTML CSS AWS SAM Terraform GitHub Actions API Gateway S3
Live
Pet Recipe Assistant
POST /recipes
Gemini + AWS API
✓ Auth Enabled
Pet Recipe App
Gemini AI-powered recipe generation.
Python Gemini API Lambda DynamoDB HTML CSS JavaScript Cognito API Gateway S3 CloudFront
Live
Static Site CI/CD
git push → main
OIDC + S3 + CloudFront
✓ Deployed via GitHub Actions
Portfolio Website
Infrastructure-as-code CI/CD deployment.
S3 CloudFront GitHub Actions IAM OIDC HTML CSS JavaScript ACM
Live
Weather API Gateway
GET /weather?lat&lon
HTTP API vs REST API
✓ API keys + throttling
Weather API Gateway
AWS API Gateway learning project comparing HTTP and REST API types, Lambda proxy integration, CORS, API keys, usage plans, and a custom domain, all in front of a live weather lookup.
Python Lambda API Gateway CloudFormation ACM HTML/JS