React 19 is on its way. After a long wait, the new version of React is finally arriving. Let's explore the new features and discuss the deprecated methods.
Next.js app router cookie based authentication with iron session and new server actions
Should you use Next.js or Express Server for a backend API? Which one is faster and more secure? Let's compare the strengths and weaknesses of each technology.
Should you use Zustand to manage React states? Is it better than Redux? What are the cons and pros? Let's explore this minimal state management tool and answer the questions.
How to easily create role-based authentication using Next-auth (Auth.js) and prisma adapter.