-
Juggling multiple Kubernetes clusters
If you’re using Kubernetes, chances are that you are interacting with multiple clusters. Maybe even across multiple projects. In this blog I will discuss various strategies of dealing with those clusters from a workflow perspective, helpful tools, and my own personal workflow.
-
Remote Pair Programming: adapting to 2020
The art of Pair Programming. Working together on a single piece of code, in the same editor, on the same screen. But not in the same room. In this blog post I’ll show you how you can do it too, and what to look out for.
-
The iPad is a Real Computer now
From its inception, the iPad has always been a good secondary device, but not a Real Computer. But step by step, it has become better at being one, and today it may actually be good enough for many of us to be a Real Computer.
-
Breaking out of GOPATH with Go Modules
If the one thing that annoyed you about Golang was being forced to use the GOPATH, Golang 1.11 will make you happy.