Based in Hyderabad, India — open to onsite opportunities

M S Praveen Kumar

Full Stack Java Developer · Backend Engineer · Freelance Systems Builder

“Anyone can write code — even AI can. But system design and architecture is something only a few people can truly master.”
onlinevisits3+yrs shipping
praveen@systems — zsh

$

spring-boot

active

kafka

active

microservices

active

aws

active

01 — About

Behind the API line.

Throughput, correctness and failure modes — systems built to survive years of change.

I'm a 23-year-old backend-focused Full Stack Java Developer based in Hyderabad — near HITEC City, the heart of India's “Cyberabad” tech corridor. I completed my B.Tech in Computer Science (with a focus on AI/ML) at SRM University, Chennai, graduating in August 2025, and joined Capgemini through campus placement in September 2025.

Most of my day is spent behind the API line — throughput, correctness, and failure modes. I care about systems that are built to survive years of change, not just ship once and rot. Alongside my full-time role, I run an independent freelance backend/DevOps practice, currently working with an international structural-engineering firm on a full legacy-to-modern migration.

I'm also deep into learning AI agent engineering right now — MCP servers, agent orchestration, workflow automation (n8n), agent tracing, and prompt engineering — while continuing to sharpen system design, microservices architecture, and Kafka-based event systems.

Now
Software Engineer @ Capgemini
Also
Freelance Backend & DevOps Consultant
Base
Hyderabad · HITEC City
Education
B.Tech CSE (AI/ML), SRM University — 2025

02 — Tech stack

Tools I reach for, and why.

Grouped by the kind of problem they solve — not by logo count.

Backend Engineering

Domain-driven Spring Boot services, clean boundaries, and APIs designed to survive years of change.

  • Java 17
  • Spring Boot 3
  • JPA
  • JUnit 5

Event-Driven Systems

Kafka topics, streaming pipelines, alerting/SLA-breach detection across distributed teams.

  • Kafka
  • Kafka Streams
  • Avro
  • Event-Driven Architecture

Cloud & DevOps

AWS-native deployments, container orchestration, and CI/CD pipelines that ship regularly.

  • AWS EKS/ECS/EC2
  • DynamoDB
  • S3
  • RDS
  • CloudWatch
  • IAM
  • Red Hat OpenShift
  • GitLab CI/CD

Observability & Ops

Operational monitoring, custom metrics, log analysis, and remediation workflows.

  • Datadog
  • Kibana
  • Prometheus
  • Podman

Data Layer

Query design, archiving strategy, and migrations that run safely at scale.

  • MySQL
  • PostgreSQL
  • Automated Archiving Systems

Frontend & Delivery

React interfaces backed by real API contracts.

  • React
  • TypeScript
  • REST APIs
  • GraphQL

Languages

What I write in

  • Java
  • C/C++
  • Python
  • Bash
  • TypeScript
  • YAML
  • Go
  • SQL
  • PHP
  • Laravel
  • Spring Boot

Daily tools & platforms

What I run on

  • Java 17
  • Spring Boot
  • Apache Kafka
  • Microservices
  • AWS
  • React
  • PostgreSQL
  • Docker
  • Kubernetes
  • Red Hat OpenShift
  • Prometheus
  • Datadog
  • Podman
  • Kibana
  • VS Code
  • GitLab CI/CD
  • GitHub
  • Linux
  • Postman
  • Cloudflare
  • REST APIs
  • GraphQL
  • MCP servers (GitLab, Jira, Kibana)

Currently learning

Where I'm heading next

  • AI Agents
  • MCP Servers & Orchestration
  • Agentic Workflows (n8n)
  • Agent SDKs
  • Prompt Engineering
  • Agent Tracing
  • Webhook & Form Pipelines
  • System Architecture & Design
  • Microservices
  • Apache Kafka

Icons are indicative — hover any card for emphasis.

03 — Experience

Where the work happened.

Full-time platform work at Capgemini, plus an independent freelance backend & DevOps practice.

Full time

Software Engineer

Capgemini

Claims Modernization Program · Fortune 500 insurance & financial services client

Sept 2025Present

Current

Large-scale modernization moving legacy mainframe and Guidewire-based claims systems toward a secure, scalable, cloud-native architecture — full-stack Java work with a strong backend/platform lean, on a program running through 2030.

Claims BPM (Business Process Monitoring) — Non-Payments

