Blog Posts

What is the docker multi-stage build?
- Sarvesh Mishra
- Software Architecture, System Design
- 19 Sep, 2023
Although Docker eliminates the need for dependencies on the client system, inefficient building of the image can result in a heavy image size. Many developers are unaware of this feature, leading to
read more
How to inspect the docker image?
- Sarvesh Mishra
- Software Architecture, System Design
- 18 Sep, 2023
When it comes to Microservice architecture, the docker image is like the soul of the system. It is essential to understand the purpose of a docker image and what it contains so that you can use the r
read more
OOPS Concept in Simple English with Examples
- Sarvesh Mishra
- Software Architecture, System Design
- 15 Sep, 2023
OOP is a way of writing computer programs that makes it easier to manage and organize your code. Let's break down some key OOP concepts: 1. Class: Think of a class as a blueprint or a templ
read more
Basic Docker Commands CheatSheet
- Sarvesh Mishra
- Software Architecture, System Design
- 13 Sep, 2023
Docker has become an indispensable tool in the world of software development and deployment. It enables developers to create, deploy, and run applications in lightweight, portable containers. Whether
read more