Forem

Node.js

A JavaScript runtime built on Chrome's V8 JavaScript engine.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
SETTING UP REACT ON YOUR LOCAL MACHINE

SETTING UP REACT ON YOUR LOCAL MACHINE

Comments
3 min read
What Does setTimeout(..., 0ms) Really Mean in JavaScript? (Event Loop Explained!)
Cover image for What Does setTimeout(..., 0ms) Really Mean in JavaScript? (Event Loop Explained!)

What Does setTimeout(..., 0ms) Really Mean in JavaScript? (Event Loop Explained!)

Comments
3 min read
Validation, Authentication and Authorization
Cover image for Validation, Authentication and Authorization

Validation, Authentication and Authorization

3
Comments
17 min read
Do You Really Know AbortController?
Cover image for Do You Really Know AbortController?

Do You Really Know AbortController?

8
Comments 1
4 min read
Difference between return and return await in JavaScript
Cover image for Difference between return and return await in JavaScript

Difference between return and return await in JavaScript

Comments
1 min read
Which Authentication to Use? A Comparison of 4 Popular Approaches
Cover image for Which Authentication to Use? A Comparison of 4 Popular Approaches

Which Authentication to Use? A Comparison of 4 Popular Approaches

117
Comments 11
10 min read
How to set environment variables in Node.js
Cover image for How to set environment variables in Node.js

How to set environment variables in Node.js

2
Comments
7 min read
How to Convert Short URLs to Long URLs in JavaScript Using Axios or Fetch
Cover image for How to Convert Short URLs to Long URLs in JavaScript Using Axios or Fetch

How to Convert Short URLs to Long URLs in JavaScript Using Axios or Fetch

1
Comments
2 min read
Prisma ORM: Start to End With Project using JS
Cover image for Prisma ORM: Start to End With Project using JS

Prisma ORM: Start to End With Project using JS

Comments
10 min read
How to Set-up NGINX
Cover image for How to Set-up NGINX

How to Set-up NGINX

1
Comments 1
2 min read
List filenames recursively in a directory using this utility function.

List filenames recursively in a directory using this utility function.

Comments
2 min read
Lite version of Flyway migrator for PostgreSQL in TypeScript
Cover image for Lite version of Flyway migrator for PostgreSQL in TypeScript

Lite version of Flyway migrator for PostgreSQL in TypeScript

Comments
4 min read
Resolvendo meu primeiro desafio no HackerRank

Resolvendo meu primeiro desafio no HackerRank

12
Comments 1
3 min read
Teaching Large Language Models (LLMs) to do Math Correctly
Cover image for Teaching Large Language Models (LLMs) to do Math Correctly

Teaching Large Language Models (LLMs) to do Math Correctly

5
Comments
3 min read
Understanding CORS and Setting it up with NestJS + Fastify 🚀
Cover image for Understanding CORS and Setting it up with NestJS + Fastify 🚀

Understanding CORS and Setting it up with NestJS + Fastify 🚀

3
Comments
3 min read
Using LRU Cache in Node.js and TypeScript
Cover image for Using LRU Cache in Node.js and TypeScript

Using LRU Cache in Node.js and TypeScript

16
Comments 2
4 min read
Breaking the Scale Barrier: 1 Million Messages with NodeJS and Kafka
Cover image for Breaking the Scale Barrier: 1 Million Messages with NodeJS and Kafka

Breaking the Scale Barrier: 1 Million Messages with NodeJS and Kafka

Comments
3 min read
How “Silicon Valley” Inspired Me to Create a Photo Compressor CLI for Web Developers
Cover image for How “Silicon Valley” Inspired Me to Create a Photo Compressor CLI for Web Developers

How “Silicon Valley” Inspired Me to Create a Photo Compressor CLI for Web Developers

2
Comments
2 min read
Building a Secure Authentication API with TypeScript, Node.js, and MongoDB
Cover image for Building a Secure Authentication API with TypeScript, Node.js, and MongoDB

Building a Secure Authentication API with TypeScript, Node.js, and MongoDB

6
Comments 7
13 min read
assert in Nodejs and its usage in Grida source code

assert in Nodejs and its usage in Grida source code

Comments
3 min read
Understanding Node.js Cluster: The Core Concepts
Cover image for Understanding Node.js Cluster: The Core Concepts

Understanding Node.js Cluster: The Core Concepts

8
Comments 1
5 min read
JavaScript Execution Context – How JS Code Runs Behind the Scenes
Cover image for JavaScript Execution Context – How JS Code Runs Behind the Scenes

JavaScript Execution Context – How JS Code Runs Behind the Scenes

1
Comments
5 min read
Run NextJS App in shared-hosting cPanel domain!
Cover image for Run NextJS App in shared-hosting cPanel domain!

Run NextJS App in shared-hosting cPanel domain!

10
Comments 4
4 min read
Understanding OAuth 1.0a Signature Generation: Postman vs. Node.js Library and Custom Implementation

Understanding OAuth 1.0a Signature Generation: Postman vs. Node.js Library and Custom Implementation

1
Comments
4 min read
How to Fix the “Record to Delete Does Not Exist” Error in Prisma

How to Fix the “Record to Delete Does Not Exist” Error in Prisma

2
Comments
3 min read
loading...