Sakib Ahmed

Sakib Ahmed @devvsakib

About: Frontend Engineer

Joined:
Aug 15, 2022

Sakib Ahmed
articles - 19 total

Dive into Open Source: A Guide to Hacktoberfest 2023

Introduction: Hey, tech enthusiasts! Are you ready for the most exciting month in the...

Learn More 6 0Oct 13 '23

How to solve Vercel and Netlify "Page Not Found" after page refresh [SOLVED]

Worst Worst Worst. What? You obviously deployed your React App in vercel or netlify right? If you...

Learn More 27 12Feb 27 '23

Web Development Internship at Oasis Infobyte: A Learning Journey

As a web development enthusiast, I was excited to embark on a journey of learning and growth with...

Learn More 5 0Feb 13 '23

Git & GitHub Common Error

GitHub ERROR SOLVE - GES GES stands for GitHub Error Solve. This is an Open Source...

Learn More 6 0Jan 22 '23

A HTTPRequest article by generated by ChatGPT!

This http request article generated by ChatGPT! HTTP (Hypertext Transfer Protocol) is a protocol...

Learn More 7 0Dec 26 '22

State vs Props in reactjs

What is State? The state is an update-able structure that is used to contain data or...

Learn More 6 0Dec 3 '22

What is SCOPE in JavaScript?

It's all about accessing variable. The accessibility or validity of a variable is determined by it's...

Learn More 5 0Nov 29 '22

Tips: Array destructuring in javascript ES6

The following invokes the getScore() function and assigns the returned value to a variable. const...

Learn More 7 0Nov 28 '22

Tips: Object Destructuring in JavaScript ES6

Suppose you have a person object with TWO prperties: let person = { firstName: 'Devv', ...

Learn More 7 0Nov 27 '22

forEach() or map() ? When to use?

In this article we'll discuss about forEach and map method in javascript. Which one best and when to...

Learn More 6 0Sep 30 '22

How to star a coding YouTube Channel. Step by Step

Most of us want to start a YouTube channel. But they don't know where to start. To i will walk you...

Learn More 13 0Sep 27 '22

Fetch API in JavaScript

Basic Fetch request fetch(url) .then(response=> response.json()) .then(data =>...

Learn More 15 0Sep 25 '22

Beginner Thought about JavaScript

When I started web development, i thought javascript is too much hard to learn. And yeah, its gave me...

Learn More 1 0Sep 24 '22

Show your last saved MEME

Meme: 01 sub: devvsakib Let's drop the meme you saved. I will add your meme up here!

Learn More 8 0Sep 24 '22

Top 5 Frontend Interview questions you must know! Ans with Example

Today's topic is about FRONTEND interview with most frequently asked in interview. Time is money,...

Learn More 12 2Sep 23 '22

Using Bash instead Powershell, Bash vs Poweshell ?

Time is money, Lets go to the point, no introduction. Before we compare, we need to know when to...

Learn More 0 0Sep 23 '22

Tips: How to get last element of an array in javascipt

An array is a data structure, which can store a fixed-size collection of elements of the same data...

Learn More 40 13Sep 23 '22

Top 10 React Interview Question !

All of these questions are collected from all over the developers websites. 1. What is...

Learn More 11 1Sep 15 '22

Why we CODE?

Is there any reason why I'm writing this post? No :)

Learn More 0 0Aug 15 '22