Backend engineering focusJava, Spring Boot, Kafka, Kubernetes

Vishal Kesharwani

Backend Developer | MIT AOE '26 | Java, Spring Boot, Kafka, Kubernetes, AWS

I build backend platforms that are reliable, scalable, and worth trusting in production.

I'm a Computer Engineering student at MIT Academy of Engineering with internship experience in Java backend development and cloud engineering. I build event-driven services on Kafka, run them on Kubernetes with real observability, and want to own the quality of the whole delivery path.

Vishal portrait

Career goal

To grow into a backend engineer building dependable APIs, cloud-native services, and systems teams can rely on.

Delivery pipeline

commit
commit
build
test
deploy
live

Who I am

About

Backend-firstProduct-minded

I like building software that is structured, secure, and easy to hand over to the next developer.

My resume centers on Java backend engineering: Spring Boot, Spring Security, PostgreSQL, and event-driven services on Kafka, shipped to Kubernetes through Docker, ArgoCD, and Terraform. I care about the boring but important details: clean service boundaries, debounced workflows, documented APIs, real observability, and deployments that can be repeated without surprises.

Java backend development
Spring Boot, Spring Security, and Spring Data JPA
Event-driven systems with Apache Kafka
Kubernetes, ArgoCD, Terraform, and CI/CD
Observability with Prometheus, Grafana, and OpenTelemetry
React, TypeScript, and full-stack delivery

Resume snapshot

A compact view of the work I want to keep doing.

APIs shipped
0+
Production-grade backend endpoints in Java and Spring Boot
ETL reduction
~0%
Fewer redundant PostgreSQL lookups after debouncing
Cloud cert
0/1000
AWS Certified Cloud Practitioner
Event-driven
0 services
Kafka microservices on Kubernetes with GitOps delivery

Current focus

Java backend systems, secure APIs, event-driven microservices, and cloud-native delivery on AWS and Kubernetes.

Looking for

Backend engineering roles in distributed systems and cloud-native platforms.

Things I have built

My projects

These are the projects that best reflect the resume: event-driven microservices on Kubernetes, secure full-stack delivery, research-heavy AI work, and security-first product thinking.

Resume projectFeatured work

Cloud-Native Job Application Tracker

Event-driven observability platform built from three independent Spring Boot microservices that communicate only through Kafka events, deployed to Kubernetes through ArgoCD GitOps with a full Grafana LGTM observability stack.

  • Three services, zero direct service-to-service calls
  • Redis read-model rebuildable by replaying the event log
  • Prometheus, Loki, and Tempo traces via OpenTelemetry
  • ArgoCD GitOps reconciliation with Terraform IaC for EKS
Java 21Spring BootApache KafkaKubernetesArgoCDTerraformPrometheusGrafanaRedisPostgreSQL
Project I worked on

Stack snapshot

Java 21Spring BootApache KafkaKubernetesArgoCDTerraformPrometheusGrafana
Resume projectFeatured work

Knowledge Nexus - Full-Stack Mentorship Platform

Secure mentorship platform with React, TypeScript, Spring Boot, PostgreSQL, JWT authentication, WebSocket chat, a Kafka-based notification pipeline, and Google OAuth/Calendar integrations.

  • JWT and Google OAuth2 authentication
  • Realtime chat with WebSocket/STOMP
  • Kafka-decoupled notification lifecycle
  • Google Calendar scheduling and Meet links
ReactTypeScriptSpring BootPostgreSQLKafkaDockerJWTOAuth2
Project I worked on

Stack snapshot

ReactTypeScriptSpring BootPostgreSQLKafkaDocker
Resume projectFeatured work

Pediatric Bone Age Assessment

Deep-learning research pipeline for automated bone age estimation from X-ray images, with ensemble modeling, Grad-CAM interpretability, and reproducible experiments.

  • MAE of 6.79 months
  • R2 of 0.951 on an 85/15 split
  • Conference paper with faculty supervision
PythonTensorFlow/KerasCNN EnsemblesGrad-CAMResearch
Project I worked on

Stack snapshot

PythonTensorFlow/KerasCNN EnsemblesGrad-CAM
Resume projectFeatured work

Secure Defense Framework - Zero Trust Donation Portal

Security-focused donation portal with authentication, RBAC, CSRF protection, audit logging, and attack simulation coverage for OWASP-style issues.

  • Simulated BOLA, brute-force, and route tampering attacks
  • Audit logging and zero-trust access patterns
  • Wireshark and Nmap-based network analysis
PythonSQLiteRBACCSRFSecurity
Project I worked on

Stack snapshot

PythonSQLiteRBACCSRF

Try it yourself

Cloud Lab

Playable sandbox

I like cloud work to feel like a small terminal game.

Type a command, watch the output, and walk the path from local code to Docker, Kubernetes, and a GitOps deployment.

How to use

Type a command and see what happens next.

Goal

Make deployment feel logical and hands-on.

Try these commands

Mini quest

0/3

Inspect the environment

Run ls or pwd to see the three services.

Build the container

Use docker build . to package a service.

Ship it to the cluster

Try kubectl get pods, argocd sync, or deploy.

Provision

Package

Ship

