Override docker-compose port numbers
When you are using a docker-compose yaml file, you basically describe how your containers need to run and interact with each other. Part of this are the port...
When you are using a docker-compose yaml file, you basically describe how your containers need to run and interact with each other. Part of this are the port...
Runscope is a great online tool to validate and test API endpoints. For a recent project, we are using it to mimic traffic from an external system that is su...
Entity Framework allows you to use a code first approach in creating your database design. Basically, you create your classes, maybe add some annotations and...
Application Insights provides an enormous amount of information about your application, infrastructure, users etc. It can be difficult to see if a recent cha...
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...
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...
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...
The new Azure CLI version 2 is pretty easy to use when you want to manage your Azure resources. Even if you want to use it from the VSTS build/release agent,...
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...
The complexity of picking a good password and what you can do as a developer