Don't ignore instincts

A few days ago, I wrote this post on testing more. So I started off with some integration testing my http handlers. There was one huge flaw in the way I was testing, it's the eternal elephant in the name of, mocks. Long story short, mocks are garbage.…

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…