Skip to main content
← Back to Systems

Systems / observability

Reliability & Observability

Dashboards, alarms, log retention, and runbooks for production systems.

CloudWatchPrometheusGrafana

What I Can Do

  • CloudWatch dashboards covering Lambda + API Gateway health
  • Alarms on error rate, p95 duration, and 5xx responses
  • Prometheus + Grafana for application-level metrics
  • Structured log retention policies tuned per service
  • Documented production rollback runbooks

Featured Project

Featured Project

PitchPulse26: Full-Stack World Cup Prediction Platform

Built an end-to-end prediction platform for World Cup 2026 group-stage matches. The frontend runs on AWS Amplify, the backend is an Express API on Lambda behind API Gateway, and Prisma + Neon PostgreSQL power match, prediction, standings, and leaderboard data. Infrastructure is managed with Terraform, DNS is handled through Route 53 for a Namecheap-purchased domain, deployments run through GitHub Actions, and operations are supported by CloudWatch dashboards, alarms, and a documented rollback runbook.

ReactTypeScriptNode.jsPrismaPostgreSQL (Neon)AWS LambdaAPI GatewayAmplifyTerraformGitHub ActionsCloudWatchRollback

More Projects

Featured Project

TaskForge: AWS Delivery Platform with Observability

Built a delivery platform around Jenkins, Docker, ECR, and EC2 to automate how application changes move into AWS. CloudFormation provisions the base infrastructure, Jenkins handles build and deployment stages, and CloudWatch Agent collects host-level metrics so runtime health is visible after release, not just during the pipeline run.

AWSCloudFormationJenkinsDockerECREC2CI/CDCloudWatchObservability
Featured Project

The Acquisitions: Container Delivery on AWS

Built an end-to-end delivery pipeline for a containerized Node.js API on AWS. GitHub Actions runs build, test, image scanning, and deployment; Docker images are pushed to ECR; ECS Fargate serves the application behind an ALB; and Terraform provisions the supporting infrastructure. Prometheus and Grafana add runtime visibility on top of the deployment flow.

AWSCI/CDDockerECS FargateALBECRGitHub ActionsTerraformPrometheusGrafanaDevSecOps