Developing Engineering Judgment in the Age of AI
Why fundamentals matter more than ever in the age of AI coding assistants, and how to build engineering judgment.
Blog that doesn't really adhere to any fixed themes. From software engineering to design philosophy to random AI automations.
Why fundamentals matter more than ever in the age of AI coding assistants, and how to build engineering judgment.
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.