RSSAmplifier

Blog

Christian Schleifer

Personal blog of Christian Schleifer

christianschleifer.comRSS feed ↗4 posts

Latest posts

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.

Bitmap in Rust

Walk-through implementation of a simple bitmap in Rust.

Indices and Bitmaps

Database indices and how to implement them using bitmaps.

Building a key-value store in Rust

Building a key-value store in Rust for fun and learning about databases and Rust.