freeCodeCamp Contributions
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...
The Next.js 15 Streaming Handbook — SSR, React Suspense, and Loading Skeleton
Next.js is currently one of the most popular and intelligent Web Frameworks out there. But many developers using Next.js often can’t fully utilise its superpowers simply...
How to Use the View Transition API for Better Web Transitions
If you want to add some amazing and visually appealing animations to your web page, the View Transition API is a great animation tool. It lets you create Cross-Document ...
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)



