DEV Community

Ritam Saha profile picture

Ritam Saha

A pre-final year B.Tech student, trying to learn how to write technical blogs while grappling with various technical concepts.

Pronouns

He/Him

How NodeJS Handles Multiple Requests with a Single Thread

How NodeJS Handles Multiple Requests with a Single Thread

Comments
6 min read

Want to connect with Ritam Saha?

Create an account to connect with Ritam Saha. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
What is NodeJS? JavaScript on the Server Explained

What is NodeJS? JavaScript on the Server Explained

2
Comments
6 min read
Setting Up Your First Node.js Application Step-by-Step

Setting Up Your First Node.js Application Step-by-Step

2
Comments 1
4 min read
JavaScript Modules: Import & Export Explained

JavaScript Modules: Import & Export Explained

4
Comments
3 min read
Mastering Destructuring in JavaScript: Extract Smarter, Code Cleaner

Mastering Destructuring in JavaScript: Extract Smarter, Code Cleaner

4
Comments
3 min read
Mastering Array Flattening in JavaScript: From Nested Chaos to Clean Lists

Mastering Array Flattening in JavaScript: From Nested Chaos to Clean Lists

1
Comments 2
3 min read
Spread vs Rest Operators in JavaScript: Expand or Collect Like a Pro

Spread vs Rest Operators in JavaScript: Expand or Collect Like a Pro

4
Comments 2
3 min read
Mastering Template Literals in JavaScript: Say Goodbye to String Concatenation Nightmares

Mastering Template Literals in JavaScript: Say Goodbye to String Concatenation Nightmares

3
Comments
3 min read
Understanding the this Keyword in JavaScript: The Ultimate Guide

Understanding the this Keyword in JavaScript: The Ultimate Guide

1
Comments
3 min read
Breaking Down Linux File-System

Breaking Down Linux File-System

18
Comments
9 min read
Synchronous vs Asynchronous JavaScript

Synchronous vs Asynchronous JavaScript

4
Comments 2
4 min read
The 'new' Keyword in JavaScript

The 'new' Keyword in JavaScript

5
Comments
4 min read
String Polyfills & Common Interview Methods in JavaScript

String Polyfills & Common Interview Methods in JavaScript

28
Comments 2
5 min read
Understanding Object-Oriented Programming in JavaScript

Understanding Object-Oriented Programming in JavaScript

3
Comments
4 min read
Error Handling in JavaScript: Try, Catch, Finally

Error Handling in JavaScript: Try, Catch, Finally

3
Comments
4 min read
Understanding Event Phases in the DOM

Understanding Event Phases in the DOM

2
Comments
4 min read
Understanding Objects in JavaScript

Understanding Objects in JavaScript

Comments
4 min read
HTMLCollection vs NodeList in DOM: A JavaScript Guide

HTMLCollection vs NodeList in DOM: A JavaScript Guide

1
Comments
3 min read
Deep Dive into Node.js Architecture and Internal Workings

Deep Dive into Node.js Architecture and Internal Workings

1
Comments
8 min read
Arrow Functions in JavaScript: A Simpler Way to Write Functions

Arrow Functions in JavaScript: A Simpler Way to Write Functions

2
Comments
3 min read
Difference between global & globalThis

Difference between global & globalThis

1
Comments
2 min read
A Gentle Introduction to the Foundation of Node.js Architecture

A Gentle Introduction to the Foundation of Node.js Architecture

2
Comments
5 min read
Function Declaration vs Function Expression: What’s the Difference?

Function Declaration vs Function Expression: What’s the Difference?

3
Comments 2
5 min read
Mastering JavaScript Array Methods: A Beginner's Guide

Mastering JavaScript Array Methods: A Beginner's Guide

22
Comments 2
6 min read
Mastering JavaScript Arrays: A Beginner's Guide to Organize Data Like a Pro

Mastering JavaScript Arrays: A Beginner's Guide to Organize Data Like a Pro

Comments
5 min read
JavaScript Promises: From Pending Proposals to Bollywood Bliss – A Desi Guide to Async Magic

JavaScript Promises: From Pending Proposals to Bollywood Bliss – A Desi Guide to Async Magic

1
Comments 4
7 min read
Mastering Control Flow in JavaScript: If, Else, Switch & Ternary Made Simple

Mastering Control Flow in JavaScript: If, Else, Switch & Ternary Made Simple

1
Comments
4 min read
JavaScript Operators: The Fundamentals You Need to Know

JavaScript Operators: The Fundamentals You Need to Know

2
Comments
3 min read
Understanding Variables and Data Types Fundamentals in JavaScript

Understanding Variables and Data Types Fundamentals in JavaScript

Comments
6 min read
JavaScript Hoisting and the Temporal Dead Zone Explained (Why let/const Are Safer Than var)

JavaScript Hoisting and the Temporal Dead Zone Explained (Why let/const Are Safer Than var)

Comments
4 min read
How a Browser Works: A Beginner-Friendly Guide to Browser Internals

How a Browser Works: A Beginner-Friendly Guide to Browser Internals

Comments 1
6 min read
CSS Selectors 101: Targeting Elements with Precision

CSS Selectors 101: Targeting Elements with Precision

Comments
5 min read
Emmet for HTML: A Beginner’s Guide to Writing Faster Markup

Emmet for HTML: A Beginner’s Guide to Writing Faster Markup

1
Comments 2
4 min read
How DNS Resolution Works — Tracing the Internet’s Phonebook with dig

How DNS Resolution Works — Tracing the Internet’s Phonebook with dig

Comments
5 min read
Understanding HTML Tags and Elements

Understanding HTML Tags and Elements

Comments
5 min read
DNS Explained: How the Internet Finds Websites

DNS Explained: How the Internet Finds Websites

Comments
8 min read
Inside TCP: Establishment, Transfer, Reliability, and Connection Teardown

Inside TCP: Establishment, Transfer, Reliability, and Connection Teardown

Comments
5 min read
TCP vs UDP: When to Use What, and How TCP Relates to HTTP

TCP vs UDP: When to Use What, and How TCP Relates to HTTP

Comments
12 min read
Understanding Network Devices & their Functionalities

Understanding Network Devices & their Functionalities

1
Comments
9 min read
Inside Git: How It Works and the Role of the .git Folder

Inside Git: How It Works and the Role of the .git Folder

1
Comments
7 min read
Git for Beginners: Basics and Essential Commands

Git for Beginners: Basics and Essential Commands

Comments
14 min read
Why Version Control Exists: The Pendrive Problem

Why Version Control Exists: The Pendrive Problem

1
Comments 1
7 min read
loading...