The official Python image for Docker is quite popular, and in fact I recommend one of its variations as a base image. But many people don’t quite understand what it does, which can lead to confusion and brokenness. In this post I will therefore go over ho... (more…)
Read more »
With docker development containers, you can configure a container with all required tools and SDKs necessary for a projects development environment, which can easily and consistently recreated with little to no hustle... (more…)
Read more »
In this tutorial we'll be using Ansible to deploy a swarm cluster of 3 nodes on AWS. (more…)
Read more »
When installing software with Nix, if the target isn’t available in a binary cache somewhere, the software will be built on your machine from source. This is fine for a development machine, but when deploying software on a remote server this can be tricky... (more…)
Read more »