m0nm

m0nm @m0nm

About: Self taught on the road to become a fullstack developer, Wish me luck!

Location:
Algeria
Joined:
Jan 6, 2022

m0nm
articles - 16 total

Understanding ReactJS re-renders and memoization

Performance is a core factor in any successful web apps, Users won't bother to wait over 2 seconds...

Learn More 6 0Dec 27 '22

Nextjs: Oauth and Credentials authentication with NextAuth - Part 2

Welcome to the second part of NextJs with NextAuth, In the first part we've seen how to integrate...

Learn More 3 0Jun 28 '22

Painless conditional classes with classnames package

Hey folks today's post is a small one but i'm going to share with you a pretty neat way to manage...

Learn More 5 0Jun 4 '22

Laravel 9: Overview for newcomers

Laravel is the most famous and wide-use framework of PHP. People say it's easy to use and very...

Learn More 10 1Jun 1 '22

What is your advice on writing "clean code" ?

A post by m0nm

Learn More 29 18Apr 6 '22

How to deal with procrastination and unmotivation on your learning path

Here's the scenario: You want to learn that technology, Complete that course or build that project,...

Learn More 4 0Apr 3 '22

Storing variables with useRef ?

React useRef is a hook used to reference html elements (commonly inputs). If we read the useRef...

Learn More 7 0Mar 26 '22

Nextjs: Oauth and Credentials authentication with NextAuth

If you've been looking for a good authentication solution for your Nextjs project you've probably...

Learn More 27 1Mar 21 '22

Nextjs theme managing with next-themes and Tailwind CSS

next-themes is a cool package that provide an easy solution to managing your website theme. Today...

Learn More 30 4Mar 16 '22

Form validation with useForm hook

Form validation is a crucial and a must for every website that deals with user's data, But the form...

Learn More 34 0Mar 12 '22

CSS Emmets: A guide for everyone

Emmet is known to be the most loved and indispensable feature of vscode, Today you'll know how you...

Learn More 6 0Mar 4 '22

Javascript DOM manipulation cheatsheet

The Document Object Model (referred as the DOM) is the means that allowed developers to add...

Learn More 33 2Mar 2 '22

Zustand: Stupid Simple State Management Tool!

Did you ever wanted to have a simple, easy, efficient and lovely state-management solution for your...

Learn More 11 2Feb 25 '22

A beginners guide on how to build projects

So you've completed a udemy course and you decide to make a project for your portfolio, You get an...

Learn More 31 3Feb 22 '22

useState vs useReducer: What are they and when to use them?

It is common to see useState hook used for state management, However React also have another hook to...

Learn More 72 3Feb 19 '22

How to set up Typescript with Express JS

Today I'm going to show you how to create an Express js project with Typescript as fast as...

Learn More 7 0Feb 17 '22