Centralizing Dependencies in a pnpm Monorepo
18 Feb 2026
Procedure for eliminating silent version drift across pnpm workspaces via root-level dependency declaration.
Technical notes, patterns, and findings. Organized by topic.
18 Feb 2026
Procedure for eliminating silent version drift across pnpm workspaces via root-level dependency declaration.
2 Sept 2025
How to make AI assistants consistently follow your conventions — with a documentation system that loads the right rules at the right time.
10 Aug 2025
The difference between `prisma db push --accept-data-loss` and a pre-deploy safety script — and when to use each.
15 Jul 2025
Contract-first RPC that catches API mismatches at build time instead of runtime.