Docker Toolbox - Docker on Windows made dead simple (installation tutorial)

####Introduction There are two types of Docker containers, one type running on a Linux API and one on a Windows Server API. Most of the Docker images on the docker hub today, if not all, are Linux containers and need a Linux OS to run. This is a problem if you are running Windows as your default OS and is where the Docker Toolbox enters the scene. It offers a package installer including

Read More

Foreign keys - the key to open up the monolith

I had a discussion yesterday with a developer that just created a service to expose a part of the big monolith. He had separated out a small business domain, created an API and was now advocating people around him to use it.

Read More