
Building a Consistent Data‑Fetching Layer in React with TanStack Query
A React data-fetching pattern using TanStack Query, custom hooks, and a small REST API DSL.
Read
Engineering notes
Practical notes from software projects, backend systems, frontend architecture, deployment work, and applied research.

A React data-fetching pattern using TanStack Query, custom hooks, and a small REST API DSL.
November 17, 2025
A migration from offset pagination to keyset pagination with PostgreSQL, Drizzle, tRPC, and Next.js 16.
November 11, 2025
A shared UI library setup for a Bun and Turborepo monorepo using Next.js 16, React 19, Tailwind CSS v4, and shadcn/ui.