The platform provides real-time visibility into critical business workflows by capturing events from multiple upstream systems, correlating them into end-to-end process instances, and tracking them against defined SLAs/SLOs.

  • Supported onboarding of new applications into an event-driven architecture, integrating Kafka-based event producers into a shared business-process-monitoring pipeline
  • Built alerting and threshold-monitoring capabilities to flag SLA/SLO breaches in near real time
  • Collaborated with business process owners, architects and delivery managers to define monitoring requirements and validate event correlation logic
  • Used Datadog for operational monitoring and troubleshooting of event consumption and remediation flows
  • Contributed to designing scalable, decoupled integration patterns so new applications plug into the monitoring platform with minimal custom work

RTB migration work

Led critical version migrations with real breaking-change risk: Spring Boot 3.1 → 3.5 → 4.1, and migrating Kafka Cloud Streams to Spring Kafka. Deployed to production with zero breaking incidents — an ongoing process of careful, disciplined engineering where every release is treated as high-stakes.

Working model

Collaborate directly with onshore clients in the US (Phoenix, Texas) and with peer vendor teams (HCL, TCS) in a distributed offshore/onshore delivery model. Extensive use of Copilot and MCP servers to accelerate day-to-day engineering work.

  • Java
  • Spring Boot
  • Apache Kafka
  • Kafka Streams
  • Datadog
  • Red Hat OpenShift
  • Kibana
  • GitLab CI/CD
  • AWS (DynamoDB, S3, EKS, EC2, ECS, RDS, CloudWatch, IAM, ELB)

Freelance

Freelance Backend & DevOps Consultant

Rebar Design & Detail Pvt Ltd (RD&D)

International civil engineering firm, HQ Chennai, incorporated 2008 — rebar detailing, estimation, 3D modeling and post-tension detailing for structural consultants and contractors worldwide

2025Present

Current

Running RD&D's backend/DevOps modernization independently — two delivered modules on top of a single monolithic application and production database.

Module 1 — Automated Database Archiving System (live in production)

RD&D runs their entire business — global client data, engineering designs, drawings, employee details, timesheets — on one monolithic app and one production database. Years of historical data was overwhelming the database and slowing the live application. I built a standalone archiving system that runs annually on January 2nd at 10:00 AM with zero human intervention.

  • Pre-flight checks — lists all tables configured for archiving, verifies connectivity and load stats for both the production and separate backup database (different servers)
  • Dry run — projects how many records will migrate, how many batches, and estimated duration before anything is touched
  • Live run — full snapshot of each table stored as secure .sql files, records older than 3 years copied into the backup database, counts verified between source and destination, and only then safely deleted from production
  • Reporting — detailed dry-run and live-run reports generated and emailed to the admin after every run
  • Result: 100% automated, zero manual intervention, two independent backup layers (snapshot + queryable backup DB)

Module 2 — Legacy CodeIgniter → Laravel full system migration (delivered 31 July 2026)

The core business system was a large monolithic CodeIgniter application handling attendance, timesheets, tonnage/billing, client data, operational reporting and third-party syncs — with no client-side resource available to explain the existing modules or codebase. Every workflow, role-based visibility rule, report and legacy quirk had to be reverse-engineered from the old code, with zero tolerance for silently breaking billing-critical logic.

  • Owned backend architecture, DevOps and the MySQL data layer end-to-end
  • Reverse-engineered and re-implemented dozens of modules (attendance, timesheets, tonnage approvals, CO registers, performance/productivity reports, dashboards) with no original documentation
  • Designed secure backend authentication and authorization, including full RBAC across Project Manager, Team Leader, Detailer, Estimator, Checker, HR, IT and more — with module-level and row-level permission granularity
  • Rebuilt on a modern Laravel + MySQL stack, split into a REST API backend and a server-rendered frontend communicating over OAuth2
  • Supported two parallel production lines: Detailing (drawings/revisions in tonnage and hours, routed through team leaders and project managers for billing approval) and Estimation (estimator → checker → project manager QC chain)
  • Delivered a fully functional, bug-fixed production system by 31 July 2026; partnered with a separate frontend developer for client-side implementation
  • PHP
  • Laravel
  • MySQL
  • REST APIs
  • OAuth2 (Laravel Passport)
  • Bash
  • Python
  • Bootstrap

Internship

Software Engineering Intern

Hygiaes Pvt Ltd

