Updated January 15, 2026 to reflect Prisma 7.x stable releases and common issues encountered in production upgrades.If you want to skip ahead, there’s a minimal reproduction repo here, you can reference. Prisma 7 shipped with a significant architectural change: the query engine was rewritten from Rust to TypeScript. This sounds like a minor internal detail, […]
Category: NestJS
Dockerizing and hosting a NestJS application
Part 1: Exploring and setting up NestJS Part 2: Dockerizing and hosting a NestJS application This is the second installment in my series about NestJS and becoming familiar with it. In this part of the series, I’d like to dive further into how and why I dockerized the setup. As with any new application, we […]
Exploring and setting up NestJS
I recently decided to do some more exploration of NestJS, as its a framework I’ve been interested in for a few years, and even dabbled in a bit. I have used it for a small project and built some services with it back in 2021 to test out how well we could implement a microservice […]