Recent
Setting system-wide Environment Variables on MacOS
·712 words·4 mins
Macos
Tips
A little documented trick to set environment variables globally on a mac
Self documenting CLI tools
·390 words·2 mins
Go
Tips
How to use vhs and freeze to easily document your CLI
We have Option and Result at home
·610 words·3 mins
Go
My thoughts on how Go’s language structures emulate some Rust concepts in a vastly simpler (in my opinion) way
3 Levels of Functional Options
·3724 words·18 mins
Go
Patterns
A look at the functional options pattern in Go, and 3 variations for different situations
Bitflags Demystified
·2671 words·13 mins
Go
Patterns
Dive into using Bitflags for lightning fast configuration and state management in Go