Projects

Systems built to connect infrastructure, deployment and operations.

Each project demonstrates an end-to-end engineering idea rather than an isolated tool.

Terraform · AWS

WordPress infrastructure deployment

A complete Terraform build containing a VPC, public subnet, internet gateway, route table, security group and EC2 bootstrap process.

TerraformEC2VPCLinux
Internet
Gateway
Public Subnet
EC2 + WordPress

View repository ↗

Docker · NGINX · Redis

Containerised counter application

A Docker Compose stack using NGINX, Redis and multiple web containers to demonstrate routing, shared state and horizontal scaling.

DockerComposeNGINXRedis
Client
NGINX
Web 1Web 2Web 3
Redis

View repository ↗

Kubernetes · EKS

Kubernetes orchestration labs

Hands-on cluster work across local multi-node environments and AWS EKS, including access, node groups, deployments and troubleshooting.

KubernetesEKSkubectlIAM
CI/CD · Azure DevOps

Delivery pipeline practice

Pipeline exercises covering build, test and deployment stages, with attention to repeatability, validation and release flow.

Azure DevOpsYAMLAutomationGit