
Sarvesh Mishra
Sr. Software Developer Engineer (SDE 2)
Senior Software Developer Engineer (SDE 2) with a proven track record in building scalable backend systems, optimizing cloud infrastructure, and implementing AI-driven automation. Expertise in migrating legacy architectures to modern stacks (ARM, Kafka, Kubernetes) and driving significant cost reductions. Passionate about problem-solving, system design, and enhancing developer productivity.
Technical Skills
Programming Languages
Infrastructure
App Development
DevOps
Tools
Soft Skills
Latest Articles

A Step-by-Step Guide to Saving AWS Costs by Uploading Public Docker Images to Private ECR
- Sarvesh Mishra
- Software Architecture, System Design
- 22 Sep, 2023
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 moreFlutter Basics – Understanding Widgets, State, and Navigation
- Sarvesh Mishra
- App Development, Skills
- 12 Mar, 2025
Part 3: Flutter Basics – Understanding Widgets, State, and Navigation Introduction Now that you’ve set up Flutter and created your first app, it’s time to dive deeper into the core
read moreGetting Started with Flutter – Step-by-Step Guide
- Sarvesh Mishra
- App Development, Skills
- 06 Mar, 2025
Part 2: Getting Started with Flutter – Step-by-Step Guide Introduction Now that you know why Flutter is a great choice for mobile app development, let’s dive into setting up your Fl
read more
How to store large files on GitHub? What is Git LFS?
- Sarvesh Mishra
- Coding
- 14 Apr, 2024
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
- Sarvesh Mishra
- Software Architecture, System Design
- 11 Oct, 2023
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
Mastering Docker Multi-platform Image Building: Native Way vs. Qemu Way
- Sarvesh Mishra
- Software Architecture, System Design
- 25 Feb, 2025
In the rapidly evolving world of containerization, building Docker images that can run on multiple platforms is essential. Whether you're targeting ARM, x86, or any other architecture, Docker provide
read moreWhy You Should Learn Flutter for App Development
- Sarvesh Mishra
- App Development, Skills
- 01 Mar, 2025
Part 1: Why You Should Learn Flutter for App Development Introduction Flutter has emerged as one of the most popular frameworks for building mobile applications. Developed by Google
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
From Dockerfile to Docker Compose: A Comprehensive Guide in Containerization
- Sarvesh Mishra
- Software Architecture, System Design
- 24 Sep, 2023
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
Exploring Google’s New IDX and Advanced Cloud-Based Development with VS Code
Introduction The landscape of software development is constantly evolving, and the introduction of Google IDX and VS Code in the Cloud brings unprecedented flexibility to developers.
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 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
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
How to open VS Code Live Server Extension web page on Mobile?
- Sarvesh Mishra
- VS Code, IDE, Development
- 20 Dec, 2022
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
Kubernetes vs. HashiCorp Nomad: A Comprehensive Comparison
- Sarvesh Mishra
- DevOps, Container Orchestration
- 23 Nov, 2025
In the world of modern application deployment, container orchestration has become a critical component. As organizations scale their infrastructure, the need to manage, deploy, and scale applications
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
Unlocking Potential with NotebookLLM: A Comprehensive Guide to Use Cases for Various Roles
- Sarvesh Mishra
- AI, Technology, Productivity
- 11 Dec, 2025
Introduction: In the rapidly evolving landscape of Artificial Intelligence, Google's NotebookLLM stands out as a unique tool designed to be your personalized AI research assistant and collaborat
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
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 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
A Comprehensive Guide to Docker Swarm: Orchestrate Your Containers with Ease
- Sarvesh Mishra
- Software Architecture, System Design
- 08 Oct, 2023
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