Design Patterns in Go: Visitor
Introduction The visitor pattern is a design pattern that allows for adding new operations to a collection of...
Design Patterns in Go: The Builder Pattern
Introduction The builder pattern is a creational design pattern, i.e. it is a pattern for creating or instantiang...
Design Patterns in Go: Proxy
Introduction The proxy pattern is a very useful design pattern. The basic function is to make sure that...
Adding CD to your Azure Container App
In my previous article we set up an Azure Container App with a small web API in Go....
Deploying a Go app (with Gin) to an Azure Container App
One of the first things that made me want to learn Go, apart from an unquenchable curiosity, is...
Hacking with Go!
Welcome valiant travellers. This is a blog about Go in all its aspects. As I have an extensive...