Infrastructure
Cloud
Cloud infrastructure that matches your actual scale — not the architecture you'll need in five years if everything goes right.
AWS Architecture
VPCs, ECS, RDS, S3, CloudFront, Lambda — whatever the workload needs. I design for the right level of complexity, not the most impressive diagram.
Container Orchestration
Docker-based deployments on ECS Fargate, Fly.io, or Railway. Kubernetes when the scale actually justifies it.
Infrastructure as Code
Terraform or Pulumi for reproducible, version-controlled infrastructure. No more clicking around the console hoping you remember what you did.
Cost Optimization
Auditing cloud spend and rightsizing resources. Most early-stage teams overspend by 40-60% on infrastructure they haven't needed yet.
Multi-environment Setup
Development, staging, and production environments that are actually isolated, with promotion workflows that don't break things.
Tech I use