Everything I've written down.

Ideas, things I'm figuring out, and the occasional rabbit hole worth keeping.

2026-07-29

Building a Thread-Safe Rate Limiter in Java

Two algorithms, one clean design, and the concurrency details that actually matter — from the token bucket all the way to a lock-free version with CAS.

Java Concurrency System Design Design Patterns