Skip to main content

Projects

Two focused builds that show how I design, ship, and operate software across AWS and Google Cloud.

Production Full-Stack Project

PitchPulse26

A production World Cup prediction platform built with React, Node.js, PostgreSQL, and serverless AWS infrastructure. Supports authentication, match predictions, leaderboards, tournament progression, and automated deployments.

ReactNode.jsPostgreSQLAWSTerraformGitHub Actions
  • Full-stack product covering authentication, match predictions, standings, and leaderboards
  • Express API on AWS Lambda behind API Gateway, with Prisma and Neon PostgreSQL
  • Infrastructure managed with Terraform; deployments automated through GitHub Actions
  • CloudWatch dashboards, alarms, and a documented rollback path

Cloud Reliability Project

ApplyTrack API

A cloud-native FastAPI backend demonstrating containerization, Kubernetes deployment, observability, and SRE practices using Google Kubernetes Engine.

PythonFastAPIDockerGoogle CloudKubernetesPrometheusGrafana
  • Containerized FastAPI service with Docker and Google Cloud Build CI/CD
  • Validated deployment on Google Kubernetes Engine with readiness and liveness probes
  • Prometheus metrics and Grafana dashboards for traffic, latency, and errors
  • Documented SLIs, SLOs, and controlled failure exercises for SRE practice