New product features | The latest in technology | The weekly debugging nightmares & more!
How to add email verification using Auth.js
Enhance your website security by allowing only verified users to log in.
Format prisma schema with prettier
This little trick will make your life easier
How to use clerk to protect your route handlers
Clerk can also protect route handlers, Nice
Using Auth.js (next auth) to protect route handlers
So many ways to protect your route handlers, today it's about auth.js
Next js 13 Route handlers explained
Forget the old api routes, this is the way
Sync clerk data with your database using webhooks
Learn how to store users data on your database using webhooks
Create server side Pagination in Next js 13
You know what's better than pagination? Server side Pagination.
How to embed sanity V3 studio in your Next js app
Learn how to have sanity and next js under one project instead of having a separate sanity project
How to use server actions with static pages in Next js 13.4
Fix the 405 error that pops up when using server actions in a page that uses generateStaticParams()