Recent Posts

Mono or Multi, who cares

1 minute read

All configuration management that I do is using git. git is both fast and efficient. Different projects that I work on use either a mono-repo approach or a m...

Bootstrapping OSX

less than 1 minute read

To make (re)-initialising a mac easier I’ve scripted a setup bashed on homebrew.

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...