@skippr
I like to learn new skills and talk about my progress with them
Nothing here yet.
Nothing here yet.
Kafka isn’t just “a message queue.” It’s a distributed, high-throughput commit log that moves ridiculous amounts of data with remarkable efficiency. When I started digging into its internals, I expected to find some clever Java code.What I found inst...

Ever wondered how high-performance servers like Redis handle thousands of connections on a single thread? The secret lies in a low-level event loop, and in Rust, the tool for that job is Mio. Mio is a fast, low-level I/O library for Rust that focuses...
