Designing a Prisma Schema That Scales
Relations, indexes and cascade rules are decisions you make once and live with for years. Here is how I approach them.
2 min read793 views
Category
Data modelling, system design and the boundaries that keep a codebase workable.
Relations, indexes and cascade rules are decisions you make once and live with for years. Here is how I approach them.
B-tree, partial, composite and GIN — what each one is for, and how to tell whether the planner is using yours.
Repositories, services and actions are useful right up to the point where they become ceremony. Where I draw the line.
LCP, CLS and INP explained through the fixes that actually move them, not the definitions you can already look up.