Terraform is usually used to provision infrastructure such as networks, databases, storage accounts, and cloud services. In this setup… Continue reading on Medium »
Terraform modules usually start with good intentions. A team wants consistency, there is some repeated Terraform, and a shared module feels like the obvious next step. […]
Terraform provider upgrades often turn into a manual research exercise. You check the registry, read changelogs, scan the codebase for deprecated resources, update the provider version, […]
In my a previous blog post, I shared my early experience getting started with GitHub Agentic Workflows. I’ve known about GitHub Agentic Workflows for a few […]
If you’ve been using GitHub Copilot, you already know how powerful it can be. Lets look at running the GitHub Copilot SDK inside GitHub Actions. Dropping […]
At this point in the series, we’ve cleared the hardest hurdle: we can reliably generate a real-world OpenAPI specification from an ASP.NET… Continue reading on Medium […]