KM
Khaja Mujahiddin Mohammed

Hi, I'm Khaja Mujahiddin Mohammed

Senior Software Engineer | Backend & Data Platforms

Backend EngineeringMicroservicesKafka / Event-DrivenPython & JavaAWS / Kubernetes
5+ years owning high-throughput microservices & data platformsPython, Java, FastAPI, Spring Boot, Kafka, PostgreSQLShipping RAG / agentic AI systems with production guardrails
5+ yrsExperience
35%Throughput Lift
99.9%Peak Uptime
MSData Science

About

Senior Software Engineer with mid-level experience designing and operating high-throughput microservices, distributed pipelines, and cloud backend platforms. Proven track record of end-to-end service ownership — from architectural design and SOLID object-oriented implementation to CI/CD, observability, and production support. Core expertise in Python, Java, TypeScript, SQL/NoSQL databases, and event-driven architectures. I lead code reviews, drive code quality standards, and scale mission-critical platforms toward 99.99% availability.

Core Strengths

  • Backend microservices (Python/FastAPI, Java/Spring Boot)
  • Event-driven systems (Kafka, SQS) & low-latency APIs
  • Cloud platforms (AWS ECS/EKS, Azure) with Docker & Kubernetes
  • Observability, CI/CD, and production ownership

Domains

  • Healthcare data platforms (Optum / UnitedHealth Group)
  • B2B payments & high-throughput retail transactions
  • Connected-vehicle telemetry & dealer platforms (BMW)
  • RAG / multimodal AI products with human-in-the-loop workflows

Live Snippet

# Example FastAPI + Kafka producer pattern
from fastapi import FastAPI
from aiokafka import AIOKafkaProducer

app = FastAPI()
producer: AIOKafkaProducer | None = None

@app.on_event("startup")
async def startup():
    global producer
    producer = AIOKafkaProducer(bootstrap_servers="kafka:9092")
    await producer.start()

@app.post("/events")
async def publish(event: dict):
    await producer.send_and_wait("platform.events", event)
    return {"status": "queued"}

Projects

Representative image for VERITAS HITL Platform (Unsplash)

VERITAS HITL Platform

Python · Gemini · Celery · Redis · React · Docker

Representative image for MIKA OS / Clinical AI Agent (Unsplash)

MIKA OS / Clinical AI Agent

FastAPI · LangChain · RAG · ChromaDB · Next.js

Representative image for Pedestrian & Cyclist Segmentation (U-Net) (Unsplash)

Pedestrian & Cyclist Segmentation (U-Net)

Computer Vision · U-Net · Deep Learning · Python

Experience

  1. Senior Software Engineer - Data Platform

    Optum (UnitedHealth Group) • Hartford, CT • Jul 2025 – Present

    • Owned design and deployment of distributed ETL and microservice platform components using Python, FastAPI, and PySpark on AWS/Azure, improving throughput by 35%.
    • Architected resilient REST APIs and async messaging pipelines with Kafka and SQS, cutting downstream API latency to sub-100ms at peak loads.
    • Implemented rigorous CI/CD workflows using GitHub Actions and Docker, reducing integration bugs by 25% and achieving zero-downtime releases.
    • Established comprehensive logging and observability with CloudWatch and Datadog, decreasing Mean Time to Resolution (MTTR) by 40%.
    • Mentored 4 junior engineers, led weekly code reviews, and enforced SOLID object-oriented standards across cross-functional teams.
  2. Software Engineer

    Staples • Chennai, India • Jan 2022 – Jul 2023

    • Re-architected core B2B payment gateway microservices using Java 17, Spring Boot, and PostgreSQL, lifting authorization success from 97% to 99.7%.
    • Optimized relational database queries, indexing strategies, and multi-tier Redis caching, slashing p95 reporting API response times from 800ms to 600ms.
    • Engineered near-real-time data synchronization between MongoDB order datastores and PostgreSQL warehouses across 40+ regional markets.
    • Built robust unit and integration test suites in JUnit and PyTest, maintaining 90%+ code coverage across all production services.
    • Participated in 24/7 on-call rotation for high-throughput transactional services, maintaining 99.9% uptime during Black Friday peaks.
  3. Software Engineer

    SRIK Consulting (Client: BMW Group) • Hyderabad, India • Aug 2019 – Dec 2021

    • Developed async vehicle telemetry ingestion services for 50,000+ connected vehicles using Java, gRPC, and Kafka Streams.
    • Designed partitioned PostgreSQL and Redis schemas for 100M+ configuration records, accelerating dealer feature onboarding by 50%.
    • Containerized enterprise legacy monolith into Docker microservices deployed on AWS EKS, increasing release frequency 3x.
    • Constructed backward-compatible gRPC and Protobuf API contracts, reducing cross-team platform integration times from 3 weeks to 5 days.
    • Authored architectural decision records (ADRs), runbooks, and wiki operational documentation for 15+ distributed microservices.

Skills

  • Languages: Python, Java, TypeScript, JavaScript, C#, SQL, Go
  • Backend & Web: Node.js, FastAPI, Spring Boot, REST API, GraphQL, gRPC, Microservices, SOLID Principles
  • Databases & Storage: PostgreSQL, MySQL, MongoDB, Redis, Snowflake, SQL Server, NoSQL
  • Data & Event Streaming: Apache Kafka, AWS SQS, PySpark, dbt, Airflow, ETL/ELT
  • Cloud & DevOps: AWS (S3, Lambda, ECS, EKS), Azure, Docker, Kubernetes, CI/CD, Terraform, GitHub Actions
  • Testing & Observability: PyTest, JUnit, Prometheus, Grafana, Datadog, ELK Stack, OpenTelemetry

Education

M.S., Data Science

University of New Haven · New Haven, CT · Aug 2023 — May 2025

  • Coursework: advanced ML, deep learning, NLP, cloud MLOps, big data.
  • Key projects: multimodal misinformation detection (~85% accuracy) and U-Net pedestrian/cyclist segmentation.

B.Tech

Sreenidhi Institute of Science and Technology · Hyderabad, India · Jun 2017 — May 2021

    Certifications

    • Oracle Cloud Infrastructure — Multicloud Architect Associate
    • Oracle Analytics Cloud (OAC)

    Contact

    The form opens your mail client with a prefilled email.