Blog
Latest Posts #NextJS
MVC flavors with Prisma Middleware and Extensions
Add that extra magic touch to your Prisma models with Middleware and Extensions.
2023-01-12
#Prisma #NextJS #MVC
TIL: ServerSide Translations w/ NextJS
The other day I spent way to long trying to get translations to work ServerSide inside a NextJS API route. Honestly, I did not expect it to become the issue it was. I blamed the weak coffee but continued to dive in. To my surprise, there wasn’t a well-documented answer. I validated some claims in Discord, got a handful of responses that led me down a decent path, and now here I am to share my tale.
2022-12-08
#NextJS #Translations
Playwright with Next-Auth and Prisma
Today, I wanted to go over how to quickly configure Playwright with Next-Auth… There are many options, but the most exciting for me is the ability to save our user sessions into a storageState for multiple user roles and re-use them in our specs.
2022-12-05
#Playwright #NextAuth #Prisma #NextJS
Extending Types for Prisma Extensions in NextJS
Lets dive into the newer Prisma Client Extensions and how to use them in NextJS.
2022-01-04
#NextJS #Prisma #Types
Up and Running — Next.js and TypeORM - Part II
Series: Up and Running
Learn how to setup and configure TypeORM with NextJS.
2019-12-15
#ZEIT #NextJS #UpAndRunning
Blog Archive