Dev Tips - Creating Unique Identifiers

Ever needed to create a unique identifier? Let’s take a look at some ways developers can create unique identifiers which may or may not be known.

September 28, 2021 · 3 min

Is Accessing Querystring Values in Azure Functions Hard?

Accessing querystring values on web requests is an important concept for any modern APIs. But how can it be done in Azure Functions?

September 22, 2021 · 3 min

Becoming a Remote Worker - Month 18+

18 months on with no end in sight …

September 17, 2021 · 3 min

Separate the Metadata Noise from the Implementation in Azure Functions

Can lesser known C# language features be used to aid with lower the cognative noise in Azure Function definitions?

September 14, 2021 · 8 min

Minimal Api in .NET 6 Out Of Process Azure Functions

Can you write a “Minimal Api” using Azure Functions in .NET 6.0? Let’s take a look!

September 7, 2021 · 10 min