Home Posts Series Projects

  • Building a Database: B-Tree Implementation

    May 5, 2026

    Implementing a B-Tree index for efficient lookups and range scans.

  • Building a Database: Storage Engine Basics

    May 1, 2026

    Starting with the fundamentals — how data gets written to and read from disk.

  • Redstone Dev-Log #1

    February 16, 2024

    Updates on Redstone Project - A Java Language Server implemented in Rust. Covers initial project setup, code generation and ungrammar.