Blog Posts

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
How to create a simple server with Python Flask?
- Sarvesh Mishra
- Python
- 22 Dec, 2022
Flask is one of the popular and simple-to-learn frameworks of Python to build a full-stack web app. This tutorial is the first part of the complete full-stack web app, we are going to build using Fl
read more
How to install Apache Spark on Ubuntu?
- Sarvesh Mishra
- Spark, Ubuntu
- 20 Dec, 2022
This tutorial is for Ubuntu Users. For Windows users, you can directly install Apache Spark from the below link and start it directly on Powershell. Download the latest Spark from Apache Website htt
read more