bappasaha

bappasaha @bappasahabapi

About: Love what i do , Do what i love

Location:
Dhaka
Joined:
Jan 22, 2023

bappasaha
articles - 18 total

Make Bikash app using Go

🚀 Learn Any Programming Language Faster — by Building Simple, Practical Projects! 🧠💻 Today, I built...

Learn More 1 0May 22

Redux Best Practice

Redux Best Practices 00.Three Principles of Redux 1: Single source of...

Learn More 1 0Nov 16 '24

Simple CRUD using React useState( ) hook.

This is done using React typeScript Here I use three useState to make the operation. I...

Learn More 0 0Nov 16 '24

JavaScript asked interview code

todo:1 [Math Random] লুডু খেলায় আমরা কিভাবে ১ থেকে ৬ সংখ্যা randomly print করতে পারি...

Learn More 0 0Nov 14 '24

Open-Closed Principle (OCP)-Part-2

🔥02A-Open-Closed Principle (OCP) The Open-Closed Principle (OCP) is one of the five SOLID...

Learn More 0 0Nov 11 '24

Single Responsibility Principle-Part-1

🔥A1-Single Responsibility Principle (SRP) - Overview SOLID এর 'S' হল Single Responsibility...

Learn More 0 0Nov 10 '24

Docker Cheetsheet

Docker Cheat Sheet Getting Started with Docker Check Docker...

Learn More 0 0Oct 18 '24

LinkedList in JavaScript

🔥00- Linked List in JavaScript How to Create Node Create Linked List Performed Push( ), ...

Learn More 0 0Oct 5 '24

Class in JavaScript

🔥🔥🔥 Class class Box{ constructor(color) { this.color =color; } getColor(){ ...

Learn More 0 0Oct 2 '24

Pointer in JavaScript

Code : //todo: 1. withot using pointer let n1 = 5; let n2 = n1; console.log("n1=", n1, " and...

Learn More 0 0Oct 2 '24

Push Two remote GitHub in same time

নিচের কমান্ড গুলো ফলো করুন : git init Enter fullscreen mode Exit...

Learn More 0 0Aug 25 '24

Tik Tac Toe in javaScript

Implementing 2D logic console.log('bappa'); 2D array let arr = [ ['1', '2',...

Learn More 0 0Dec 26 '23

Big_O_Notation Explained in Bangla

Big O Notation Big-O notation হচ্ছে আমাদের কোনো একটা function এর ইনপুট বাড়ার সাথে সাথে কতটা টাইম...

Learn More 0 0Dec 26 '23

Express Error Handling

WHY ERROR HANDLING IS IMPORTANT আমরা জানি Node একটি All Time Runningসার্ভার। সুতরাং, কোন...

Learn More 0 0Jun 16 '23

Markdown write-up

Learn Markdown Table of Markdown content Click on any topic to go...

Learn More 0 0Apr 3 '23

Merge Sort Implementation

[code in...

Learn More 1 1Mar 19 '23

Google Sign-in Sign-out using Firebase Authentication React js step by step

The output is below Getting Started Firebase Authentation: 🔥🔥🔥 Full...

Learn More 0 0Jan 23 '23

Node js PostgreSql,express, server connection

USING POSTMAN TO TEST THE APIS Run the server type npm init node api.js nodemon api 1....

Learn More 2 0Jan 22 '23