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.
The "Mac Guy" Guide to Windows Development

The "Mac Guy" Guide to Windows Development

23
Comments 4
5 min read
Criando um Bot do Telegram com Node.js

Criando um Bot do Telegram com Node.js

22
Comments 10
4 min read
Fullstacking: Connecting NodeJS ↔ MongoDB

Fullstacking: Connecting NodeJS ↔ MongoDB

4
Comments
4 min read
NodeJS: How To Create Your Own Module

NodeJS: How To Create Your Own Module

13
Comments
2 min read
Faster File Transfers With Serverless

Faster File Transfers With Serverless

7
Comments
6 min read
Reduce is not my best friend(anymore)

Reduce is not my best friend(anymore)

44
Comments 8
4 min read
You don’t need Babel with Node

You don’t need Babel with Node

43
Comments
9 min read
Let's Display The Response From API Beautifully

Let's Display The Response From API Beautifully

14
Comments
1 min read
NodeJs & Authentication with Cookies and Session (Part 2)

NodeJs & Authentication with Cookies and Session (Part 2)

46
Comments
5 min read
Turn existing website to PWA in 1 minute using PWAinit

Turn existing website to PWA in 1 minute using PWAinit

67
Comments 4
1 min read
Fullstacking: Setting up NodeJS + KoaJS

Fullstacking: Setting up NodeJS + KoaJS

7
Comments
1 min read
Graphback - the evolution of the GraphQL ecosystem

Graphback - the evolution of the GraphQL ecosystem

17
Comments
4 min read
NodeJS: How To Colorize Text

NodeJS: How To Colorize Text

15
Comments 3
1 min read
Creating a full-stack MERN app using JWT authentication: Part 2

Creating a full-stack MERN app using JWT authentication: Part 2

25
Comments
11 min read
NodeJS: How To Write Data As JSON To Your Machine

NodeJS: How To Write Data As JSON To Your Machine

20
Comments
2 min read
Checklist for choosing an optimal npm package

Checklist for choosing an optimal npm package

116
Comments 4
3 min read
Nuxt.js: Go from zero => online in little time

Nuxt.js: Go from zero => online in little time

18
Comments 2
10 min read
Gerando número aleatório

Gerando número aleatório

3
Comments
1 min read
How to initialize a Singleton mongo connection with expressjs

How to initialize a Singleton mongo connection with expressjs

11
Comments 7
1 min read
GraphQL: Schema, Resolvers, Type System, Schema Language, and Query Language

GraphQL: Schema, Resolvers, Type System, Schema Language, and Query Language

11
Comments 2
7 min read
Top 5 BEST games to code as a beginner!

Top 5 BEST games to code as a beginner!

374
Comments 11
6 min read
NodeJS: How To Read A JSON File From Your Machine

NodeJS: How To Read A JSON File From Your Machine

15
Comments 1
2 min read
Validando email com RegEx

Validando email com RegEx

7
Comments
1 min read
A Quick Review of JavaScript’s Array.prototype.sort() Method

A Quick Review of JavaScript’s Array.prototype.sort() Method

52
Comments
5 min read
How to Setup an Express.js Server in Node.js

How to Setup an Express.js Server in Node.js

98
Comments 8
11 min read
Encode GIFs With Node

Encode GIFs With Node

20
Comments 3
7 min read
Create a service account to authenticate with Google

Create a service account to authenticate with Google

20
Comments 6
3 min read
A Complete Guide To Passport JS Part 1

A Complete Guide To Passport JS Part 1

69
Comments
14 min read
NodeJS: How To Use The OS Module

NodeJS: How To Use The OS Module

17
Comments
2 min read
TIL: How to create your custom Node.js REPL

TIL: How to create your custom Node.js REPL

6
Comments
1 min read
My first proper open source project

My first proper open source project

4
Comments
1 min read
Testing Node API with Mocha & Chai

Testing Node API with Mocha & Chai

75
Comments 16
3 min read
NodeJS: How To Use The URL Module

NodeJS: How To Use The URL Module

21
Comments
2 min read
How to Test Your Express APIs with Supertest

How to Test Your Express APIs with Supertest

21
Comments
5 min read
MEN Stack Template with Local Authentication Plugged in!

MEN Stack Template with Local Authentication Plugged in!

32
Comments
1 min read
Beautiful-dom; a HTML parser built with TypeScript

Beautiful-dom; a HTML parser built with TypeScript

36
Comments 6
3 min read
Displaying Dynamic Data with PugJS

Displaying Dynamic Data with PugJS

12
Comments
3 min read
Develop GraphQL Web APIs using Apollo Server

Develop GraphQL Web APIs using Apollo Server

8
Comments
1 min read
How I Made 30000€ In 3️⃣ Months By Quitting My Job 👨‍💻

How I Made 30000€ In 3️⃣ Months By Quitting My Job 👨‍💻

235
Comments 46
3 min read
You Probably Don't Need A Front End Framework

You Probably Don't Need A Front End Framework

202
Comments 90
4 min read
Advanced NestJS: Dynamic Providers

Advanced NestJS: Dynamic Providers

207
Comments 11
6 min read
NodeJS: How To Talk/Answer To The Terminal

NodeJS: How To Talk/Answer To The Terminal

6
Comments
1 min read
Construindo uma Promise do zero

Construindo uma Promise do zero

59
Comments
17 min read
NodeJS: How To Run Scripts From The Terminal & Use Arguments

NodeJS: How To Run Scripts From The Terminal & Use Arguments

16
Comments 3
1 min read
Shared HTML Layouts With Pugjs

Shared HTML Layouts With Pugjs

13
Comments 4
3 min read
Creating Custom Blockchain Transactions with the SDK — Introducing Lisk Bills

Creating Custom Blockchain Transactions with the SDK — Introducing Lisk Bills

19
Comments
10 min read
Callback's

Callback's

8
Comments
2 min read
Sempre declare suas variáveis com let ou const

Sempre declare suas variáveis com let ou const

6
Comments
1 min read
Are your NPM scripts out of control?

Are your NPM scripts out of control?

5
Comments
2 min read
Build a REST API with Node, Express & MongoDB!

Build a REST API with Node, Express & MongoDB!

939
Comments 36
20 min read
How to run more than one command as part of a npm script

How to run more than one command as part of a npm script

9
Comments
3 min read
Scraping websites with NodeJS

Scraping websites with NodeJS

11
Comments 1
3 min read
A PHP developer's first journey into the NodeJS land! (and bumping into a CORS issue)

A PHP developer's first journey into the NodeJS land! (and bumping into a CORS issue)

5
Comments 2
4 min read
NodeJS: How to Get External Packages / npm

NodeJS: How to Get External Packages / npm

6
Comments 3
2 min read
Logging at Scale Done Right

Logging at Scale Done Right

56
Comments 5
9 min read
Client Libraries for Base API

Client Libraries for Base API

9
Comments
1 min read
Connecting Jest and Mongoose

Connecting Jest and Mongoose

15
Comments
6 min read
Recursion optimization in JS - where is it? PTC, TCO and FUD

Recursion optimization in JS - where is it? PTC, TCO and FUD

94
Comments 6
4 min read
NodeJS: What is it & How To Install it

NodeJS: What is it & How To Install it

5
Comments
1 min read
npm security tips to keep you safe of malicious modules

npm security tips to keep you safe of malicious modules

51
Comments 1
2 min read
loading...