Dependency Injection Without the Bloat: Why I Skip Java Dependency Injection Frameworks
My personal take on why I think the Dependency Injection Pattern helps me write better code while Dependency Injection Frameworks only add complexity.
Personal blog of Christian Schleifer
My personal take on why I think the Dependency Injection Pattern helps me write better code while Dependency Injection Frameworks only add complexity.
Walk-through implementation of a simple bitmap in Rust.
Database indices and how to implement them using bitmaps.
Building a key-value store in Rust for fun and learning about databases and Rust.