The last time I blogged here about cleaner code (see link for details), I wrote about how you could make your code more testable by…
Read More
I was reading an article about property-based testing the other day. This article started with the problem that it could be difficult to test all the cases of a function…
So, we have been using pipelines-as-code in Jenkins for a while now and we generally are using scripted pipelines, Groovy scripts that run in Jenkins. Very flexible, but it is…
So, you decided to setup your own Kubernetes cluster on some old pc or Raspberry Pi you’ve just got laying around. Great! Your own personal private Kubernetes cluster just for…
Background A few weeks ago I read an article about Richard Feynman touching on what he refers to as his “notebook of things I don’t know about”. Feynman was…