Adding app settings and user secrets to an Azure Functions project

How to separate the concerns of environment configuration and application configuration in an azure functions project and distribute sensitive settings via user secrets and environment variables.

February 10, 2022 · 5 min · Dom Barter

Semantic Versioning

How to correctly version things using the x.y.z format

January 9, 2022 · 1 min · Dom Barter

Introduction to Git Flow

Introducing GitFlow, a well established method of branching in a git repository with multiple members

January 8, 2022 · 3 min · Dom Barter