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.
Functional Programming: an accumulator of methods to transform objects in Javascript

Functional Programming: an accumulator of methods to transform objects in Javascript

1
Comments
2 min read
Defining static methods in interfaces with TypeScript

Defining static methods in interfaces with TypeScript

32
Comments 3
5 min read
NodeJS + Typescript : Getting Started

NodeJS + Typescript : Getting Started

14
Comments
2 min read
Understanding Tail Call Optimization With JavaScript

Understanding Tail Call Optimization With JavaScript

31
Comments 6
5 min read
A smart way to create scalable web sockets in NestJS

A smart way to create scalable web sockets in NestJS

17
Comments
6 min read
Mastering CRUD Operations in a Node.js, Express, and MongoDB API

Mastering CRUD Operations in a Node.js, Express, and MongoDB API

4
Comments
3 min read
Authentication and Authorization in Node.js: A Comprehensive Guide

Authentication and Authorization in Node.js: A Comprehensive Guide

43
Comments 3
2 min read
SOLID Principles Series: The Dependency Inversion Principle (DIP) in TypeScript

SOLID Principles Series: The Dependency Inversion Principle (DIP) in TypeScript

5
Comments
3 min read
Performing CRUD Operations in a React-Express-MongoDB Application

Performing CRUD Operations in a React-Express-MongoDB Application

11
Comments
5 min read
Node.js Unit Testing with Jest: A Quick Guide

Node.js Unit Testing with Jest: A Quick Guide

20
Comments
7 min read
6 Free Websites to Test the Performance of Your Web App

6 Free Websites to Test the Performance of Your Web App

2
Comments
3 min read
NodeMailer vs EmailJS

NodeMailer vs EmailJS

12
Comments 2
5 min read
NodeJS: Blurring Human Faces in Photos

NodeJS: Blurring Human Faces in Photos

11
Comments
3 min read
Implementing Paystack Payment in a React Application: A Step-by-Step Guide

Implementing Paystack Payment in a React Application: A Step-by-Step Guide

7
Comments 2
10 min read
🔄 Looping Through JavaScript Arrays with Different Approaches 🔄

🔄 Looping Through JavaScript Arrays with Different Approaches 🔄

35
Comments 10
2 min read
Securing Nodemailer with Proper Authentication

Securing Nodemailer with Proper Authentication

5
Comments
11 min read
Asynchronous JavaScript: Promises vs. Callbacks

Asynchronous JavaScript: Promises vs. Callbacks

Comments
2 min read
What is Nodemailer?

What is Nodemailer?

10
Comments 3
7 min read
NodeJS - Ofuscando rostos humanos em fotos

NodeJS - Ofuscando rostos humanos em fotos

1
Comments
3 min read
Accept E-Commerce Payments Easily with PayPal’s Buttons Component! 💰

Accept E-Commerce Payments Easily with PayPal’s Buttons Component! 💰

10
Comments 1
8 min read
Error Handling and Logging in NestJS: Best Practices

Error Handling and Logging in NestJS: Best Practices

21
Comments
4 min read
8 Best WebSocket Libraries For Node

8 Best WebSocket Libraries For Node

3
Comments
15 min read
Nest.js + Docker + AWS EC2 - The Ultimate Combo!

Nest.js + Docker + AWS EC2 - The Ultimate Combo!

16
Comments
4 min read
The fuss with ESM vs CJS in Node.js

The fuss with ESM vs CJS in Node.js

7
Comments
3 min read
Node.js Worker Threads Vs. Child Processes: Which one should you use?

Node.js Worker Threads Vs. Child Processes: Which one should you use?

11
Comments
7 min read
Deploying Node.js Apps on AWS: Elastic Beanstalk Or App Runner?

Deploying Node.js Apps on AWS: Elastic Beanstalk Or App Runner?

8
Comments 2
5 min read
Revolutionize Your Nest.js Development: 4 Steps to Dockerize Your Nest.js App

Revolutionize Your Nest.js Development: 4 Steps to Dockerize Your Nest.js App

21
Comments 2
3 min read
Building a Node.js Authentication System with MySQL: A Step-by-Step Guide

Building a Node.js Authentication System with MySQL: A Step-by-Step Guide

70
Comments 4
6 min read
AWS Step Functions with Node.js: Build an API

