Category: CI CD
All my blog posts about setting up and maintaining Continuous Integration and Continuous Deployment within a project.
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...
SQL Server Authentication and Authorization on Azure with Managed Identities
Deploying infrastructure to Azure is easy enough these days with Azure Powershell, CLI or Bicep. Making interactions between infrastructure components secure is also facilitated in Azure with Managed Identities for...
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...