Skip to main content

Posts

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
·3721 words·18 mins
Go Patterns
A look at the functional options pattern in Go, and 3 variations for different situations
Bitflags Demystified
·2666 words·13 mins
Go Patterns
Dive into using Bitflags for lightning fast configuration and state management in Go