PureClip

I have been copying SQL queries into Microsoft Word documents lately. The problem: when you copy from DataGrip, DBeaver, or Visual Studio Code, the paste retains the formatting. Font colours, background colours, the whole lot. I just want plain text.

Read more

Certified Kubernetes Application Developer (CKAD) Study Notes

Here are my personal study notes from my preparation for the Certified Kubernetes Application Developer (CKAD) exam. While the main focus of these notes is the CKAD syllabus, they also touch upon additional aspects of Kubernetes that I think provides a more complete understanding and may prove useful to someone.

Read more

Docker Image for wasm-pack

To use rust and webassembly requires installing a fair amount of tooling. I decided to create a docker image with everything required:

Read more