Here is an updating list of materials (articles, books, etc.) that impressed me or proved to be useful.
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
Implementing FastAPI Services - Abstraction and Separation of Concerns - Camillo Visini
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