How to Create Modals with Unique Routes in Next.js: A Guide to Intercepting Routes.
This article provides an in-depth guide on how to create modals with unique routes using intercepting routes in Next.js. Discover how to render multiple pages within the same layout and display content without changing the context.

How to Develop an Email-Verification API using Django Rest Framework
Many sites also use an email for user authentication and originality so it is important to verify user emails or in other words to check if the email submitted by the user is legally valid and functional before the user starts to access any functionality of your site.
How To Seed Your Database with Multiple Media Files in a Laravel Application
This article will guide you on how you can seed your database with multiple media files in a Laravel application.
How to Easily update an Object that's in state in React
One of the fundamental concepts of the React framework is state management. State in react can hold any kind of JavaScript data types ranging from the primitive data types like string, number and boolean to the complex data types like objects.
The React Secret Weapon: A Next.js 13 beginners Simple Explanation
In this short article, we'll explore the significance of Next.js 13 and dive into the expectations and excitement surrounding it.
The Untold Story of Form Submissions in React 18
In this article you will discover how the onSubmit and action form props work together. You will also learn how you can perform other actions before and after invoking a server action in a form element of a React component.