Category: CI CD

All my blog posts about setting up and maintaining Continuous Integration and Continuous Deployment within a project.

Migrate your blog towards GitHub Pages

Running WordPress for a personal blog always felt like overkill. My site is mostly static — I write a new post, add some metadata, and hit publish. Yet there I...

Markdownlint: a developer's best friend for cleaner Markdown

Markdown has become a common language among developers for its simplicity and effectiveness in creating formatted text. Whether you’re crafting a README file for your open-source project, writing technical documentation,...

Bicep and environment specific requirements

Infrastructure as code, the eternal promise of stability, shared understanding and high maintainability. Often it starts out that way. You start writing the first components, tie them together in a...

Getting Code Coverage to SonarQube

You finally managed to get your first SonarQube analysis published to the SonarQube server. You’ve been writing C# code all day and anxiously you navigate to the report to see...