Tags → #til
Anatomy of Containers, Part III: What's root, really?
Understanding how root privileges works in Linux and what it means for containers.

Anatomy of Containers, Part II: The Fancy Stuff
Taking a peek at how networking & filesystems are wired in containers with some hands-on examples.

Anatomy of Containers, Part I: They Are Just Fancy Processes!
Containers are, at their core, just processes. Let's take a look at the Linux primitives that make it possible

How Does Async / Non-Blocking IO Actually Work?
Deep dive into the OS internals to understand how async/non-blocking IO actually works
A Developer's Guide to Domains and DNS
Deep dive into how domains and DNS work with some hands-on examples using dig

iOS Keychain: It's Not a Bug It's a Feature
Unintended behavior of iOS keychain that lets apps persist data even after uninstallation

TIL: Partial Indexes And Soft Delete
Exploring partial indexes in SQL.