Adopting Bicep Linting
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.
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.
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...
Modern applications are often complex, integrating and depending on multiple backend components including databases, APIs and cloud infrastructure. Ensuring ...
As development teams grow and projects become more complex, automating processes becomes critical to maintaining productivity and code quality. I’m a big fan...
Continuous Integration (CI) in monorepos often presents challenges as the codebase scales. Running all tests on every commit is inefficient, particularly for...