yield, range and lazy evaluation in Golang. 2024-11-24 #golang #GOtchas Yield and lazy evaluation in Golang. Read more
What rocket science can teach software engineering industry? 2024-07-18 The Apollo missions succeeded through clear mission focus, simplicity, and proven technology. Today’s engineering industry issues highlight how overlooking these lessons affects modern engineering, from space exploration to software development. Read more
GoLang’s approach to error handling. 2024-06-14 #golang #GOtchas Notes on error handling in GoLang. Read more
Mocking and testing the exec.Cmd 2024-04-28 #golang #GOtchas Short explanation of a patter for testing and mocking the exec.Cmd Read more
Passing pointers as arguments in Go 2024-04-11 #golang #GOtchas Passing pointers as arguments can surprise you if you don’t what is copied. Read more