47 followers
Expert generalist • CTO @Exghts • Microsoft MVP • Home Assistant enthusiast
Using Bicep in a YAML pipeline can provide several benefits, including simplicity, consistency, and maintainability. Bicep is a new language for...
In the last two articles we've created a multi-stage YAML pipeline in Azure DevOps and we added a stage for running unit tests. Now I'm going to show...
In the previous article we saw how to create a basic multi-stage YAML pipeline. In this one we're going to see how to run unit tests and also see...
I'm going to start a series about Azure DevOps and .NET applications. Of course I'll need a test application so I'm going to write a helper for...
Azure architecture vs cloud agnostic architecture · In the next few months I'll be involved in migrating a monolith app from IaaS to a SaaS offering and...
I wish we had Minimal APIs since day 1 of ASP.NET · A few weeks ago I had to develop a PoC which also involved a small backend. I thought this would be a...