Introduction To Low Latency Programming: Understand Storage
This post originally appears as a chapter in my new book: ‘Introduction…
I write about programming, C++, distributed systems and anything else I come across.
This post originally appears as a chapter in my new book: ‘Introduction…
This post originally appears as a chapter in my new book: ‘Introduction…
I’m excited to announce the availability of my first technical book: Introduction…
Code is written once, but read many times. Given this truth, it…
I am a big fan of sum types for expressive programming. They…
Once you delve into the realm of low-latency C++, you will find…
One problem that arises when interleaving SQL queries in C++ code is…
This article presents a simple way to cleanly define nested, multi-branch type…