BOOKS
First Principles of AI Coding
A systems-first path from model behavior and agent execution to memory, context, and verifiable engineering loops.
Read online [READ] →Cloud Networking: From Isolation to Connectivity
A long-form account of how networking evolves from isolated boundaries to global connectivity through VPC, Internet access, and hybrid cloud.
Read online [READ] →Inside QUIC and HTTP/3
Not an RFC summary, but a protocol-engineering view of how QUIC and HTTP/3 constraints become implementation structure.
Read online [READ] →PROJECTS
quicX
A self-contained C++17 QUIC and HTTP/3 stack that turns protocol constraints into testable implementation structure, spanning UDP I/O, TLS 1.3, QUIC streams, HTTP/3 routing, QPACK, server push, QLog, metrics, and interop validation.
CppNet
A cross-platform C++11 asynchronous TCP networking library built around a Proactor-style, multi-threaded event model, small public interfaces, callback-driven I/O, per-connection memory pools, timer wheels, and explicit layering.
ARTICLES
The Repriced Engineer
As the industry shifts from rule-based to token-based delivery, the capability bundle of software engineers is being repriced: raw coding depreciates while judgment becomes the new scarce asset.
From API Gateway to AI Gateway: When Infrastructure Is Stretched by Tokens
LLM traffic breaks the two hidden assumptions of the traditional API gateway — opaque payloads and deterministic behavior — and forces a new infrastructure layer that governs non-deterministic calls.
Software Ate Only Half the World: From Rule-Based to Token-Based
A long-form reflection on why software has only ever eaten the rule-codifiable half of the world, and how tokens are opening a second industrial track for the other half.