OO in Go(Go)Hello friends. A while back I was taking a online assessment for a job interview and the interviewer really stressed using object oriented…Feb 2, 20221Feb 2, 20221
Published inTowards DevTable Driven Tests in GoLet’s face it, testing is a necessary part of building robust software, even though it may not be fun. Well, I have some good news. Table…Jan 30, 2022Jan 30, 2022
Published inStar GazersProgrammingTechniques in Go: ClosuresThis is the first article in a series about basic programming techniques as illustrated in Go. Recently I was explaining closures to a…Sep 11, 20211Sep 11, 20211
Published inStar GazersGo Middleware ChainingA lot of the work I do in Go is around / on web services and website backends. This kind of work is not new and there are well tested…Feb 9, 2021Feb 9, 2021
Published inStar GazersGo Concurrency: Producer/ConsumerI promised my readers, all three of them, more on concurrency in Go a long time ago and I figure it’s about time to pay up.Oct 9, 20202Oct 9, 20202
How to Debug in DockerWhen I first started using Docker in 2015, it was like magic. It was when I first learned about containers and I remember staring at the…Oct 6, 2020Oct 6, 2020
Go Builder PatternI came from the Java world so I am familiar with the Java builder pattern. I didn’t use it much, but I reviewed some Go code recently that…Oct 6, 20201Oct 6, 20201
Published inStar GazersGo Scatter Gather PatternOne of the strengths of Go is it’s native support for concurrency. There are a lot of posts about concurrency in Go, but I was writing…Oct 6, 20203Oct 6, 20203