Recent posts

Integrate and change a VSTS pull request

2 minute read

You might have seen it with GitHub; when you do a pull request there will most likely be a build being kicked off and that influences the state of the pull r...

Use health endpoints in ASPNET Core with Docker

3 minute read

It is important to know if your nicely created application is still working correctly, but you do not want to keep refreshing your browser and seeing if that...

The importance of planning poker

4 minute read

When you practice the scrum process, then one of the artifacts is planning poker. It is a method to gather estimates for the stories and with teams new to sc...

Save money in Azure by shutting down VMs

4 minute read

In Azure, you pay for what you use. And when we talk about virtual machines, this means that you pay for the compute, network and storage. This is charged by...

Password complexity

5 minute read

The complexity of picking a good password and what you can do as a developer

Kubernetes on Azure

3 minute read

There are a lot of resources on how to setup Kubernetes on Azure, but they require some prerequisites, so I wanted to make a step by step guide here.