Work
Most of what I build is for clients or runs inside my company, so these are write-ups rather than screenshots.
Case studies

Software Toolkit
A Terraform scaffold that provisions serverless infrastructure, mocks APIs locally with AWS SAM and gives every developer their own sandbox per branch.
- 20+
- engineers using it
- 2 weeks → hours
- new project setup

Agentic delivery platform
Moving a Jira ticket to Agent Ready hands it to agents on Amazon Bedrock AgentCore, which take it through requirements, architecture, implementation and code review.
- 3 agents
- Claude Code, Codex, Kiro, interchangeable
- Per agent
- token and cost tracking

Alarms for a whole AWS organisation
A Python data source finds resources across every account at plan time, and Terraform generates their CloudWatch alarms from per-service specs. A daily GitHub Actions run keeps it current.
- 109
- alarm modules
- Every account
- compute, databases, networking

Terraform with guard rails
The starting point for new AWS projects: agent skills for Terraform work, a plan review that flags IAM widening, replacements and cost changes, and tested hooks that block destructive changes.
- 22
- Claude Code and Codex skills
- Every PR
- plans all environments, gated apply