Flag-oriented Programming
booleans, am I right? What a wonderful piece of technology! They help us solve so many …
I create, maintain, and operate software. Sometimes I write about it here.
booleans, am I right? What a wonderful piece of technology! They help us solve so many …
I’ve been wanting to write this for a long time, just to clarify my thoughts on the …
This is just a quick overview of how I did it in antibody’s homepage. Antibody's …
I gave a little intro on Docker and talked about when to use it or not. No slides or video …
In Go, it’s dead simple to get the value from an environment variable: …
Or: how to ship your app in a <20Mb container. Well, as you may know, there is a good amount …
There are a lot of Java API’s and Frameworks which rely in static methods and the sort. …
go build generates a binary for the platform you run it in. So, if I build antibody in a Linux …
Learning Go was in my TODO list for a while, and finally I did something about it. This post …