Tag: systems
All the articles with the tag "systems".
How Databases Actually Store Data: Pages, Indexes, and WAL
A detailed systems-level tour of database pages, row layouts, B-trees, buffer pools, MVCC, write-ahead logging, recovery, and performance tradeoffs.
Memory Management Deep Dive — Stack, Heap, Virtual Memory & Cache
Everything you need to know about how memory actually works — from stack vs heap to virtual memory, paging, cache hierarchy, and why understanding this makes you a better engineer.
The Complete Guide to Networking & Communication Protocols
Everything you need to know about how devices actually talk to each other — from TCP handshakes to HTTP/3, WebSocket, DNS, and load balancers.