Health-tech technology vendor for Hyundai, Kia, L&T and Apollo

20232023

Built and maintained systems for a health-tech company serving major enterprise clients.

Scope

Built and maintained backend systems and data workflows using PHP Laravel, MongoDB, MySQL and Bash shell scripting.

  • PHP
  • Laravel
  • MongoDB
  • MySQL
  • Bash

Journey

  1. 2021

    Started B.Tech

    B.Tech Computer Science Engineering (AI/ML focus), SRM University, Chennai.

  2. 2023

    Internship — Hygiaes Pvt Ltd

    Health-tech vendor for Hyundai, Kia, L&T and Apollo. Worked in PHP Laravel, MongoDB, MySQL, Bash.

  3. Aug 2025

    Graduated

    B.Tech CSE, SRM University, Chennai.

  4. Sept 2025 — Present

    Software Engineer, Capgemini

    Joined via campus placement. Working on a Claims Modernization program for a Fortune 500 insurance & financial services client — Claims BPM (Non-Payments) and critical Spring Boot/Kafka version migrations.

  5. 2025 — Present

    Freelance Backend & DevOps Consultant

    Independent practice — currently serving Rebar Design & Detail Pvt Ltd, delivering an automated database archiving system and a full legacy modernization (CodeIgniter → Laravel).

04 — Selected work

Systems, not screenshots.

Event-driven monitoring platforms, high-stakes production migrations, and automation that runs unattended.

Capgemini · Insurance & Financial Services Client

Claims BPM — Non-Payments

Jan 2026 – Present

Event-driven business process monitoring for a Fortune 500 insurer's claims modernization program — real-time SLA/SLO tracking across correlated business events.

  • Java
  • Kafka
  • Datadog
  • Snowflake
  • Event-Driven Architecture
  • AWS

Capgemini · Insurance & Financial Services Client

Critical Spring Boot & Kafka Version Migration (RTB)

2026

Led production migration of a critical service from Spring Boot 3.1 → 3.5 → 4.1, including moving Kafka Cloud Streams to Spring Kafka. Zero breaking incidents in production.

  • Spring Boot
  • Kafka
  • Spring Kafka
  • AWS

Freelance · Rebar Design & Detail Pvt Ltd

Automated Database Archiving System

Live in Production

Fully automated annual archiving system — dry-run validation, dual-layer backup (snapshot + backup DB), zero manual intervention.

  • Laravel
  • MySQL
  • Bash
  • Python

Freelance · Rebar Design & Detail Pvt Ltd

Legacy CodeIgniter → Laravel Modernization

Delivered July 31, 2026

Reverse-engineered and rebuilt a full business management system — RBAC across 8+ employee roles, zero original documentation available.

  • Laravel
  • MySQL
  • Bootstrap
  • OAuth2

05 — Certifications

Verified fundamentals.

Cloud, Java and streaming certifications backing the day-to-day work.

  • AWS Cloud PractitionerCLF-C02

    Amazon Web Services

  • Oracle Certified Professional: Java SE 17

    Oracle · 2025

  • Confluent Certified Developer for Apache Kafka

    Confluent · 2026

  • Full Stack Web Engineering

    SelfMade Ninja Academy

  • Python & Linux CLI Application Creation

    SelfMade Ninja Academy

  • AWS Certified Solutions Architect – Associate

    Amazon Web Services · In progress

  • Master AI Agents Pro

    SelfMade Ninja Academy · In progress

06 — Testimonials

Words from the people I ship with.

Three reserved slots — real feedback lands here as it's gathered.

Colleague · internship / early career

Add a real testimonial here.
IMG

Name

Role @ Company

Freelance client

Add a real testimonial here.
IMG

Name

Role @ Company

Current team

Add a real testimonial here.
IMG

Name

Role @ Company

Placeholder slots — themed for an early-career colleague, a freelance client and the current team.

07 — Live signals

Real numbers, pulled live.

Visitor counts come straight from this site's database; GitHub activity from the GitHub API.

Visitor stats

all-time visits

Every visit is recorded server-side in this site's own database — no third-party analytics widget. Presence is a rolling 75-second window, so the live number is genuinely who's reading this page with you.

viewing right now

GitHub activity

@Praveenms13

Profile

Loading live stats…

08 — Contact

Let's build something that lasts.

Open to onsite opportunities in Hyderabad, and taking on selective freelance backend & DevOps work.