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 ...

© 2024 - Mohit Sood. Made with