↓
Skip to main content
@FollowTheProcess
About
Posts
CV
About
Posts
CV
Posts
Setting system-wide Environment Variables on MacOS
9 July 2025
·
710 words
·
4 mins
Macos
Tips
A little documented trick to set environment variables globally on a mac
Self documenting CLI tools
25 March 2025
·
385 words
·
2 mins
Go
Tips
How to use vhs and freeze to easily document your CLI
We have Option and Result at home
3 February 2025
·
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
30 January 2025
·
3721 words
·
18 mins
Go
Patterns
A look at the functional options pattern in Go, and 3 variations for different situations
Bitflags Demystified
26 January 2025
·
2666 words
·
13 mins
Go
Patterns
Dive into using Bitflags for lightning fast configuration and state management in Go