Recent Posts

Git - multiple personalities

less than 1 minute read

Using git in both work and home, being able to configure the environment efficiently depending on what I’m doing is critical.

Quarkus - Supersonic Subatomic Java

1 minute read

Using Java in a Microservice based Architecture is challenging. The JVM is slow to start and consume significant memory at bootstrap. In container based de...

Doc generation - docusaurus

less than 1 minute read

I’ve been learning a new product in work, as I go along I’ve kept notes on various features / functionality. Over time this has grown into a useful document...

Cookie Cutting - Go project initialisation

1 minute read

Recently I seem to be spending an inordinate amount of time setting up project infrastructure for Go based projects. Looking at options around how I could t...

USB Bootable CentOS with custom Kickstart

less than 1 minute read

Re-imaging servers for testing purposes is a laborious activity. Anything that can speed this up is a godsend. In a networked environment using a tftp and ...