Automated CI/CD Pipeline Demo | GitHub Actions → GitHub Pages
Eliminated manual deployments by building an end-to-end pipeline that takes code from commit to production in minutes. GitHub Actions triggers the chain, Jenkins runs tests, Docker containerises each service, Kubernetes orchestrates the rollout. Zero-downtime deployments with automated rollback on failure.
Built a full observability platform so nothing breaks silently. Prometheus scrapes metrics, Loki aggregates logs, Grafana surfaces everything in real-time dashboards all deployed on Minikube via Helm. You know what's failing, where, and since when, before your users do.
Provisioned production-grade AWS infrastructure entirely in code, no clicking through the console. A custom VPC with public and private subnets, EC2 instances behind an Application Load Balancer, and IAM roles scoped to least privilege. Reproducible in any region with a single terraform apply.
Built a chaos engineering platform to prove that production systems hold under failure. LitmusChaos injects real failures pod kills, network latency, CPU saturation while Prometheus fires scoped alerts and k6 synthetic traffic measures user impact in real time. Every failure scenario is paired with a documented runbook mapping detection to recovery.
Last deployed: