DEV Community

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.
Bun hype. How we learned nothing from Yarn

Bun hype. How we learned nothing from Yarn

517
Comments 118
19 min read
How to Use Google Gemini with Node.js

How to Use Google Gemini with Node.js

185
Comments 34
7 min read
Top Open source Projects Node.js React.js MERN Stack

Top Open source Projects Node.js React.js MERN Stack

166
Comments 13
3 min read
Node.js 20.6.0: Say Goodbye to 'dotenv'

Node.js 20.6.0: Say Goodbye to 'dotenv'

161
Comments 26
2 min read
JWT explained in 4 minutes (With Visuals)

JWT explained in 4 minutes (With Visuals)

148
Comments 13
3 min read
22 JavaScript Functions You'll Use 99% of The Time 💯🔥

22 JavaScript Functions You'll Use 99% of The Time 💯🔥

146
Comments 20
4 min read
O Futuro do Desenvolvimento Web: Node.js vs Bun

O Futuro do Desenvolvimento Web: Node.js vs Bun

146
Comments 4
6 min read
🚀 Building and Generate Invoice PDF with Node.js React.js

🚀 Building and Generate Invoice PDF with Node.js React.js

120
Comments 12
8 min read
🔐 Session-Based vs. Token-Based Authentication: Which is better?🤔

🔐 Session-Based vs. Token-Based Authentication: Which is better?🤔

118
Comments 21
5 min read
Next.js 14 Booking App with Live Data Scraping using Scraping Browser

Next.js 14 Booking App with Live Data Scraping using Scraping Browser

114
Comments 9
14 min read
Notes: Advanced Node.js Concepts by Stephen Grider

Notes: Advanced Node.js Concepts by Stephen Grider

98
Comments 9
6 min read
Benchmarking String Literal ("") vs Template Literal (``) - using Performance.now()

Benchmarking String Literal ("") vs Template Literal (``) - using Performance.now()

97
Comments 24
2 min read
2024’s Tech Trend: Frontend for Backend

2024’s Tech Trend: Frontend for Backend

96
Comments 19
2 min read
Bun vs Node.js: Everything you need to know

Bun vs Node.js: Everything you need to know

95
Comments 15
12 min read
Announcing Wasp Launch Week #4: Waspolution + win swag! 👕🐝

Announcing Wasp Launch Week #4: Waspolution + win swag! 👕🐝

94
Comments 9
4 min read
Generating Optimized Image Formats with Node.js

Generating Optimized Image Formats with Node.js

91
Comments 5
4 min read
Node.js Architectural Patterns with Examples

Node.js Architectural Patterns with Examples

84
Comments 5
3 min read
Building a Real-Time Location Sharing App with React, Socket.io, and Leaflet

Building a Real-Time Location Sharing App with React, Socket.io, and Leaflet

83
Comments 6
12 min read
Top 10 Micro Frontend Anti-Patterns

Top 10 Micro Frontend Anti-Patterns

81
Comments 6
11 min read
Bun: The Next Big Thing in Javascript

Bun: The Next Big Thing in Javascript

78
Comments 29
4 min read
NodeJS Security Best Practices

NodeJS Security Best Practices

77
Comments 9
7 min read
Use Type, not Interface in TypeScript

Use Type, not Interface in TypeScript

77
Comments 25
3 min read
Understanding Async Iterators in JavaScript

Understanding Async Iterators in JavaScript

77
Comments 6
8 min read
Bun 1.0 - JavaScript meets speed of light

Bun 1.0 - JavaScript meets speed of light

76
Comments 12
3 min read
Good Bye CRUD APIs, Hello Sync: Realtime PostgreSQL with ElectricSQL

Good Bye CRUD APIs, Hello Sync: Realtime PostgreSQL with ElectricSQL

76
Comments 15
3 min read
How to implement HLS Video Streaming in a React App

How to implement HLS Video Streaming in a React App

69
Comments 9
9 min read
🐳 Docker for Nodejs Developers

🐳 Docker for Nodejs Developers

69
Comments
11 min read
Bun or Node.js in 2024?

Bun or Node.js in 2024?

68
Comments 61
3 min read
Why use Vite when Bun is also a bundler? - Vite vs. Bun

Why use Vite when Bun is also a bundler? - Vite vs. Bun

66
Comments 10
5 min read
Demystifying CORS: Understanding How Cross-Origin Resource Sharing Works

Demystifying CORS: Understanding How Cross-Origin Resource Sharing Works

64
Comments 3
5 min read
What's New in Node.js 20 for API Development

What's New in Node.js 20 for API Development

63
Comments 2
4 min read
Processing 1 Million SQL Rows to CSV using Node.js Streams

Processing 1 Million SQL Rows to CSV using Node.js Streams

61
Comments 7
4 min read
🧠 50 Articles to Level Up

🧠 50 Articles to Level Up

59
Comments 3
7 min read
😯 gRPC vs REST - A Brief Comparison

😯 gRPC vs REST - A Brief Comparison

59
Comments 4
11 min read
Demystifying Microservices with Node.js: A Journey from Netflix's Semicolon Crisis to the Future of Software

Demystifying Microservices with Node.js: A Journey from Netflix's Semicolon Crisis to the Future of Software

56
Comments 10
15 min read
Scaling Node.js Web Apps with Docker

Scaling Node.js Web Apps with Docker

55
Comments 10
5 min read
PDF Chat with Node.js, OpenAI and ModelFusion

PDF Chat with Node.js, OpenAI and ModelFusion

55
Comments 6
8 min read
How to Configure Path Aliases in Frontend Projects in the Native Way

How to Configure Path Aliases in Frontend Projects in the Native Way

55
Comments 4
14 min read
Enforcing ESLint rules: A guide to taming codebase chaos

Enforcing ESLint rules: A guide to taming codebase chaos

54
Comments 1
3 min read
Guide to building Multi-Tenant Architecture in Nodejs

Guide to building Multi-Tenant Architecture in Nodejs

53
Comments 15
16 min read
npm v/s yarn v/s pnpm

npm v/s yarn v/s pnpm

52
Comments 31
5 min read
The 5 Must-Know Backend Frameworks in 2024

The 5 Must-Know Backend Frameworks in 2024

51
Comments 22
8 min read
A Magia do Event Loop

A Magia do Event Loop

49
Comments 6
6 min read
Complete Guide to Authentication in JavaScript

Complete Guide to Authentication in JavaScript

48
Comments 5
22 min read
💡 JavaScript Hack: Conditionally Add Properties within Objects

💡 JavaScript Hack: Conditionally Add Properties within Objects

48
Comments 14
2 min read
Create a Discord bot with NodeJS

Create a Discord bot with NodeJS

46
Comments 4
7 min read
ProgpJS: a fast javascript engine for Go!

ProgpJS: a fast javascript engine for Go!

44
Comments 15
12 min read
Dockerizing a Node.js App: A Comprehensive Guide for Easy Deployment🐋

Dockerizing a Node.js App: A Comprehensive Guide for Easy Deployment🐋

44
Comments 3
3 min read
Mastering Async Programming in TypeScript: Promises, Async/Await, and Callbacks

Mastering Async Programming in TypeScript: Promises, Async/Await, and Callbacks

43
Comments 2
11 min read
Complete Guide to JavaScript Promises, Async/await and Promise Methods

Complete Guide to JavaScript Promises, Async/await and Promise Methods

43
Comments 6
16 min read
Under Pressure: Benchmarking Node.js on a Single-Core EC2

Under Pressure: Benchmarking Node.js on a Single-Core EC2

42
Comments 6
14 min read
Create React UI Lib: Component Library Speedrun

Create React UI Lib: Component Library Speedrun

42
Comments 4
3 min read
Logs monitoring with Loki, Node.js and Fastify.js

Logs monitoring with Loki, Node.js and Fastify.js

42
Comments 1
8 min read
Introducing Tempo • A new date library for JavaScript (and TypeScript).

Introducing Tempo • A new date library for JavaScript (and TypeScript).

41
Comments 11
4 min read
Made an .io game in 10 days✈️

Made an .io game in 10 days✈️

40
Comments 9
5 min read
Scaling Node.js to Infinity and Beyond: Cluster and Load Balancing for Galactic Performance.

Scaling Node.js to Infinity and Beyond: Cluster and Load Balancing for Galactic Performance.

40
Comments 8
4 min read
Backend Error Handling: Practical Tips from a Startup CTO

Backend Error Handling: Practical Tips from a Startup CTO

40
Comments 15
5 min read
Callback, Callback Hell, Promise Chaining and Async/Await in JavaScript

Callback, Callback Hell, Promise Chaining and Async/Await in JavaScript

40
Comments 6
6 min read
Zustand vs Redux: Choosing the Right State Management Library for Your React App

Zustand vs Redux: Choosing the Right State Management Library for Your React App

39
Comments 7
4 min read
A step-by-step guide: How to create and publish an NPM package.

A step-by-step guide: How to create and publish an NPM package.

38
Comments 9
8 min read
loading...