Back to Blog
Blog Series
Deep-dive multi-part series on topics I'm passionate about.

1 Part
February 25, 2026
C++ Experiments & Internals
A comprehensive journey into low-level C++ programming, exploring systems programming, memory management, and performance optimization.
C++LearningProgramming
View Series 15 Parts
August 18, 2026
Computer Architecture From First Principles
Building up computer architecture from bits and gates to pipelines, caches, out-of-order execution, and accelerators — connecting every layer back to the code you write.
CPU DesignCachingCompilersComputer Architecture+8
View Series 19 Parts
August 18, 2026
Deep Learning Inference Engineering
The full stack of running a trained model fast: compute vs memory-bound analysis, quantization, kernel engineering, memory planning, runtime scheduling, transformer inference, and hardware co-design.
CareerCompiler OptimizationCompilersDeep Learning+17
View Series