cloud-sandbox
ready
Cloud sandbox ready. Type help to see commands.
$
Tab completes Arrow keys recall history

What I work with

Skills

Search it, filter it, or jump straight to the core stack. This is the toolkit I actually use for backend services, event-driven systems, and cloud delivery.

JavaSpring BootSpring SecurityREST APIsJavaApache KafkaEvent-driven designAWSDockerKubernetesArgoCDPrometheusGrafanaOpenTelemetryPostgreSQLDSASystem DesignJavaSpring BootSpring SecurityREST APIsJavaApache KafkaEvent-driven designAWSDockerKubernetesArgoCDPrometheusGrafanaOpenTelemetryPostgreSQLDSASystem Design

62 / 62 skills_

  • Java
  • Spring Boot
  • Spring Security
  • Spring Data JPA
  • Hibernate
  • REST APIs
  • gRPC
  • JWT
  • OAuth2
  • WebSocket
  • Node.js
  • Java
  • Python
  • SQL
  • JavaScript
  • TypeScript
  • C++
  • Apache Kafka
  • Redis
  • Event-driven design
  • Read models
  • AWS
  • EC2
  • S3
  • Lambda
  • IAM
  • RDS
  • Docker
  • Kubernetes
  • ArgoCD
  • Terraform
  • GitHub Actions
  • CI/CD
  • Maven
  • Gradle
  • Prometheus
  • Grafana
  • OpenTelemetry
  • Loki
  • Tempo
  • JUnit
  • Mockito
  • TestNG
  • Selenium
  • React.js
  • TypeScript
  • Angular
  • Axios
  • PostgreSQL
  • MongoDB
  • MySQL
  • SQLite
  • DSA
  • OOP
  • SOLID
  • System Design
  • TensorFlow
  • Keras
  • Grad-CAM
  • Git
  • Jira
  • Postman

Where I have worked

Internships

Hands-on industry experience in Java backend engineering, cloud automation, ETL optimization, and platform-level delivery.

SteepGraph Systems Private Limited

Backend Developer Intern

Feb 2026 - Jun 2026

Completed

  • Designed 15+ production-grade REST APIs with secure endpoint access via Spring Security, managing builds and dependencies with Gradle.
  • Optimized ETL validation with debouncing logic that cut redundant database lookups by 50%, plus a real-time SQL table extractor driven by live DB metadata.
  • Managed a modular extract-transform-load pipeline on a master-slave node architecture with gRPC-based inter-node communication.
  • Maintained and fixed bugs across 10+ modular service-layer components following SOLID and Clean Architecture, and reviewed merge requests.
JavaSpring BootSpring SecurityAngularETLgRPCPostgreSQLGradle

SortUs

Cloud & DevOps Intern

Jun 2025 - Aug 2025

Completed

  • Built scalable Node.js and MongoDB backend modules with documented REST APIs.
  • Automated serverless deployments with AWS Lambda and GitHub Actions, cutting manual release effort by an estimated 30%.
  • Managed sprint execution and task tracking in Jira within an Agile/Scrum flow.
Node.jsMongoDBAWS LambdaGitHub ActionsREST APIsJira

Recognition

My Achievements

These are the outcomes I mention when I want to show consistency, execution, and the ability to work across backend, cloud, research, and competitive problem solving.

Certification

Achievement

AWS Certified Cloud Practitioner

Achieved a perfect 1000/1000 score on the CLF-C02 certification and use that foundation in day-to-day cloud work.

2024

Achievement

Smart India Hackathon 2024

Reached the national grand finals with a solution focused on product quality, delivery, and practical problem solving.

2024

Achievement

Flipkart Grid 7.0

Reached Round 2 with Drishaak, an edge-based traffic-violation detection system, ranking 1582 of 10,000+ submissions.

2024-2025

Achievement

Leadership + Hackathons

Won MITAOE E-Summit Ideathon 2024, first runner-up at Cavista Tech Hackathon, runner-up at Datathon 2025, and Core Member and Design Lead of the ACM Student Chapter.

Academic base

My Education

My academic base gives me the fundamentals I rely on while building backend systems, cloud workflows, and deployment-ready products.

MIT Academy of Engineering, Pune
2022 - 2026Education

B.Tech - Computer Engineering

MIT Academy of Engineering, Pune

CGPA: 8.53/10
  • Java, backend systems, and cloud delivery focus
  • Consistent problem solving through DSA practice
B.N.N. College, Bhiwandi
2022Education

Higher Secondary (12th)

B.N.N. College, Bhiwandi

Percentage: 71%
  • MSBSHSE Board
  • Science Stream
Dr. Omprakash Agarwal English High School, Bhiwandi
2020Education

Secondary School (10th)

Dr. Omprakash Agarwal English High School, Bhiwandi

Percentage: 85.20%
  • MSBSHSE Board
  • State Topper in Mathematics

Get in touch

Contact me

Open for backend opportunities

Let's talk about backend, cloud, or research work.

For internship opportunities, backend roles, cloud work, project collaborations, or a quick hello, send a message and I'll reply from my inbox at vishalkes1378@gmail.com.

Response window

Usually within 24 hours

Direct email

vishalkes1378@gmail.com