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.
⭐️🎀 JavaScript Visualized: Promises & Async/Await

⭐️🎀 JavaScript Visualized: Promises & Async/Await

3793
Comments 163
14 min read
22 Miraculous Tools for React Developers in 2019

22 Miraculous Tools for React Developers in 2019

3437
Comments 57
13 min read
7 Fullstack Projects You Need to Make in 2021

7 Fullstack Projects You Need to Make in 2021

2506
Comments 69
3 min read
A Guide to Securing Node.js Applications

A Guide to Securing Node.js Applications

1973
Comments 46
11 min read
Bulletproof node.js project architecture 🛡️

Bulletproof node.js project architecture 🛡️

1872
Comments 95
11 min read
5 full-stack projects to add to your portfolio before 2020 ends 🤯

5 full-stack projects to add to your portfolio before 2020 ends 🤯

1708
Comments 44
3 min read
Basic Concepts of Node.js

Basic Concepts of Node.js

1500
Comments 59
4 min read
How One Developer Recreated AirDrop Using Just JavaScript

How One Developer Recreated AirDrop Using Just JavaScript

1480
Comments 54
4 min read
26 Miraculous VS Code Tools for JavaScript Developers in 2019

26 Miraculous VS Code Tools for JavaScript Developers in 2019

1407
Comments 25
11 min read
Stop Using .env Files Now!

Stop Using .env Files Now!

1324
Comments 317
4 min read
I wrote a fully-functioning File Explorer, using TypeScript.

I wrote a fully-functioning File Explorer, using TypeScript.

1207
Comments 108
2 min read
Make your own API under 30 lines of code

Make your own API under 30 lines of code

1003
Comments 34
4 min read
Learn Deno: Chat app

Learn Deno: Chat app

984
Comments 33
10 min read
10 JavaScript Quiz Questions and Answers to Sharpen Your Skills

10 JavaScript Quiz Questions and Answers to Sharpen Your Skills

945
Comments 28
6 min read
💡🎁 JavaScript Visualized: Generators and Iterators

💡🎁 JavaScript Visualized: Generators and Iterators

942
Comments 43
10 min read
Build a REST API with Node, Express & MongoDB!

Build a REST API with Node, Express & MongoDB!

939
Comments 36
20 min read
JavaScript One-Liners That Make Me Excited

JavaScript One-Liners That Make Me Excited

929
Comments 56
4 min read
ES6 Mini Crash Course: How to Write Modern JavaScript

ES6 Mini Crash Course: How to Write Modern JavaScript

871
Comments 24
3 min read
Deep dive into Node.js Architecture

Deep dive into Node.js Architecture

839
Comments 8
6 min read
Node.js from Beginners to Advance

Node.js from Beginners to Advance

830
Comments 16
9 min read
How I built a real world project for the first time 🌈

How I built a real world project for the first time 🌈

819
Comments 48
9 min read
Learn regex the easy way

Learn regex the easy way

786
Comments 12
13 min read
Technologies That I'll Be Learning in 2021 as a MERN Stack Developer (with resources)

Technologies That I'll Be Learning in 2021 as a MERN Stack Developer (with resources)

772
Comments 33
5 min read
Implementing Passwordless Authentication in Node.JS

Implementing Passwordless Authentication in Node.JS

756
Comments 38
6 min read
Working alone is so exhausting so I created my own assistant

Working alone is so exhausting so I created my own assistant

756
Comments 58
9 min read
Node.js animated: Event Loop

Node.js animated: Event Loop

751
Comments 48
3 min read
Building a chat app with Socket.io and React 🚀

Building a chat app with Socket.io and React 🚀

742
Comments 75
16 min read
Learn Nginx and its basics in 2022

Learn Nginx and its basics in 2022

735
Comments 7
8 min read
Impress your colleagues with these NPM tricks

Impress your colleagues with these NPM tricks

718
Comments 30
4 min read
A Collection of JavaScript Tips Based on Common Areas of Confusion or Misunderstanding

A Collection of JavaScript Tips Based on Common Areas of Confusion or Misunderstanding

