I build cloud infrastructure: serverless apps, containerised deployments, and infrastructure as code, with CI/CD pipelines and DevOps practices baked in from the start. Every project here is live on AWS, not a local demo.
All projects are live on AWS and managed with Terraform.
A serverless expense tracking app. Add expenses, view all transactions, and get a spending summary by category, all stored in DynamoDB and served via Lambda and API Gateway.
Real-time weather data app. Enter any city to get temperature, humidity and a 3-day forecast. Lambda calls the OpenWeatherMap API with keys stored securely in SSM Parameter Store.
An interactive quiz testing Linux command line knowledge covering file systems, permissions, process management and shell scripting. Built with vanilla JavaScript and deployed to S3 via CloudFront.
The entire AWS infrastructure for this portfolio: S3, CloudFront, Lambda, API Gateway, DynamoDB and IAM, provisioned with Terraform and stored in a remote S3 backend with versioning enabled.
Real issues encountered and fixed throughout this project.