Fixing a Prisma Client Resolution Issue in a pnpm Monorepo
Introduction While working on the RAHB project, I encountered a Prisma issue in a pnpm monorepo where prisma generate could not resolve @prisma/clie…
Tech news from the best sources
Introduction While working on the RAHB project, I encountered a Prisma issue in a pnpm monorepo where prisma generate could not resolve @prisma/clie…
When most developers start building backend applications, they're usually focused on one thing, getting an API working. Express routes, controllers,…
TL;DR I built Arac Saglik Karnesi (Vehicle Health Card), a free digital service-history tool for auto repair shops in Turkey. Every vehicle gets an…
If you build with Prisma, you already know Prisma Studio. Run one command and you get a clean, visual way to browse and edit rows in your database.…
A generated route can remove repetitive Express handlers without removing the API contract. That distinction becomes concrete when one endpoint is d…
v1.9.1 – August 13, 2026 Fixed missing types (config.d.ts) for errorClasses (Prisma) Added missing types (presets.d.ts, index.d.ts) for GatewayTimeo…
Two tenants, two AI providers, two prompts. Sounds simple, and on day one it is. That's the trap. It stays simple right up until customer number two…
A database-first, explicit-DDL ORM for .NET — runtime-emitted entity types, JOIN-free eager loading, CDC push notifications, and schema-driven Graph…
One valid PostgreSQL row refused to appear on my Next.js page. The relationship was correct, the SQL join returned the row, and the repository compi…
Last year I watched a nightclub cloakroom melt down at 3am: two hundred people waving paper tickets, three staff members, and a lost-ticket dispute…
The BullMQ benchmark we published last week had a clean scoring mechanism: a real merged PR, a real maintainer comment confirming the bug, and a kno…
I love Prisma. I have shipped Prisma to production more times than I care to count. It changed how a lot of us write TypeScript against databases. B…
“Your ORM should fit your project, not just your taste.” A Practical Guide to Choosing Between Prisma and Drizzle ORM for Modern TypeScript Applicat…
If you use Prisma, you already know it's a fantastic ORM with excellent developer experience. But there's a common friction point almost all of us h…
Our API Was Fine. Database Was Fine. So Why Were Queries Taking 16 Seconds? It started with a support ticket. A customer-facing API that normally re…
If Prisma relationships feel like a maze, this post is for you. We are going to build the data model for a small job posting app and walk through ev…
If you have been using Prisma and you keep wondering "wait, what is Prisma Client actually?" and "why do I have to run prisma generate every five mi…
If you have used Prisma 7 for the first time and seen something like this: const adapter = new PrismaBetterSqlite3 ({ url : databaseUrl }); const pr…
Subtitle: How to model a secure, escrow-based marketplace for emerging economies using Prisma and PostgreSQL. Schema. In my previous article on Medi…