Blog
Welcome to my personal blog where I write about programming and computer science. Check out my About Page if you want to know more about me.
Recent Posts
Dependency Injection Without the Bloat: Why I Skip Java Dependency Injection Frameworks
Posted on:February 16, 2026 at 06:00 AMMy 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
Posted on:January 12, 2025 at 07:00 PMWalk-through implementation of a simple bitmap in Rust.
Indices and Bitmaps
Posted on:November 10, 2024 at 06:00 AMDatabase indices and how to implement them using bitmaps.
Building a key-value store in Rust
Posted on:October 27, 2023 at 11:54 AMBuilding a key-value store in Rust for fun and learning about databases and Rust.