Docs

Technical notes, patterns, and findings. Organized by topic.

Centralizing Dependencies in a pnpm Monorepo

18 Feb 2026

Procedure for eliminating silent version drift across pnpm workspaces via root-level dependency declaration.

pnpmmonorepodependency-management

A layered documentation system for AI-assisted development

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.

patternsai

Two ways to handle Prisma migrations: accept data loss vs. don't be stupid

10 Aug 2025

The difference between `prisma db push --accept-data-loss` and a pre-deploy safety script — and when to use each.

patternsbackend

oRPC: when your frontend and backend drift, TypeScript screams before you deploy

15 Jul 2025

Contract-first RPC that catches API mismatches at build time instead of runtime.

patternstypescript