Blog Posts

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
What is Docker and its use case?
- Sarvesh Mishra
- Software Architecture, System Design
- 17 May, 2023
Docker is a powerful tool that has revolutionized the way applications are deployed and managed. It is an open-source platform that allows developers to build, package, and deploy applications in a c
read more
What are Micro-service and Monolithic Architecture?
- Sarvesh Mishra
- Software Architecture, System Design
- 14 May, 2023
Introduction: In the world of software development, architecture plays a crucial role in determining the scalability, maintainability, and flexibility of an application. Two popular architectu
read more