Sarvesh Mishra

Sarvesh Mishra


Sarvesh is a Full Stack Developer specializing in the Backend with Software Architecture and Machine Learning experience at CarWale. He was also a part-time Full Stack Web Developer (MERN Stack) Mentor at Masai School, and he handles this blog and his youtube channel.

He loves traveling and photography.

He works with MERN stack, NextJS, LAMP stack, .NET, Django, Flask, and other web development stacks.

He has experience with:

  • AWS
  • Kubernetes
  • MySQL
  • Jenkins
  • PyTorch
  • Github
  • Memcached
  • RabbitMQ
  • Apache Airflow
  • Apache Spark
  • Apache Kafka
  • C#
  • .NET
  • GoLang
  • JavaScript
  • Python
  • Scala
  • Groovy
  • C++
  • HTML
  • CSS

If you want to write for this blog or promote your content please get in touch with me. I would love to connect with you.

A Step-by-Step Guide to Saving AWS Costs by Uploading Public Docker Images to Private ECR

A Step-by-Step Guide to Saving AWS Costs by Uploading Public Docker Images to Private ECR

In the world of containerized applications, Docker Hub is a popular choice for storing and sharing Docker images. While Docker Hub is a convenient option, it may not be the most cost-effective choice

read more
How to store large files on GitHub? What is Git LFS?

How to store large files on GitHub? What is Git LFS?

In the realm of software development, version control systems like Git have become indispensable tools. They allow developers to collaborate seamlessly, track changes, and manage code effectively. Ho

read more
Kubernetes: The Future of Cloud Computing

Kubernetes: The Future of Cloud Computing

In the world of modern software development and deployment, Kubernetes has emerged as a powerhouse that is changing the way we manage and scale applications. Whether you are a seasoned developer or a

read more
Basic Docker Commands CheatSheet

Basic Docker Commands CheatSheet

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
From Dockerfile to Docker Compose: A Comprehensive Guide in Containerization

From Dockerfile to Docker Compose: A Comprehensive Guide in Containerization

Containerization has revolutionized the way we develop, deploy, and manage applications. Docker has been at the forefront of this containerization movement, simplifying the process of packaging an ap

read more
How to create a simple server with Python Flask?

How to create a simple server with Python Flask?

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 inspect the docker image?

How to inspect the docker image?

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
How to install Apache Spark on Ubuntu?

How to install Apache Spark on Ubuntu?

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
How to open VS Code Live Server Extension web page on Mobile?

How to open VS Code Live Server Extension web page on Mobile?

Hello guys, today I am going to write about a very productive topic if you have started learning as a Web developer and using one of our favorite Code editors as a VS Code. So, if you have ever writ

read more
OOPS Concept in Simple English with Examples

OOPS Concept in Simple English with Examples

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
What are Micro-service and Monolithic Architecture?

What are Micro-service and Monolithic Architecture?

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
What is Docker and its use case?

What is Docker and its use case?

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 is the docker multi-stage build?

What is the docker multi-stage build?

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
A Comprehensive Guide to Docker Swarm: Orchestrate Your Containers with Ease

A Comprehensive Guide to Docker Swarm: Orchestrate Your Containers with Ease

In the world of containerization and microservices, managing and scaling containers efficiently has become a critical task. Docker Swarm, a native clustering and orchestration solution for Docker con

read more