Recent Posts

Creating a GitHub Copilot CLI Plugin

6 minute read

I’ve been using the GitHub Copilot CLI for a while now and had been building up a small collection of markdown prompt files for generating architectural docu...

Adding Release Please

7 minute read

I’ve been using the Microsoft Graph SDK in various projects for a while now and recently noticed Release Please being used to automate its releases. Preparin...

Automating Dependency Updates

8 minute read

Over the years, I’ve been involved with various software development projects. Once an application shifts into production, maintenance becomes essential—not ...

Adopting Bicep Linting

6 minute read

In one of my earlier posts, I covered using ARM-TTK via an Azure DevOps extension to analyse and test my Bicep modules automatically as part of my pipelines.

Migrating ASP.NET Core to OpenTelemetry

5 minute read

App Insights integration with ASP.NET Core has been a common feature of many applications since its release in 2016. However, with the rise of the open-stand...