718
Comments 13
11 min read
Node.js best practices list (July 2021)

Node.js best practices list (July 2021)

707
Comments 5
75 min read
14 Beneficial Tips to Write Cleaner Code in React Apps

14 Beneficial Tips to Write Cleaner Code in React Apps

683
Comments 10
17 min read
The perfect architecture flow for your next Node.js project

The perfect architecture flow for your next Node.js project

670
Comments 22
9 min read
Best Github Repositories a programmer should check out

Best Github Repositories a programmer should check out

660
Comments 11
2 min read
Build an API using Node, Express, MongoDB, and Docker

Build an API using Node, Express, MongoDB, and Docker

651
Comments 11
8 min read
33 Most popular JS repositories on GitHub in May 2020

33 Most popular JS repositories on GitHub in May 2020

622
Comments 8
6 min read
Designing a better architecture for a Node.js API

Designing a better architecture for a Node.js API

619
Comments 104
7 min read
A better way to sell your skills as a developer than just "hire me!" or mass applying

A better way to sell your skills as a developer than just "hire me!" or mass applying

616
Comments 20
8 min read
Migrate to typescript - the advance guide

Migrate to typescript - the advance guide

606
Comments 4
8 min read
A full comparison of 6 JS libraries for generating PDFs

A full comparison of 6 JS libraries for generating PDFs

606
Comments 25
5 min read
5 Free Tutorials You Should Complete to Master the Back-End

5 Free Tutorials You Should Complete to Master the Back-End

604
Comments 55
3 min read
From Node to Deno

From Node to Deno

602
Comments 35
9 min read
10 Things NOT To Do When Building React Applications

10 Things NOT To Do When Building React Applications

595
Comments 11
12 min read
Make fetch better and your API request methods easier to implement

Make fetch better and your API request methods easier to implement

577
Comments 16
7 min read
Package.json File explained!!!

Package.json File explained!!!

575
Comments 24
4 min read
Become a Full Stack Developer by building these amazing applications

Become a Full Stack Developer by building these amazing applications

570
Comments 45
4 min read
Docker best practices with Node.js

Docker best practices with Node.js

567
Comments 9
12 min read
How to Build Your Own Blockchain in NodeJS

How to Build Your Own Blockchain in NodeJS

567
Comments 16
3 min read
Video Chatting and Screen Sharing with React, Node, WebRTC(peerjs)

Video Chatting and Screen Sharing with React, Node, WebRTC(peerjs)

562
Comments 43
7 min read
The (Most Comprehensive) JavaScript Design Principles Guide

The (Most Comprehensive) JavaScript Design Principles Guide

561
Comments 5
22 min read
Asynchronous JavaScript—How Callbacks, Promises, and Async-Await Work

Asynchronous JavaScript—How Callbacks, Promises, and Async-Await Work

557
Comments 10
4 min read
Everything you need to know about Node.js

Everything you need to know about Node.js

552
Comments 40
9 min read
Setting up a Mac for Development

Setting up a Mac for Development

550
Comments 16
11 min read
Stop using default console.log, check this instead

Stop using default console.log, check this instead

544
Comments 48
4 min read
Web Scraping with Javascript and Node.js

Web Scraping with Javascript and Node.js

541
Comments 8
9 min read
Robust NodeJS Deployment Architecture

Robust NodeJS Deployment Architecture

531
Comments 5
5 min read
Node.js Under The Hood #1 - Getting to know our tools

Node.js Under The Hood #1 - Getting to know our tools

523
Comments 30
9 min read
18 Essential Videos That Fundamentally Shaped My Understanding of JavaScript

18 Essential Videos That Fundamentally Shaped My Understanding of JavaScript

516
Comments 12
7 min read
20 JavaScript One-Liners That Will Help You Code Like a Pro

20 JavaScript One-Liners That Will Help You Code Like a Pro

516
Comments 27
5 min read
🛑 You don't need passport.js - Guide to node.js authentication ✌️

🛑 You don't need passport.js - Guide to node.js authentication ✌️

516
Comments 14
8 min read
loading...