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.
simluate `&&` and `||` by using Nodejs

simluate `&&` and `||` by using Nodejs

3
Comments 1
2 min read
Next.js Authentication with NextAuth, tRPC and Prisma ORM

Next.js Authentication with NextAuth, tRPC and Prisma ORM

74
Comments 6
12 min read
Explain why the following doesn't work as an IIFE: "function foo(){ }();". What needs to be changed to properly make it an IIFE?

Explain why the following doesn't work as an IIFE: "function foo(){ }();". What needs to be changed to properly make it an IIFE?

7
Comments 9
2 min read
'rush change': what bump and why?

'rush change': what bump and why?

4
Comments
3 min read
Get Started Building CLI Tools with Node.js

Get Started Building CLI Tools with Node.js

18
Comments
3 min read
Youtube downloader (cli wrapper)

Youtube downloader (cli wrapper)

30
Comments 5
3 min read
In JavaScript, what's the difference between a variable that is: null, undefined and undeclared?

In JavaScript, what's the difference between a variable that is: null, undefined and undeclared?

27
Comments 1
2 min read
How to Test Side-Effects in Node.js

How to Test Side-Effects in Node.js

3
Comments
6 min read
NodeSecure Vuln-era

NodeSecure Vuln-era

17
Comments
3 min read
Miniminalismo com Node

Miniminalismo com Node

8
Comments
5 min read
WeakMap in Javascript

WeakMap in Javascript

3
Comments
2 min read
Guide to promises in Node.js

Guide to promises in Node.js

6
Comments
6 min read
NVM set default version

NVM set default version

9
Comments 2
1 min read
Interview Question: Explain how `this` works in JavaScript [in 3 mins].

Interview Question: Explain how `this` works in JavaScript [in 3 mins].

8
Comments 1
3 min read
MERN stack project setup to push to Github

MERN stack project setup to push to Github

33
Comments 15
4 min read
Sending Emails from NestJs Using the Mailgun API

Sending Emails from NestJs Using the Mailgun API

1
Comments 2
1 min read
Using RedisJSON and RediSearch operation in Redis

Using RedisJSON and RediSearch operation in Redis

11
Comments
8 min read
NodeJS + Postgres DB + Passport JWT + Passport Local Login and Authentication

NodeJS + Postgres DB + Passport JWT + Passport Local Login and Authentication

6
Comments
5 min read
The right way to structure your react router

The right way to structure your react router

22
Comments 11
3 min read
Handling different node versions in Windows

Handling different node versions in Windows

10
Comments 2
1 min read
ExpressJS antipattern: making everything middleware

ExpressJS antipattern: making everything middleware

3
Comments
8 min read
Creating a GraphQL Server in Node.js

Creating a GraphQL Server in Node.js

6
Comments
10 min read
How to add images to IPFS with node.js and ipfs-core

How to add images to IPFS with node.js and ipfs-core

2
Comments
4 min read
Better npm search proposal

Better npm search proposal

4
Comments
5 min read
Web Scraping Google Maps Places with Nodejs

Web Scraping Google Maps Places with Nodejs

4
Comments
12 min read
publlish a private npm package by using github packages

publlish a private npm package by using github packages

17
Comments
2 min read
Fresh: The Next-Gen JavaScript Web Framework

Fresh: The Next-Gen JavaScript Web Framework

142
Comments 34
6 min read
How to run two nodejs modules in distroless docker image

How to run two nodejs modules in distroless docker image

4
Comments
2 min read
xLinks.pro - clone of bio.link

xLinks.pro - clone of bio.link

4
Comments
3 min read
Full Stack Youtube Clone (5 hours free tutorial)

Full Stack Youtube Clone (5 hours free tutorial)

68
Comments 5
2 min read
What is NaN in JavaScript? What is its type? How can you reliably test if a value is equal to NaN?

What is NaN in JavaScript? What is its type? How can you reliably test if a value is equal to NaN?

