Candie

Candie @candie_code

About: Writing codes is an avenue for me to share my creativity with the world. Blogging about it is an avenue for me to share my solutions with other developers. Welcome to my world!

Location:
http://localhost:3000/candie-code
Joined:
Apr 23, 2023

Candie
articles - 14 total

Building a middleware with Nextjs

In this short article, i will be writing about how to build a middleware with nextjs. I recently...

Learn More 3 0Aug 12 '24

Checking for palindrome with nodejs

This is a very common technical interview question, where they ask you to build a server that can...

Learn More 0 0May 20 '24

HOW TO LAZY LOAD IMAGE IN REACTJS

Lazy loading images in your react project optimizes your website and also makes it visually...

Learn More 9 3Mar 26 '24

BUXURY

What I built BUXURY An ecommerce solution to make shopping experience for both vendors and...

Learn More 0 0Jul 19 '23

MANAGING A TEAM WITH NODE.JS (PART 2)

In case you missed the first part of this article, read here to catch up In the last article, we...

Learn More 2 0Jun 3 '23

MANAGING A TEAM WITH NODE.JS (PART 1)

As a backend developer, have you ever wondered the concept behind Creating a team Sending Team...

Learn More 11 0May 29 '23

CREATING PASSWORD VALIDATION/CHECKLIST IN REACT.JS

One of your responsibilities as a developer is making sure your users create a strong password to...

Learn More 3 0May 18 '23

IMAGE/FILE UPLOAD IN NODE.JS WITH CLOUDINARY

Image and file upload is a very important concept in backend development especially if you are...

Learn More 2 1May 7 '23

GETTING STARTED WITH CHAKRA UI

If you are a frontend developer that loves to develop with React.js, and you need a library that can...

Learn More 1 2May 5 '23

SET UP 2FA IN NODE.JS WITH SPEAKEASY

Adding 2FA to your application create an extra layer of security for your users, to protect their...

Learn More 19 4May 2 '23

JAVASCRIPT ARRAY.MAP() METHOD

For me, I believe Javascript Array.map() method is one of the most important array methods to...

Learn More 5 2May 1 '23

HOW TO GENERATE 4 DIGIT OTP WITH JAVASCRIPT

Are you looking to generate OTP codes for your application for authentication? Follow these few steps...

Learn More 18 5Apr 30 '23

HOW TO PREVIEW AN UPLOADED IMAGE WITH REACT.JS

As a developer, if your file upload component is a customized one, or you want users of your platform...

Learn More 0 0Apr 29 '23

How to create a react-app

Step 1; Open your code editor(preferably VSCODE) Step 2; Open your terminal on your code editor...

Learn More 0 0Apr 23 '23