Azure AD B2C/Prisma ORM - Data control via REST - Part 2
I will show you how you can delete and/or update your data within the Azure AD B2C Directory and your PostgreSQL DB at Neon.tech with ease using Prisma ORM/REST
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 - Multiple connections within a project with Prisma ORM
In my last projects, I needed to establish a DB connection to more than one Postgres DB. I had the challenge of managing these multiple connections within the Prisma Context.
Next.js 14 - Custom Client-Side Tracking - Part 2 (new data attributes)
Now we will add the UserAgent, Pathname, Mobile, Platform, Region, and City. All data will be saved to a Neon.tech Postgres DB via Prisma ORM, as in the story before.
Next.js 14 -Building Custom Client-Side Tracking End-to-End
I will show you how you can build a custom hook for page tracking and integrate it into your existing Next.js 14 project with ease. The data will be saved into a Neon.tech Postgres DB
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.