Sumit Saha's Articles & Writing
Read Sumit Saha's latest writing, including freeCodeCamp contributions, Medium articles, and other published insights on software, startups, and teaching.
freeCodeCamp Contributions
Learn How to Use Git and GitHub – A Beginner-Friendly Handbook
In this handbook, you’re going to dive into something really exciting: Git and GitHub. To start, let’s clear one thing up: Git and GitHub are not the same thing. In shor...
How Closures Work in JavaScript: A Handbook for Developers
If you're learning JavaScript, you've probably heard the term "closure" at some point. In many developers' experience, just hearing this word can trigger anxiety. In nea...
How to Implement Multi-Threading in Node.js With Worker Threads [Full Handbook]
JavaScript is a single-threaded programming language, and Node.js is the runtime environment for JavaScript. This means that JavaScript essentially runs within Node.js, ...
The JSON Web Token Handbook: Learn to Use JWTs for Web Authentication
JWT stands for JSON Web Token, and it’s one of those terms you’ll constantly come across in modern web development. At its core, a JWT is a JSON-based open standard form...
How to Fix Cross-Origin Errors — CORS Error Explained
In this article, you’ll learn about an important concept: Cross-Origin Resource Sharing (CORS) policy. As a developer, you might encounter a situation where a client req...
Medium Articles
A guide to Prototype in JavaScript
Topic: javascriptprototype-chain
The Power of Asynchronous Programming in JavaScript
Topic: asynchronous-programmingjavascript
Everything you need to know about pipe and compose functions in JavaScript
Topic: javascriptfunctional-programming
Node.js back-end debugging process
Topic: debuggingnodejs
Object-oriented Programming (OOP) in JavaScript
Topic: javascriptobject-oriented
Other Published Articles
CODING DREAMS INTO REALITY: Guidelines for SAAS product development
The Financial Express


![How to Implement Multi-Threading in Node.js With Worker Threads [Full Handbook]](https://cdn.hashnode.com/res/hashnode/image/upload/v1761323431527/d74eb2ba-edaa-4d19-a041-364e99a705ba.png)

