Projects
Work
Side projects and experiments, all running on the same AWS serverless patterns I use professionally. More on GitHub.
01
Investment Calculator
A compound-interest calculator with a React front end and a serverless back end: API Gateway in front of a Python Lambda, deployed on AWS eu-central-1. Punch in your numbers, get the long-term picture.
ReactAWS LambdaAPI GatewayPython
02
Workout of the Day
Pulls the daily CrossFit workout through a Lambda function URL that scrapes and normalises crossfit.com, because checking the WOD should not require leaving the terminal mindset.
ReactLambda Function URLWeb Scraping
03
This Website
The site you are reading: a React SPA with markdown-driven articles, built with Vite and shipped by GitHub Actions to S3 behind CloudFront. The deploy pipeline is the same one I recommend to clients: boring, fast, and cheap.
ReactViteS3 + CloudFrontGitHub Actions