Blog
Deep dives on the problems we hit building real products, and how we solved them.
Fixing the N+1 Problem in GraphQL Resolvers with Prisma
Why a single GraphQL query can fire hundreds of database round-trips, how to see it happening, and the two fixes that actually work.
graphqlprismanodeperformanceDiscriminated Unions: The TypeScript Feature Most Teams Underuse
Model state with a tag field instead of optional properties, and let the compiler prove your components can never render an impossible combination.
typescriptreacttypes