DevOps

blog
June 21, 2021   |    Mohit Sood
Introduction to Docker and dockerizing a Node.js web application

In this article, we will dive into the "World of Docker".At the end of this article, you will be able to :

  • understand what Docker is and what it does
  • understand the Docker Architecture
  • understand about docker container and docker image
  • write your own docker file
  • dockerize ...
blog
September 24, 2023   |    Mohit Sood
"Vertical Scaling vs. Horizontal Scaling: Finding Your Scale-Up Solution"

Introduction

Scalability refers to the ability of a system, application, or infrastructure to handle an increasing amount of work, load, or demand while maintaining its performance, responsiveness, and efficiency. In essence, scalability measures how well a system can grow or expand to ...

blog
September 30, 2023   |    Mohit Sood
Mastering Container Port Mapping in Docker

Introduction

Docker has transformed the way we develop , deploy and manage our applications. In this blog post we will learn about how to run our nodejs web app inside a docker container , however for this containers to communicate with the outside world or with other containers , we need to ...

blog
January 19, 2025   |    Mohit Sood
Migrating from PM2 to Docker Compose : How to deploy your application

Overview:


In this blog, we will walk through migrating a full-stack web application from PM2 to Docker Compose and deploying it using Docker Compose.


I have my website running on Digital Ocean. I was running it using PM2. So, I decided to migrate it to docker and ...

blog
January 20, 2025   |    Mohit Sood
Migrating from PM2 to Docker Compose: How to Deploy Your Full-Stack Application

Overview

In this blog, we will walk through migrating a full-stack application from PM2 to Docker Compose and deploying it using Docker Compose. Our application consists of a frontend built with Next.js and a backend built with Node.js. We will explore how Docker Compose simplifies ...

© 2025 - Mohit Sood. Made with