Loading...
How to manipulate your Azure AD B2C Data via your REST API
I will show you how easy it is to access your data in your Azure AD B2C Tenant via REST so that you can integrate it into your Next.js 14 project. We will extend our Prisma schema as well.
Custom login data tracking with Prisma/Serverless Postgres in Next.js 14
I want to track login attempts to support users if they face issues and to understand better what is going on during login. Azure offers a smart way to implement some logic.
Next.js 14 - Endless Scroll with Contentful and Server Actions
As your blog grows, you may need a function like "Load more" or "Infinite scroll." I will focus on that and show how easy it is with Next.js 14, Server Actions, and Contentful as CMS.