3
Comments 3
2 min read
Scrape Google News Results

Scrape Google News Results

5
Comments
2 min read
Install NodeJs and NPM using Homebrew [MacOs]

Install NodeJs and NPM using Homebrew [MacOs]

3
Comments
1 min read
What is the significance, and what are the benefits, of including 'use strict' at the beginning of a JavaScript source file?

What is the significance, and what are the benefits, of including 'use strict' at the beginning of a JavaScript source file?

10
Comments 2
2 min read
Node.js For Beginners

Node.js For Beginners

6
Comments
2 min read
Easiest way to connect database in javascript (3 simple steps)

Easiest way to connect database in javascript (3 simple steps)

6
Comments
2 min read
What is Docker? Creating a container for a Node.js application

What is Docker? Creating a container for a Node.js application

6
Comments
11 min read
Create fake blockchaine to test youre smart-contract

Create fake blockchaine to test youre smart-contract

9
Comments
1 min read
Simple Cache for AWS Secrets Manager

Simple Cache for AWS Secrets Manager

4
Comments 2
3 min read
What is the significance of, and reason for, wrapping the entire content of a JavaScript source file in a function block?

What is the significance of, and reason for, wrapping the entire content of a JavaScript source file in a function block?

11
Comments 3
1 min read
Build a Full Stack App with Next.js, Tailwind, tRPC and Prisma ORM

Build a Full Stack App with Next.js, Tailwind, tRPC and Prisma ORM

233
Comments 52
7 min read
JavaScript Promises and Async Await

JavaScript Promises and Async Await

11
Comments 2
13 min read
Gaining remote access to a computer with a reverse shell attack in Node.js

Gaining remote access to a computer with a reverse shell attack in Node.js

286
Comments 11
9 min read
How to solve CORS error in Node.js and React applications

How to solve CORS error in Node.js and React applications

8
Comments
5 min read
Does speed really matter? Bun, Node.js, Vite, Webpack

Does speed really matter? Bun, Node.js, Vite, Webpack

41
Comments
4 min read
How to build an event management application in Node.js + React on Redis

How to build an event management application in Node.js + React on Redis

291
Comments 20
12 min read
Firebase: How to use emulator with express.js

Firebase: How to use emulator with express.js

4
Comments
1 min read
Firebase emulatos: UI doesn't work!!

Firebase emulatos: UI doesn't work!!

3
Comments
1 min read
Telegram + node.js - bot

Telegram + node.js - bot

8
Comments
2 min read
Connecting MongoDB to your app using Node.js

Connecting MongoDB to your app using Node.js

17
Comments 1
7 min read
How to get data from two collection in NO SQL Database MongoDB

How to get data from two collection in NO SQL Database MongoDB

5
Comments
1 min read
Custom ESM loaders: Who, what, when, where, why, how

Custom ESM loaders: Who, what, when, where, why, how

70
Comments 7
5 min read
Basic operations every nodejs/mongoose developer should know

Basic operations every nodejs/mongoose developer should know

10
Comments 2
2 min read
Node.js debugging in automated tests

Node.js debugging in automated tests

5
Comments
3 min read
Deploy Vue 3 App to Heroku via Github

Deploy Vue 3 App to Heroku via Github

1
Comments
6 min read
Managing multiple node versions with NVM

Managing multiple node versions with NVM

27
Comments 4
2 min read
How to unzip .zip files from s3 bucket back to s3

How to unzip .zip files from s3 bucket back to s3

12
Comments 2
1 min read
Targeting Node, Bun and Deno With F#

Targeting Node, Bun and Deno With F#

35
Comments
10 min read
How To Turn Images Into Interactive Slideshow Videos With Node.js & Shotstack API

How To Turn Images Into Interactive Slideshow Videos With Node.js & Shotstack API

1
Comments
8 min read
GraphQL API with GraphQL Yoga

GraphQL API with GraphQL Yoga

1
Comments 2
3 min read
loading...