Stop Using Regex for Connection Strings

Ever had to update a connection string in code? Used a regex to replace the database name? There is a better way!

April 26, 2024 · 3 min

Don't Do This With Extension Methods

Extension methods in C# are great until they’re not. Why? Let’s find out.

April 22, 2024 · 6 min

Primary Constructor and Logging Don't Mix

Ever tried to use Primary Constructors with LoggerMessage source code generator based logging calls? It doesn’t work how you think!

April 4, 2024 · 4 min

Conditional Middleware in Isolated Azure Functions

Middleware is an awesome tool, but how do we apply specific steps to specific function triggers?

February 22, 2023 · 5 min

Deploying an Azure Static Web App with Pulumi as a Beginner

Heard of Pulumi but never played? Written a new Azure Static Web App but unsure on how to deploy it to Azure? A complete beginner to Infrastructure as Code? Let’s explore these scenarios together!

December 13, 2021 · 11 min