In this short article, i will be writing about how to build a middleware with nextjs. I recently...
This is a very common technical interview question, where they ask you to build a server that can...
Lazy loading images in your react project optimizes your website and also makes it visually...
What I built BUXURY An ecommerce solution to make shopping experience for both vendors and...
In case you missed the first part of this article, read here to catch up In the last article, we...
As a backend developer, have you ever wondered the concept behind Creating a team Sending Team...
One of your responsibilities as a developer is making sure your users create a strong password to...
Image and file upload is a very important concept in backend development especially if you are...
If you are a frontend developer that loves to develop with React.js, and you need a library that can...
Adding 2FA to your application create an extra layer of security for your users, to protect their...
For me, I believe Javascript Array.map() method is one of the most important array methods to...
Are you looking to generate OTP codes for your application for authentication? Follow these few steps...
As a developer, if your file upload component is a customized one, or you want users of your platform...
Step 1; Open your code editor(preferably VSCODE) Step 2; Open your terminal on your code editor...