Blog
Thoughts on AWS, tech leadership, and building in the cloud.
What is Infrastructure as Code?
2026-03-19
Infrastructure as Code lets you define and manage your servers, networks, and cloud resources through code instead of manual configuration. Here's why it matters and how to get started.
read_moreWhat is CI/CD?
2026-03-19
CI/CD automates building, testing, and deploying your code. Here's what continuous integration and continuous delivery actually mean, and how to get started.
read_moreDocker for Beginners
2026-03-19
A beginner-friendly guide to Docker — what containers are, how they differ from VMs, Dockerfile basics, and why Docker has become essential in modern development workflows.
read_moreYAML Frontmatter Explained: The Secret Header Powering Static Sites
2026-03-19
YAML frontmatter is the metadata block at the top of markdown files that powers blogs, documentation sites, and static site generators. Here's what it is and how to use it.
read_moreZapier AWS Lambda Integration
2026-03-19
How to connect Zapier to AWS Lambda — why you'd want to, real-world use cases, a practical setup walkthrough using webhooks, and pricing considerations for both sides.
read_moreAutomate Your AWS Deployments with GitHub Actions
2024-08-10
A step-by-step guide to setting up CI/CD for AWS deployments using GitHub Actions — from zero to automated deploys.
read_more