The full case study for each project is rendered with JavaScript. A summary of every
project is listed below, and the complete Projects section is available on the
home page.
-
Cloud Cost Optimizer
Featured project. A cloud financial management platform that collects AWS billing
and utilisation data, attributes spend to teams and environments, detects idle and
over-provisioned resources, and routes every optimisation through Terraform and a
reviewed pull request. Goal: reduce cloud infrastructure costs without compromising
application performance, availability, or scalability.
-
CloudWatch Monitoring & GitOps Platform
Featured project. A production-grade observability and deployment platform
combining AWS CloudWatch, Prometheus, Grafana, Alertmanager, Loki, Kubernetes,
Argo CD, GitHub Actions, and Terraform. Goal: monitor everything, deploy safely,
detect problems quickly, and recover automatically.
-
AWS EKS Platform
Recent work. A reusable Kubernetes platform on Amazon EKS provisioned with
Terraform across three Availability Zones, with Karpenter, HPA and KEDA
autoscaling, IRSA, External Secrets Operator, AWS Load Balancer Controller ingress,
and Argo CD delivery. Goal: build a secure, scalable, observable, and self-service
Kubernetes platform on AWS.
-
GitOps Delivery Platform
Recent work. A continuous delivery platform that makes Git the deployment control
plane: immutable image tags in Amazon ECR, a GitOps repository as the source of
truth, Argo CD reconciliation, ApplicationSet scaling, and Argo Rollouts canary
analysis with automated rollback. Principle: build once, store immutably, deploy
through Git, continuously reconcile.
-
Multi-Application AWS ECS Deployment Platform
Recent work. A Terraform-managed platform running many independent applications on
a shared Amazon ECS cluster behind one Application Load Balancer with
ACM-managed HTTPS and Cloudflare DNS, deployed through GitHub Actions using
GitHub OIDC. Goal: host multiple applications without creating a completely
separate AWS infrastructure stack for every application.