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
How Execution Context Works in JavaScript – A Handbook for Devs
Execution Context is one of the most fundamental yet most misunderstood concepts in JavaScript. It defines how JavaScript code is evaluated and executed, and it plays a ...
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...
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 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...
Medium Articles
Stop Writing API Routes: Next.js Server Actions for Mutations
Topic: nextjsnextjs-server-actionreact-server-component
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
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)
