// software & devops engineer

Akash Ganapathi

I design backend systems that hold up under load and build the pipelines that get them into production without drama. Java on the inside, Kubernetes on the outside.

based in
India
focus
Backend & Infra
status
Open to roles
01 / About

What I actually do

I'm a backend-leaning Software Engineer who treats infrastructure as part of the product, not an afterthought. I write the Spring Boot services, then build the Docker images and Kubernetes manifests that ship them — and the Jenkins pipeline that does it automatically every time someone merges to main.

a.

Backend systems

Java, Spring Boot, REST APIs, microservices, JPA — built for correctness first, scale second.

b.

Delivery pipelines

Docker, Kubernetes, Jenkins, GitHub Actions — code to cluster without manual steps.

c.

Cloud & data

AWS, MySQL, PostgreSQL — the infrastructure and storage layer underneath it all.

02 / Stack

Tools I reach for

Languages
JavaPythonJavaScript / TypeScript
Backend
Spring BootREST APIsMicroservicesJPA / Hibernate
DevOps
DockerKubernetesJenkinsGitHub ActionsLinux
Cloud
AWS EC2S3RDS
Data
MySQLPostgreSQL
Frontend
AngularReact
03 / Work

Selected projects

P-01 Full-stack system

Investment Banking Management System

A platform for managing investment portfolios, trades, and client accounts. Built on Spring Boot with role-based JWT authentication and a MySQL data layer behind a REST API.

Spring BootMySQLJWT AuthREST API
P-02 CI/CD pipeline

End-to-end deployment pipeline

Automated path from a GitHub push to a running Kubernetes workload. Jenkins builds the Docker image, pushes it to the registry, and triggers a zero-downtime rolling deploy.

JenkinsDockerKubernetesGitHub
P-03 Data / ML

Anomaly detection system

A Python pipeline that flags irregular patterns in operational data using statistical and ML models — covering ingestion, feature engineering, training, and evaluation.

PythonMachine LearningData Analysis