DEV Community

Maxim Orlov profile picture

Maxim Orlov

Helping JavaScript & Node.js devs write robust applications 🚀 @ https://maximorlov.com

ESLint Setup in Node.js: A Detailed Guide

ESLint Setup in Node.js: A Detailed Guide

2
Comments
6 min read

Want to connect with Maxim Orlov?

Create an account to connect with Maxim Orlov. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Understanding "Property of Undefined" TypeError in JavaScript

Understanding "Property of Undefined" TypeError in JavaScript

8
Comments 1
3 min read
Navigate New Codebases Like a Seasoned Pro

Navigate New Codebases Like a Seasoned Pro

Comments
4 min read
Unfinished Projects on Resume: Wise or Not?

Unfinished Projects on Resume: Wise or Not?

10
Comments 2
3 min read
Should You Use char, varchar, or text in PostgreSQL?

Should You Use char, varchar, or text in PostgreSQL?

Comments
3 min read
7 Awesome Free APIs for Your Next Node.js Project

7 Awesome Free APIs for Your Next Node.js Project

40
Comments 4
5 min read
Backend Portfolio Projects for Developers Who Dread CSS

Backend Portfolio Projects for Developers Who Dread CSS

6
Comments
6 min read
3 Reasons Why Async/Await Is Better Than Chaining Promises

3 Reasons Why Async/Await Is Better Than Chaining Promises

12
Comments
6 min read
Using Callbacks With Async/Await

Using Callbacks With Async/Await

6
Comments
4 min read
Avoid This Mistake When Caching Asynchronous Results

Avoid This Mistake When Caching Asynchronous Results

11
Comments
4 min read
Why You Shouldn't Mix Promise.then() With Async/Await Syntax

Why You Shouldn't Mix Promise.then() With Async/Await Syntax

2
Comments
3 min read
Run Concurrent Tasks With a Limit Using Pure JavaScript

Run Concurrent Tasks With a Limit Using Pure JavaScript

10
Comments
4 min read
A Memory Trick To Remember When to Use for...of vs for...in

A Memory Trick To Remember When to Use for...of vs for...in

9
Comments
2 min read
Synchronous vs Asynchronous Callbacks

Synchronous vs Asynchronous Callbacks

40
Comments 1
4 min read
The Talk That Made Me Finally Understand How the Event Loop Works

The Talk That Made Me Finally Understand How the Event Loop Works

15
Comments
4 min read
Fix "Unexpected field" Error From Multer 03:51

Fix "Unexpected field" Error From Multer

1
Comments 1
1 min read
Why Storing Files in the Database Is Considered Bad Practice

Why Storing Files in the Database Is Considered Bad Practice

18
Comments 2
6 min read
Send a File With Axios in Node.js

Send a File With Axios in Node.js

5
Comments
5 min read
Fix "Unexpected field" Error From Multer

Fix "Unexpected field" Error From Multer

4
Comments
6 min read
Why Your calc() Function in CSS Might Be Broken

Why Your calc() Function in CSS Might Be Broken

13
Comments 2
4 min read
Node.js 15 Is Out! What Does It Mean for You?

Node.js 15 Is Out! What Does It Mean for You?

70
Comments 1
7 min read
Set up Automated Deployments From Github With Webhook

Set up Automated Deployments From Github With Webhook

55
Comments 5
6 min read
Lint & Validate Github Actions Workflow in VSCode 01:08

Lint & Validate Github Actions Workflow in VSCode

5
Comments
1 min read
Fix "Permission Denied" Error From Github

Fix "Permission Denied" Error From Github

6
Comments
5 min read
Setup HTTPS in Development With Create React App 04:12

Setup HTTPS in Development With Create React App

98
Comments 5
1 min read
4 Essential Steps to Securing a VPS

4 Essential Steps to Securing a VPS

15
Comments 3
8 min read
Deploying to Github Pages? Don't Forget to Fix Your Links

Deploying to Github Pages? Don't Forget to Fix Your Links

56
Comments 4
6 min read
Host Your Personal Projects on a Single VPS

Host Your Personal Projects on a Single VPS

11
Comments
9 min read
How Do You Start a Node.js Server in Production?

How Do You Start a Node.js Server in Production?

123
Comments 8
5 min read
From PM2 to Docker: Cluster Mode

From PM2 to Docker: Cluster Mode

10
Comments
6 min read
From PM2 to Docker: Automatic Restarts

From PM2 to Docker: Automatic Restarts

9
Comments
5 min read
Install MySQL With PhpMyAdmin Using Docker

Install MySQL With PhpMyAdmin Using Docker

7
Comments
7 min read
Docker Compose Syntax: Volume or Bind Mount?

Docker Compose Syntax: Volume or Bind Mount?

7
Comments
3 min read
4 Reasons Why Your Docker Containers Can't Talk to Each Other

4 Reasons Why Your Docker Containers Can't Talk to Each Other

63
Comments 1
5 min read
Automate Your Docker Deployments

Automate Your Docker Deployments

24
Comments
11 min read
Exposing a Port in Docker, What Does It Do?

Exposing a Port in Docker, What Does It Do?

43
Comments
5 min read
Process Signals Inside Docker Containers

Process Signals Inside Docker Containers

6
Comments
7 min read
Why Docker? What’s All the Hype About?

Why Docker? What’s All the Hype About?

78
Comments 3
6 min read
A Beginner’s Guide to Building a Docker Image of Your Node.js Application

A Beginner’s Guide to Building a Docker Image of Your Node.js Application

14
Comments
8 min read
6 Common Sequelize Queries Explained in SQL

6 Common Sequelize Queries Explained in SQL

6
Comments
4 min read
loading...