Posts

Go for glue

go devops
I’ve been thinking that Go might be a good fit for devops scripting.

Netrw

neovim
bE a ViM mInAlmIsT

Gradle Init Scripts

java gradle
I should stop trying to do Unix-y stuff with Java.

Git In My Bellauh

git
Git lore and trivia I’ve picked up.

Implementing a Stack

java dsa
Building a stack is a great way to learn about how you can create a useful data structure from low level building blocks.

Rollback a K8S deployment

fzf bash k8s
This is a nice ’lil script for rolling back a kubernetes deployment.

Imperative vs Declarative

java
Try to be declarative if possible.