AWS Architecture
Designing environments that hold up under load and do not cost more than they need to. VPC layout, compute selection, data tier, failover, and the tradeoffs between them made explicitly rather than by default.
Laravel & Vapor
Production Laravel, including serverless deployment on Lambda via Vapor. Queues, scheduled work, storage and database connections configured for an environment that scales to zero and back.
Cost Engineering
Finding the 20–40% of an AWS bill that buys nothing — idle capacity, oversized instances, storage on the wrong tier, unrenewed commitments — and keeping it from growing back.
Observability
Alerting that fires on things worth waking up for and stays quiet otherwise. Dashboards that answer the question actually being asked during an incident.
IaC / Terraform
Infrastructure defined in code so environments are reproducible, reviewable and recoverable. No undocumented console changes that nobody can reconstruct six months later.
Day-to-day toolkit
- Terraform
- Git
- CI/CD pipelines
- MySQL & Aurora
- JavaScript
- Linux