Becoming a Remote Worker - 3 years

How has it been 3 years since we went home?

March 20, 2023 · 2 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

End of Year Review 2021

This page is intentionally left blank.

December 31, 2021 · 1 min

Becoming a Remote Worker - Month 21+

21 Months on and reflecting at Christmas Eve

December 24, 2021 · 2 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

Why I love Resharper 3

Learning new language features can be hard. Applying them can be tricky. How does Resharper aid with filescoped namespaces?

December 9, 2021 · 2 min

Runtime Dependency Resolution Using AutoFac in .NET 6 Isolated Azure Functions

Need to specify a dependency at runtime in an Azure Function? Can it be done?

November 30, 2021 · 7 min

Using AutoFac Keyed Dependencies Directly in .NET 6 Isolated Azure Functions

Autofac allows for using Named or Keyed dependencies. Can these be used directly in .NET 6 Isolated Azure Functions without additional layers?

November 26, 2021 · 6 min

Using AutoFac Keyed Dependencies with .NET 6 Isolated Azure Functions

Autofac allows for using Named or Keyed dependencies. Can these be used with .NET 6 Isolated Azure Functions?

November 19, 2021 · 5 min

Using AutoFac with .NET 6 Isolated Azure Functions

Having the ability to use the Inversion of Control container of choice in your application is important. But can you use AutoFac with Azure Functions? Let’s find out!

November 9, 2021 · 3 min