Building in public, writing in code

Writing about
systems that scale.

Deep dives into distributed systems, Rust performance, and the craft of writing software that survives production.

~ cat latest.md
# Building a Lock-Free Queue in Rust
status: published | reads: 12.4k
~ git log --oneline -3
a7f2c1d Add WebSocket benchmarks
3e8b90a Fix WASM memory layout article
c1d45e7 New post: Zero-copy parsing
0
Articles
0
Deep Dives
0
Years Writing

Recent Posts

Browse archive →
Server room

Zero-Downtime Deployments Without Kubernetes

Sometimes a shell script and nginx are all you need. A practical guide to blue-green deploys.

Matrix code

Type-Level Programming: Beyond Generics

Conditional types, template literals, and the Turing-complete type system hiding in TypeScript.

AI concept

Running LLMs on a $5 VPS: A Practical Guide

Quantization, KV caching, and why you don't need an H100 for most inference workloads.

Network cables

Zero-Copy Parsing: Reading 1GB/s in Rust

How to parse structured data without allocating. Arena allocators, slices, and winning benchmarks.

Linux terminal

eBPF in Production: Observability Without the Overhead

Tracing syscalls, profiling network stacks, and building custom metrics with minimal overhead.

Dashboard

WebSocket vs SSE: Choosing the Right Protocol

Real benchmarks, real trade-offs. When full-duplex matters and when it's overkill.

All Posts

Filter by year →
2024-12-14Building a Lock-Free Concurrent Queue in Rust#rust
2024-12-08Zero-Downtime Deployments Without Kubernetes#devops
2024-11-29Type-Level Programming: Beyond Generics#typescript
2024-11-18Running LLMs on a $5 VPS#ai
2024-11-05Zero-Copy Parsing: Reading 1GB/s in Rust#rust
2024-10-22eBPF in Production: Observability Without Overhead#linux
2024-10-10WebSocket vs SSE: Choosing the Right Protocol#web
2024-09-28Designing a Distributed Rate Limiter#systems
2024-09-14WASM Memory Layout Demystified#wasm
2024-08-30Writing a Toy Database from Scratch#rust

Browse by Topic

🦀
Rust
34 posts
Systems
28 posts
🔷
TypeScript
22 posts
🤖
AI / ML
18 posts
🐧
Linux
15 posts
🌐
Web
12 posts
🔒
Security
9 posts
🚀
DevOps
8 posts