Published onAugust 24, 2025The Hidden Danger of Importing Prisma Enums in Client-Side Codeprismatypescriptbundlingbuild-errorsfrontendWhy importing Prisma enums directly in client-side code breaks production builds and the constants pattern that solves it.
Published onMay 5, 202560-80% Faster Search: Optimizing PostgreSQL CTEs in Node.jsPostgreSQLPerformanceSQLNode.jsPrismaOptimizationThree SQL anti-patterns that were killing our search performance, and the CTE optimizations that fixed them.
Published onMarch 18, 2025Setting Up a Turborepo + Prisma + Nuxt Environment Without Import Issues on VercelturborepoprismanuxtvercelmonorepoHow I tried different approaches to set up a Turborepo + Prisma + Nuxt environment and the solution that finally worked on Vercel.
Published onMay 27, 2024How I Resolved Prisma Issues and Fixed Vercel 500 INTERNAL_SERVER_ERROR 🚀prismavercelWith these adjustments, my application ran smoothly on Vercel. Finally, I could get some well-deserved rest! 🎉