Blog
Notes on the systems I build and the things I run into while building them.
Rust Iterators Explained in Depth
A deep dive into Rust iterators, explaining how they work, common patterns, and useful utilities.
Rust HashMap Interactions Made Simple: The Entry API
Rust HashMaps are a commonly used feature that has a lot more to offer than most people realize. Learn more about the entry API, one of the many powerful features they have to offer