Getting Comfortable with Uncertainty Mar 30 2020
Degeneracy, Code and Innovation May 09 2019
Why Software Development Requires Servant Leaders May 05 2018
Monadic Error Handling Mar 12 2018
Nemanja Mijailovic has a nice summary of a monadic error handling pattern in #golang.
If you find if err != nil { return err }
littering your codebase, look here for ideas to improve your architecture.