Posts
All the articles I've posted.
- 9 MIN READ•Apr 29, 2026
What Are Table Formats and Why Were They Needed?
Table formats like Apache Iceberg solved the ACID, schema, and performance problems that turned data lakes into data swamps. Here is how each one works.
data lake table formatsApache IcebergDelta Lake - 9 MIN READ•Apr 29, 2026
How Query Engines Think: The Tradeoffs Behind Every Data System
Every database is a collection of engineering tradeoffs. Learn the 9 design decisions that shape how query engines store, index, and process your data.
query engine designdatabase tradeoffsquery optimization - 11 MIN READ•Mar 7, 2026
Context Management Strategies for Zed: A Complete Guide to the High-Performance AI Code Editor
Zed is a high-performance code editor built in Rust that prioritizes speed, simplicity, and real-time collaboration. Its AI integration is designed to be fas...
AI toolscontext managementprompt engineering