Composition via embedding in Go
I was introduced to type embedding (or embedding, in short) by Filippo Valsorda in one of his talks. Apparently this is a lesser known (and lesser used) feature …
I was introduced to type embedding (or embedding, in short) by Filippo Valsorda in one of his talks. Apparently this is a lesser known (and lesser used) feature …
I’m in the train back from GoLab 2018 and I am so happy that I attended this conference! It’s been definitely one of most beautiful con I have …
In the early days of Go the language was often tailored towards “system programming” due to its C-stlye syntax and ability to write high-performance …
As a coding challenge I was asked to provide a generic list implementation using a language of my choice and using only primitive types, avoiding the use of …
[TL;DR] I wrote a Pub/Sub message queue in Go, branch “master” is stable but missing some interesting feature like distributed memory synchronization between …
It is true: I fell in love with Go, not because I love Google and his products, but because it really fits my ideology of simplicity and power in a programming …