Why I love go?

There are quite a few reasons, but by far my most favorite feature is Executable binaries Want to a quick CLI for your application, include a folder in your cmd/ folder and just like that you have a binary with all dependencies and files in a single file. There is…

What I learned from reading a paper on Memory

Over the last few weeks I have been reading What Every Programmer Should Know About Memory by Ulrich Drepper and the chapter on Optimizations from 100 Go Mistakes and How to Avoid Them, this is a summary of what I've learned from them. I would highly recommend you…