Published onOctober 8, 2025How HTTP Requests Actually Work: A Low-Level Deep DiveHTTPNetworkingTCPDNSSystems-ProgrammingTrace the complete journey of an HTTP request from curl to bytes on the wire and back. Understand DNS, TCP handshakes, and the full network stack.
Published onFebruary 1, 2025How Terminals Actually WorkLinuxUnixTerminalsPTYSystems-ProgrammingA deep dive into PTYs, TTYs, and why your shell is not just a subprocess. Understanding the kernel-level abstractions that make terminals work.