Imran shaikh

Imran shaikh @imranmind

About: A Full Stack Engineer (MERN)

Location:
Bengaluru
Joined:
Apr 23, 2018

Imran shaikh
articles - 13 total

JavaScript Interview Trick: typeof vs instanceof

Title: JavaScript Interview Trick: Understanding typeof vs instanceof As we dive into the world of...

Learn More 2 0Apr 29

Deep Dive into JavaScript Event Loop

JavaScript is a single-threaded, non-blocking, asynchronous, concurrent language. Its concurrency...

Learn More 2 0Apr 25

Understanding JavaScript Hoisting with Examples

Title: Understanding JavaScript Hoisting with Examples What is Hoisting? In the world of...

Learn More 0 0Apr 24

Explain AI Agents in a Simple Manner

Explaining AI Agents in a Simple Manner As we move further into the 21st century,...

Learn More 2 0Apr 23

Mastering JavaScript Closures in Simple Terms

Title: Mastering JavaScript Closures in Simple Terms Introduction JavaScript, one of the most...

Learn More 0 0Apr 23

How to Build a REST API with Node.js

Title: Building a REST API with Node.js: A Comprehensive Guide Introduction Node.js is one of the...

Learn More 1 1Apr 21

10 JavaScript Tricks Every Developer Should Know

Title: 10 JavaScript Tricks Every Developer Should Know Hello to all the code enthusiasts out there!...

Learn More 4 0Apr 20

Mastering React Challenge: Building a Timer App

In this blog post, I'll guide you through building a robust timer application using React that meets...

Learn More 2 0Apr 23 '24

How to Flatten an Object in Javascript ?

Interviewer : Can you flatten an object, Please take below as input const obj = { name:...

Learn More 1 0May 2 '23

Array-Flatten Array Javascript interview questions-1

Frontend Interview or Nodejs Interview it's the most frequently asked interview question. function...

Learn More 1 0May 1 '23

How to use JavaScript Promise.all with realtime code example [Axios GET Calls]

What is Promise.all A Promise.all() is a static method which takes array (group) of...

Learn More 18 4Aug 6 '22

Easy way to write Unit Test cases of Node.Js

Initially, I used to think why my Architect is asking for writing test cases it's just wasting of...

Learn More 5 0Nov 24 '21

Javascript Array Polyfills, How to create polyfills in JS

In my interview journey , I have seen 80% of the company is asking this hot topic called polyfills....

Learn More 5 0Nov 10 '21