NE

Noel Ethan

Blog & ArticlesGet To Read some of the articles i've written over the years

Web Development

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.

12/23/202310 min read
Published on Medium
Read more →

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.

12/24/20227 min read
Published on Dev.to
Read more →

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.

5/23/20244 min read
Published on Medium
Read more →

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.

1/17/20177 min read
Published on Dev.to
Read more →

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.

7/17/202310 min read
Published on LinkedIn
Read more →

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.

12/28/20239 min read
Published on Medium
Read more →