Here is an updating list of materials (articles, books, etc.) that impressed me or proved to be useful.

Redis/Valkey Replication Internals: The Architecture Behind Zero-Copy Command Propagation | Sourav Singh Rawat

Kafka is fast – I’ll use Postgres

Inside NVIDIA GPUs: Anatomy of high performance matmul kernels

FoundationDB: A Distributed Key-Value Store (Research Highlights)

Merkle-CRDTs: Merkle-DAGs meet CRDTs

Writing a Simple Garbage Collector in C

Stop using Behaviour to define interfaces, use Protocol! - Yiming Chen

Interval Tree Clocks

Implementing FastAPI Services - Abstraction and Separation of Concerns - Camillo Visini

Manim Community Overview

Death, Children, and OTP

What happens when a linked process dies

The many and varied ways to kill an OTP Process

Python behind the scenes #11: how the Python import system works

SimPy: Simulating Real-World Processes With Python - Real Python