AWS Step Functions with Node.js: Build an API

3
Comments
7 min read
Consuming Loki logs with Grafana API and Node.js

Consuming Loki logs with Grafana API and Node.js

8
Comments
2 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

62
Comments 10
15 min read
Beginner’s Guide On Sending Automated Emails With Node.js, Nodemailer, and Cron Jobs

Beginner’s Guide On Sending Automated Emails With Node.js, Nodemailer, and Cron Jobs

12
Comments 2
8 min read
How to secure JavaScript applications right from the CLI

How to secure JavaScript applications right from the CLI

1
Comments 2
11 min read
Best HTML to PDF libraries for Node.js

Best HTML to PDF libraries for Node.js

2
Comments
8 min read
setTimeout vs setImmediate vs Process.nextTick

setTimeout vs setImmediate vs Process.nextTick

5
Comments
2 min read
Generate Pre-Signed URL for S3 with AWS Lambda

Generate Pre-Signed URL for S3 with AWS Lambda

Comments
2 min read
Deploy & Run your Node.js Framework App on AWS Lambda with AWS Lambda Web Adapter

Deploy & Run your Node.js Framework App on AWS Lambda with AWS Lambda Web Adapter

5
Comments
10 min read
Express & Stripe: webhooks done right

Express & Stripe: webhooks done right

2
Comments 1
3 min read
Understanding EventEmitter - Nodejs Core Concept

Understanding EventEmitter - Nodejs Core Concept

3
Comments 1
4 min read
Por que Node.js é a escolha certa para o seu próximo projeto?💚

Por que Node.js é a escolha certa para o seu próximo projeto?💚

5
Comments
2 min read
The New Transparent RPC for JavaScript

The New Transparent RPC for JavaScript

3
Comments
15 min read
Mocks agnósticos para bibliotecas de requisições HTTP no Node.js

Mocks agnósticos para bibliotecas de requisições HTTP no Node.js

Comments
5 min read
Library-Agnostic Mocks for HTTP Request Libraries in Node.js

Library-Agnostic Mocks for HTTP Request Libraries in Node.js

Comments
5 min read
How to Build Express JS Server with Typescript

How to Build Express JS Server with Typescript

5
Comments 1
1 min read
Enhance User Experience with Remix.js and Toast Notifications

Enhance User Experience with Remix.js and Toast Notifications

6
Comments
6 min read
The Greatest React Developer I Ever Met

The Greatest React Developer I Ever Met

1
Comments
4 min read
How filesystem-based routers work: building one for express

How filesystem-based routers work: building one for express

Comments
4 min read
🙋‍♂️ Do you want to deploy a QWIK APP in a few seconds? 😏

🙋‍♂️ Do you want to deploy a QWIK APP in a few seconds? 😏

1
Comments
1 min read
How to make JWT more secure in NestJS

How to make JWT more secure in NestJS

3
Comments 2
3 min read
SOLID Principles Series: Embracing the Interface Segregation Principle (ISP) in TypeScript

SOLID Principles Series: Embracing the Interface Segregation Principle (ISP) in TypeScript

2
Comments
3 min read
Patch Pulse: Devlog #1 - Get notified when new packages are released

Patch Pulse: Devlog #1 - Get notified when new packages are released

8
Comments
3 min read
Going real time with donation alerts

Going real time with donation alerts

12
Comments
3 min read
CSV files with Node and PapaParse: The Complete Guide

CSV files with Node and PapaParse: The Complete Guide

7
Comments 1
9 min read
Node.js Event Loop: A Deep Dive

Node.js Event Loop: A Deep Dive

3
Comments 2
2 min read
😍 How to set up a WebSocket connection with Node and React?

😍 How to set up a WebSocket connection with Node and React?

38
Comments
10 min read
Learn software engineering at your own pace. My story.

Learn software engineering at your own pace. My story.

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

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

94
Comments 9
4 min read
Alterando uma lib Node de forma rápida

Alterando uma lib Node de forma rápida

2
Comments
5 min read
Bun hype. How we learned nothing from Yarn

Bun hype. How we learned nothing from Yarn

553
Comments 123
19 min read
Optimize Your Node.js API with Clustering, Load Testing, and Advanced Caching

Optimize Your Node.js API with Clustering, Load Testing, and Advanced Caching

1
Comments
7 min read
loading...