flâneur

Internals for Interns

internals-for-interns.com · 531 words · saved by 1 readers

A collection of blog posts explaining software internals in an approachable way

Guest Posts: Understanding Testcontainers: The Ryuk Reaper By Manuel de la Peña • September 7, 2026 • 24 min read If you’ve used Testcontainers in any language (Go, Java, .NET, Python, Node, Rust), you’ve probably noticed an extra container hanging around in your docker ps output while your tests run. … Understanding the Linux Kernel: Network Subsystem By Jesús Espino • August 31, 2026 • 20 min read At the end of the previous article we watched a module fill in a struct net_device_ops (include/linux/netdevice.h:1436), hand it to register_netdev() (net/core/dev.c:11531), and walk away. ……

saved by

related reading