Sarvesh Mishra

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

React
C# (.NET)
Go
Java
Python
MySQL
MongoDB
Cassandra

Infrastructure

AWS
GCP
Kubernetes
S3
IAM
Terraform
Jira
Confluence

App Development

Flutter
React Native

DevOps

Azure DevOps
Jenkins
GitHub Actions
Argo CD

Tools

Docker
Grafana Stack
Memcached
Redis
Kafka
RabbitMQ

Soft Skills

Teamwork
Communication
Collaboration
Problem Solving
Adaptability

Latest Articles

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
Flutter Basics – Understanding Widgets, State, and Navigation

Flutter Basics – Understanding Widgets, State, and Navigation

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 more
Getting Started with Flutter – Step-by-Step Guide

Getting Started with Flutter – Step-by-Step Guide

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?

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
Mastering Docker Multi-platform Image Building: Native Way vs. Qemu Way

Mastering Docker Multi-platform Image Building: Native Way vs. Qemu Way

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 more
Why You Should Learn Flutter for App Development

Why You Should Learn Flutter for App Development

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

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
Exploring Google’s New IDX and Advanced Cloud-Based Development with VS Code

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?

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
Kubernetes vs. HashiCorp Nomad: A Comprehensive Comparison

Kubernetes vs. HashiCorp Nomad: A Comprehensive Comparison

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

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
Unlocking Potential with NotebookLLM: A Comprehensive Guide to Use Cases for Various Roles

Unlocking Potential with NotebookLLM: A Comprehensive Guide to Use Cases for Various Roles

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?

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