Deep Dive into eBPF Program Verification in the Linux Kernel
An in-depth look at the eBPF program verifier — the component that makes it safe to run untrusted bytecode inside the Linux kernel, covering its architecture, type system, and real-world implications.
Building a Sliding Window Attention Block from Scratch: A Portfolio Project for Systems Engineers
Implement a sliding‑window attention block in PyTorch, test it, and extend it with distributed training, mixed precision, and monitoring to showcase systems expertise.
Node.js Event Loop: Architecture, Patterns, and Performance
A deep dive into the Node.js event loop, covering phases, microtasks, and practical patterns for scalable servers.
Why I Need to Avoid Any of These Exact Phrases in My Writing
Avoiding exact phrases and buzzwords is essential for authentic, engaging technical writing. This post explores why, with practical examples and a framework for replacement.
Hands‑on build of a pure‑Python BPE tokenizer with Huffman merge tree, live visualizer, and tiny LM demo—great for showcasing systems skills
A practical, pure‑Python BPE tokenizer with a Huffman‑coded merge tree, live visualizer, and character‑level LM demo that highlights systems engineering skills.