
Compile all Proto files to Go code using a Makefile
We like being lazy (and smart)
Mar 14, 20232 min read
Search for a command to run...

We like being lazy (and smart)

I see... Cgo packages need gcc

Spice up your dashboard with not-so-boring avatars!

Bridging two different worlds

The notion of transpilation.

Reproducible and isolated development environments!

It is not the only way to get Docker.

Woof.

Foreword The factory pattern is a creational pattern that usually makes use of conditional statements such as if and switch. Today, we will be showcasing the factory pattern in the context of just dealing with singleton (static) values. Imagine a gam...