Dec 13, 2024Database
Understanding Postgres Database Structure: First Principles
Peeling back the layers of PostgreSQL. Pages, Tuples, WALs, and B-Trees. How data is actually stored on disk.
Read article
Thoughts on software, design, and life.
Peeling back the layers of PostgreSQL. Pages, Tuples, WALs, and B-Trees. How data is actually stored on disk.
A step-by-step guide to containerizing a Next.js 15 application using multi-stage builds and deploying it to the edge.
Golang's simplicity, concurrency model, and performance make it the perfect candidate for the next generation of AI-driven backend systems.
Stop managing server state in useEffect. Learn how to leverage TanStack Query (React Query) in Next.js 14+ for robust, caching, and optimistic updates.