Golang articles, tutorials and stories

My stories about Go, the programming language. I like to write about best practices, tips&tricks and tutorials. For a specific category see the Menu.

thumbnail

Best practices in (Kafka) event streaming consumers

A series of best practices when consuming events from real-time event streams.

thumbnail

Profiling your Golang app in 3 steps

Intro to profiling Go apps or packages. To keep it short I will only focus on the computational optimizations.

HOT
thumbnail

Fast priority queues in Golang: Hierarchical Heap

Hierarchical Heap is a very efficient Priority Queue O(log n/k) for large data sets.

thumbnail

How to learn Golang

How am I learning Go as my new main language, what resources & techniques am I using?

HOT
thumbnail

Fast priority queues in Golang: Hierarchical Queue

Writing O(1) high performance data structures, in order to learn Go.

thumbnail

Golang, it was love at first sight

Why golang had me on the first date.