Posts
All the articles I've posted.
AI Model on Every Digital Thing — How We Got Here
There's already an AI model in every digital thing. If you don't believe me, check Hugging Face. Here's how we got here and what it means.
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.
Building an Ultra-Low Latency Order Book — Low-Level Design for High-Frequency Trading
A deep dive into building a realistic high-frequency trading system — from order book data structures to lock-free algorithms, kernel bypass networking, and a backtesting engine.
Building Reliable Real-Time Apps with WebRTC
A practical, production-focused guide to building WebRTC applications with signaling, ICE, media adaptation, data channels, recovery, security, and observability.