RakibRahman

RakibRahman @rakibrahman

Location:
Bangladesh
Joined:
Oct 19, 2020

RakibRahman
articles - 8 total

Understanding the Single Responsibility Principle in S.O.L.I.D

Table of Contents Intro What is the S.O.L.I.D Principle? What is SRP? Real-World Analogy...

Learn More 0 0Mar 29

web worker

A post by RakibRahman

Learn More 0 0Feb 19

Simplifying React with EventEmitter: Reduce Prop Drilling & Unnecessary Re-renders

Intro In React applications, state management tools like Redux, Zustand, or React Context...

Learn More 3 0Feb 14

Promise.all(), Promise.any(), and More: Handling Multiple Promises in JavaScript

Introduction In Asynchronous JavaScript, Promise plays a vital role. If you're unfamiliar...

Learn More 20 0Feb 5

JavaScript Essentials: Handling Null, Undefined, and Safely Accessing Data with ?? and ?.

Table of contents Introduction Null Undefined Checking for null & undefined...

Learn More 0 0Feb 1

Memoization in JavaScript? And how to apply it to get better code performance.

As a programmer, we always want to write code that is robust and gives us better performance. But...

Learn More 9 0Feb 20 '22

JavaScript Array Methods Cheat Sheet with brief explanation.

Today I'll share some important array methods cheat sheet along with short summary which will tell yo...

Learn More 5 0Mar 14 '21

The Set() Object in JavaScript - A Nimble Introduction

Hello, I am going to give you a quick introduction about JavaScript Set() object and its must know pr...

Learn More 5 0Mar 1 '21