Back to home

Writing

What drives me is the challenge of making cloud infrastructure both simple and practical. I believe the best solutions are those that not only work today but remain maintainable and cost-effective as they scale. Here, I share patterns, mistakes, and insights from real-world projects.

Beyond Staging: Validating Code with Real Production Traffic using Amazon VPC Traffic Mirroring

July 15, 2025

Learn how to transparently shadow live production traffic to validate new code in isolation. We discovered a subtle query bug that synthetic tests missed, leading to a much more confident deployment.

Handling multiple domains redirects using Amazon S3 and Amazon CloudFront

September 12, 2024

Explore how to use Amazon S3 and Amazon CloudFront to set up smart redirects without maintaining a web server. Learn how to retire legacy servers and use S3 metadata for granular redirect management.