Skip to main content

Go

Self documenting CLI tools
·385 words·2 mins
How to use vhs and freeze to easily document your CLI
We have Option and Result at home
·610 words·3 mins
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
·3721 words·18 mins
A look at the functional options pattern in Go, and 3 variations for different situations
Bitflags Demystified
·2666 words·13 mins
Dive into using Bitflags for lightning fast configuration and state management in Go