Blog
This page is a work in progress 🚧

Database Durability and the WAL
Joseph Fuge - 08-29-2025
How do you know your database is telling the truth when it says your data is saved? The answer is the WAL.

How do Databases Find Data So Fast?
Joseph Fuge - 08-30-2025
Databases can find a single row among millions in less than a second. How does it work?

Pure Functions
Joseph Fuge - 07-26-2025
Pure functions are a simple, effective way to keep your codebase clean and debuggable. So what are they?