
Using pre-commit framework to keep your terraform in check
In this post I'll give a high level overview of the pre-commit framework and how to get up and running with it. I’ll cover the traditional use case of local development, and how to also use it in a pipeline to re-use the same config and framework to enforce standards.

Keeping your HELM charts DRY
In this post I'll cover a basic overview of HELM and the DRY principal. Then finally how to keep your HELM charts DRY by making use of a HELM library chart.

The lesser known tools of a DevOps Engineer
I'm always on the lookout for tools that make common tasks quicker and / or easier. In this post I'll cover some of the tools I've discovered along the way, use day to day, and some of the functionality I find useful.

Using Azure Service Tags where they are not natively supported
In this post I'll cover what service tags are, what they are used for and where they can be natively used. I'll then cover how to use them in places they are not natively supported currently. I'll also provide an example of using service tags to allow access from Power Platform in the UK to Azure KeyVault, Azure SQL, and CosmosDB.