Tahzib Mahmud Rifat

Tahzib Mahmud Rifat @rifat87

About: Open source || Backend-Development || IoT || Robotics || Computer Vision

Joined:
Feb 13, 2024

Tahzib Mahmud Rifat
articles - 29 total

You want your existing MetaMask connect-wallet system to work with Anvil, the local Ethereum network from Foundry.

✅ Goal: You want your existing MetaMask connect-wallet system to work with Anvil,...

Learn More 0 0Apr 15

# Getting Started with Cursor AI

Getting Started with Cursor AI Here's your comprehensive guide to using Cursor AI...

Learn More 1 0Apr 3

Python pip installation problem

PIP vs OneDrive: A Permission Battle! Tahzib Mahmud Rifat...

Learn More 0 0Mar 2

Optimizing Storage Layout with Solidity Struct Clustering

what is solidity struct clustering? In Solidity, struct clustering refers to a technique...

Learn More 0 0Mar 2

PIP vs OneDrive: A Permission Battle!

ERROR of python When ever pip is used this warning is showed. The warnings indicate that...

Learn More 1 0Feb 9

Docker for Node.js Developers: A DevOps Guide to Efficient Deployment

Introduction We're working on "Docker for Node.js Developers: A DevOps Guide to Efficient...

Learn More 22 8Jul 8 '24

Cells with Odd Values in a Matrix(LeetCode-easy)

INTRODUCTION We, have given two array one is main array matrix and other is indices[is a...

Learn More 0 0Jun 30 '24

Docker for Beginners (Windows)

What is Docker Docker is a platform that allows us to package and run applications inside...

Learn More 4 0Jun 25 '24

Ways to inspect elements on websites that Disabled inspect DevTool

Even if a website tries to disable DevTools, we can still access them using the browser's menu. Here...

Learn More 5 0Jun 23 '24

REST API

We should not use only 3000 or 5000 for our port number. We should use user available port number....

Learn More 0 0Apr 23 '24

A Markdown Blog ( Node.js, Express, And MongoDB )

31/3/24 INTRODUCTION Simple Setup Server At first we will create our...

Learn More 2 0Apr 11 '24

MongoDB For Beginners(Using Docker)

25/3/24 Introduction In this post we are going to learn basics of MongoDB. Creating...

Learn More 2 4Mar 30 '24

Flipping an Image(leetcode)

INTRODUCTION Our problem says, we are given an 2D array. At first we have to reverse...

Learn More 0 0Mar 29 '24

Beginner Friendly Project Recipe APP ( NodeJs & PostGreSql)

3/14/24 Introduction We are going to to build a website where we can see our recipes and...

Learn More 2 1Mar 23 '24

PostGreSql-StoryFrom(Day89-100)

Execute the SQL Script using \i with the Correct Path: Once you're in the psql shell...

Learn More 1 0Mar 13 '24

1732. Find the Highest Altitude

INTRODUCTION The problem statement says, we are given an array of altitudes of a rider....

Learn More 0 0Mar 6 '24

1773. Count Items Matching a Rule.

Introduction Here our problem says, there are one 2D list of items and one ruleKey and...

Learn More 0 0Mar 2 '24

1389. Create Target Array in the Given Order(bruteForce)

Introduction Here our problem says, we are given 2 arrays and have to build a new array...

Learn More 0 0Feb 28 '24

1365. How Many Numbers Are Smaller Than the Current Number

Introduction Here we are given an array, now we have to traverse the array and check for...

Learn More 0 0Feb 26 '24

1512. Number of Good Pairs

Introduction So here we are given an array. We have have to find how many pairs have the...

Learn More 0 0Feb 25 '24

1431. Kids With the Greatest Number of Candies

Introduction So, here we are given an array. At first we have to figure out the max...

Learn More 0 0Feb 24 '24

1470. Shuffle the Array(easy)

Introduction Here we have given an and all we have to do is shuffle the array. So the...

Learn More 0 0Feb 23 '24

1672. Richest Customer Wealth(leetcode)

Introduction So here the problem is, a 2D array is given. We have to calculate the sum...

Learn More 0 0Feb 21 '24

1480. Running Sum of 1d Array(leetcode)

Introduction Here the problem says, what we have to do is, we have to store the sum of...

Learn More 0 0Feb 20 '24

1929. Concatenation of Array(Leetcode easy)

Problem statement Here we have to create a new array , which length should be double...

Learn More 0 0Feb 19 '24

1920. Build Array from Permutation (leetcode: easy)

INTRODUCTION It's an leetcode easy type question and it is related to array in...

Learn More 0 0Feb 18 '24

Write a function that returns all prime numbers between two given numbers.

Introduction This problem is same as finding if a number is prime or not. But here we have...

Learn More 1 0Feb 15 '24

🧑‍💻Define a method to find out if a number is prime or not.

Introduction In this program we are going to solve a problem called prime number using...

Learn More 0 0Feb 14 '24

Voting Age Program in Java

Basic problem solving using functions/methods in Java. Tried to call a method for reusability and it...

Learn More 0 0Feb 13 '24