The hidden costs of Kubernetes
I am a believer of PaaS. In my experience, PaaS on Azure is very easy to use and there’s a lot of bang for the buck. I get to worry less about the infrastructure and focus more about the application...
I am a believer of PaaS. In my experience, PaaS on Azure is very easy to use and there’s a lot of bang for the buck. I get to worry less about the infrastructure and focus more about the application...
There’s a lab out there showing how to use Terraform with Azure DevOps. I found it clunky. Here’s a similar take using YAML pipelines.
There’s often much excitement and hype with new technologies. When I learn about a new solution, I immediately get excited at the possibilities. I visualize all the ways I could use it and I get curious. Sometimes though, there are...
You might or might not know this. You can publish test results from common unit test frameworks to Azure DevOps so that they’re associated with a build. Two days ago, I mentioned an alternative to Postman for creating functional API...
There’s a nice fluent sdk by Microsoft to help developers manage their Azure resources through code. To be clear, it’s not infrastructure as code. But, if you have a need where business logic and infrastructure meet, then you might have...