Nader's Daily Blog
Welcome to Every Developers favorite blog in the Devosphere

New product features | The latest in technology | The weekly debugging nightmares & more!

How to add credential authentication using Auth.js & Next 14

How to add credential authentication using Auth.js & Next 14

Allow users to login using their email & password.

Authentication
How to add email verification using Auth.js

How to add email verification using Auth.js

Enhance your website security by allowing only verified users to log in.

Authentication
How to enable password reset using auth.js

How to enable password reset using auth.js

Forgot your password? now worries, I got your bro.

Authentication
How to add 2-factor authentication

How to add 2-factor authentication

Enhance your users' security using 2-factor authentication

Authentication
How to use clerk to protect your route handlers

How to use clerk to protect your route handlers

Clerk can also protect route handlers, Nice

Authentication
Using Auth.js (next auth) to protect route handlers

Using Auth.js (next auth) to protect route handlers

So many ways to protect your route handlers, today it's about auth.js

Authentication
Next js 13 group routes is a game changer

Next js 13 group routes is a game changer

This is a new feature in next js 13 that solves so many problems

Next js
Metadata guide in Next js 13

Metadata guide in Next js 13

Next 13 introduced a new way to optimize your metadata, here's what you need to know

Next js
Next js 13 Route handlers explained

Next js 13 Route handlers explained

Forget the old api routes, this is the way

Next js
All you need to know about useOptimistic hook in Next js13

All you need to know about useOptimistic hook in Next js13

A new experimental feature from Next js 13 that will greatly imporove your UX

Next js
Next js 13 server actions introduction

Next js 13 server actions introduction

Who needs api endpoints when we have server actions ?

Next js
Create server side Pagination in Next js 13

Create server side Pagination in Next js 13

You know what's better than pagination? Server side Pagination.

Next js
How to use server actions with static pages in Next js 13.4

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()

Next js