Rakesh Kumar
Rakesh Kumar

Vice President, Software Engineering · Goldman Sachs

Rakesh Kumar

I build distributed systems, banking platforms and developer infrastructure — combining hands-on engineering with architecture, production ownership and technical leadership.

Hands-on technical leadership · 12+ years in financial services and enterprise software · Birmingham, UK

50%fewer application EC2 nodes
~80Kusers on a platform supported by the retention feed
20+repositories onboarded to AI workflows

What I work on

Engineering systems that stay useful at scale.

My strongest work sits where backend engineering, platform design and operational reality meet: removing architectural bottlenecks, making engineering workflows safer and simpler, and turning emerging technologies into reusable production capabilities.

Selected engineering work

Problems worth solving

Projects across Goldman Sachs, Citi, Fidelity, Mercer and Aristocrat, with my contribution and the engineering decisions behind each.

01

Goldman Sachs

Event-driven integration platform

I redesigned how enterprise applications received updates from three AWS-hosted Jira instances. Webhooks published changes to Kafka through AWS MSK, letting consumers subscribe to events instead of repeatedly querying application APIs. The redesign halved the application EC2 node count and enabled database downsizing.

20 → 10application EC2 nodes
50%fewer application nodes
SmallerAurora instances

The problem

  • Repeated REST polling created avoidable load across application and database tiers.
  • More API queries were being used to discover changes that could instead be delivered as events.

What I built

  • Analysed the traffic pattern and introduced a dedicated AWS MSK cluster.
  • Connected Jira webhooks to a Kafka event path for downstream subscribers.

How it worked

  • Changes generated events that consumers received through relevant Kafka topics.
  • The messaging layer reduced repeated reads against the source applications.

Tools & technologies

AWSMSKKafkaJavaEvent Driven
02

Goldman Sachs

Enterprise MCP platform

I built Python services that exposed Jira and Confluence capabilities to enterprise AI agents through the Model Context Protocol (MCP). The services gave agent workflows reusable tools for interacting with existing applications—a practical foundation for connecting AI to everyday enterprise work.

The problem

  • Agents and bots needed a reusable way to interact with enterprise applications.
  • Application capabilities had to be made available in a form agent workflows could use.

What I built

  • Created several MCP servers, including an Atlassian integration for Jira and Confluence.
  • Packaged application capabilities as reusable tools for AI workflows.

How it worked

  • Python MCP services exposed tools between agents and the enterprise applications.
  • Established shared access patterns that could support multiple agent workflows.

Tools & technologies

MCPPython
03

Goldman Sachs

AI-assisted engineering workflow

I introduced Devin-assisted maintenance workflows across more than 20 GitLab repositories. The rollout allowed AI assistance in day-to-day repository work while keeping engineers responsible for merge approval and reviewing Terraform plans before infrastructure changes.

20+GitLab repositories onboarded

The problem

  • Routine repository maintenance consumed engineering time.
  • Introducing agent assistance also required clear ownership of code and infrastructure decisions.

What I built

  • Onboarded repositories to Devin-assisted workflows.
  • Retained human merge-request approval and explicit Terraform plan checks.

How it worked

  • Agent-assisted work entered the existing GitLab review process.
  • Engineers reviewed proposed changes before approving merges or infrastructure actions.

Tools & technologies

DevinGitLabTerraformCI/CDHuman in the Loop
04

Goldman Sachs

Regulatory retention platform

I developed a near-real-time feed that connected an enterprise Confluence platform to a central regulatory retention system. It captured content creation, updates and deletions, then transformed those events into the format required by the retention system.

~80Kusers on the source platform
~200Kcontent items on the source platform

The problem

  • A regulatory requirement called for content lifecycle changes to reach a central retention system.
  • The integration needed to account for creation, modification and deletion events.

What I built

  • Developed an in-house feed for near-real-time lifecycle event capture.
  • Added transformation into the retention system’s required format.

How it worked

  • The feed captured changes as content moved through its lifecycle.
  • Format conversion connected the content platform to the central compliance workflow.

Tools & technologies

JavaSpring BootDistributed SystemsCompliance
05

Fidelity International

Self-service DevTools upgrades

I created a Python/Django dashboard that brought DevTools upgrade procedures and platform-readiness checks into one self-service workflow. It helped teams follow a repeatable upgrade process through a shared interface, making operational preparation more consistent.

The problem

  • Upgrade procedures and readiness checks needed a consistent workflow.
  • Fragmented steps made the process harder to repeat across upgrade activities.

What I built

  • Developed a Django dashboard for DevTools upgrades.
  • Brought procedures and readiness checks into a shared self-service interface.

How it worked

  • Teams used the dashboard to follow the upgrade workflow and readiness checks.
  • The shared process standardised preparation for platform upgrades.

Tools & technologies

PythonDjangoDevOps
06

Mercer

Email-to-Jira intake and routing

I built a Java application that converted incoming email requests into Jira tickets and routed them using keyword-based classification. It automated the path from an unstructured email to a tracked work item, reducing the need for manual ticket entry and assignment.

The problem

  • Incoming email requests needed to be entered into Jira and directed to the appropriate destination.
  • Manual ticket creation and routing added repetitive operational work.

What I built

  • Developed the Java email-to-ticket application.
  • Integrated keyword-based classification and routing with Jira ticket creation.

How it worked

  • Incoming email → keyword classification → Jira ticket → routing.
  • The workflow automated request intake while making the resulting work trackable in Jira.

Tools & technologies

JavaJiraAtlassian SDK
07

Aristocrat Technologies

Recruitment and work-management integration

I connected Oracle Taleo with Atlassian tools using Java middleware and Python scripts. The integration automated workflow hand-offs between recruitment and work-management systems, helping work move across application boundaries without relying entirely on manual coordination.

The problem

  • Recruitment and work-management activities lived in separate platforms.
  • The systems needed an integration to automate workflow hand-offs.

What I built

  • Developed Java middleware and Python scripting for the integration.
  • Connected Oracle Taleo and the Atlassian toolset at their workflow boundaries.

How it worked

  • The integration layer linked work across the two application environments.
  • Automated hand-offs supported a more connected operational process.

Tools & technologies

JavaPythonOracle TaleoAtlassian
08

Citi Bank (via Infosys) · 2021

Monitoring and operational automation

I developed a rule-based monitoring and automation application for banking operations. Built with Java and Spring Boot, it integrated ELK and AppDynamics endpoints and used Quartz to schedule recurring checks, with Thymeleaf providing the web interface.

The problem

  • Operational checks spanned multiple monitoring endpoints.
  • Recurring checks and follow-up tasks needed a repeatable automation process.

What I built

  • Developed the Java/Spring Boot application and monitoring integrations.
  • Combined rules, scheduled execution and a web interface in one service.

How it worked

  • Quartz scheduled operational checks against the integrated endpoints.
  • Rule-based monitoring and automation standardised recurring support activities.

Tools & technologies

JavaSpring BootQuartz SchedulerELK / OpenSearchAppDynamics
09

Citi Bank (via Infosys) · 2014–2017

Runbook Automation: Linux operations through one portal

I built a web application that let middleware support teams run routine tasks across Linux servers from a single portal. Engineers defined a runbook—a reusable set of commands or existing scripts—then ran it on demand or on a schedule, with execution results and an audit trail.

Nearly 5Kusers
2K+Linux servers onboarded
~40%fewer person-hours on manual Linux BAU work

The problem

  • Support engineers repeatedly logged into individual Linux servers to perform routine operational tasks.
  • One task involved manually adding or removing thousands of SVN usernames in access-control files, creating opportunities for errors.

What I built

  • Proposed and developed a PoC that processed uploaded access requests and automated SVN permission changes.
  • Expanded it into a platform where teams defined reusable runbooks for different tasks, including planned business-continuity exercises.

How it worked

  • Define commands or reference existing server scripts; save the runbook in Oracle.
  • Launch it through the portal or schedule it with Quartz. A multithreaded Java engine ran independent runbooks in parallel over SSH.
  • Review execution results and detailed errors, with retries when configured.

Tools & technologies

JavaSpring MVCOracleJSch / SSHQuartzThymeleafSpring Security
10

Citi Bank (via Infosys) · 2014–2017

DevTools Support Assistant: natural-language help

I created a Kore.ai chatbot that helped DevTools users resolve everyday usage, configuration and process questions through natural-language conversation. An enriched knowledge bank brought support guidance directly to users across a community of approximately 40,000 people, reducing the support team’s time spent resolving user queries by around 30%.

~40Kusers in the supported DevTools community
~30%less support time spent resolving user queries

The problem

  • Users repeatedly contacted support for help using tools, making small configuration changes or following processes.
  • At the scale of the developer community, answering recurring questions consumed substantial support effort.

What I built

  • Developed a conversational support assistant using Kore.ai.
  • Enriched its knowledge bank with guidance for Jira, Confluence, Bitbucket, JFrog Artifactory, Jenkins and other runtime and platform applications.

How it worked

  • Users described a query in natural language; the assistant returned relevant knowledge to help them resolve it.
  • A common conversational entry point made support guidance reusable across the tools ecosystem.
  • Self-service answers reduced reliance on engineers responding individually to routine questions.

Tools & technologies

Kore.aiNatural-language processingKnowledge bankConversational self-service

Experience

Built across banking and enterprise platforms

Hands-on engineering with increasing ownership of architecture, reliability and developer enablement.

Goldman Sachs logoGS

Goldman Sachs

Vice President, Software Engineering

Jul 2021 — Present
Birmingham, UK

Banking services & platform engineering

Design and evolve Java/Spring Boot services and secure partner integrations using REST, Kafka, identity controls and TLS/mTLS.

Event-driven systems & regulatory retention

Redesigned enterprise integration with webhooks and AWS MSK, and developed a near-real-time content lifecycle feed for central retention.

Enterprise AI & developer workflows

Build reusable MCP services and agent-assisted repository workflows with human review of merge requests and infrastructure changes.

Citi Bank (via Infosys) logoC

Citi Bank (via Infosys)

Senior Consultant

Mar 2021 — Jul 2021
Chandigarh, India

Monitoring & operational automation

Developed a rule-based Java/Spring Boot service integrating ELK and AppDynamics endpoints. Used Quartz Scheduler and Thymeleaf to support repeatable operational checks in a regulated banking environment.

Fidelity International logoF

Fidelity International

Senior Analyst Programmer

Oct 2019 — Mar 2021
Gurugram, India

Self-service DevTools upgrades

Created a Python/Django dashboard for upgrade procedures and platform-readiness checks, bringing fragmented steps into a repeatable self-service workflow.

DevOps & cloud SaaS integration

Connected DevOps tooling with cloud SaaS applications using Java, Groovy and Python. Added automation and workflow controls for provisioning and configuration.

Mercer logoM

Mercer

Module Lead

Dec 2018 — Oct 2019
Gurugram, India

Email-to-Jira classification & routing

Built a Java application to convert incoming emails into Jira tickets, using keyword-based classification to automate request intake and routing.

Historical Jira reporting

Developed Java reporting plugins with the Atlassian SDK to expose historical Jira data for operational analysis and reporting.

Aristocrat Technologies logoA

Aristocrat Technologies

Engineer II

Nov 2017 — Nov 2018
Noida, India

Oracle Taleo & Atlassian integration

Connected recruitment and work-management platforms through Java middleware and Python scripting, automating workflow hand-offs.

Email-driven project provisioning

Developed a Jira extension that created projects from incoming emails, using Java, the Atlassian SDK and Python to automate repeatable setup.

Java Jira chatbot plugin

Developed a Java-based Jira chatbot plugin for self-service support answers.

Citi Bank (via Infosys) logoC

Citi Bank (via Infosys)

Senior Systems Engineer

Feb 2014 — Nov 2017
Chandigarh, India

Runbook automation platform

Proposed and developed a reusable automation platform adopted by nearly 5,000 users across 2,000+ Linux servers. Reduced person-hours spent on manual Linux BAU work by approximately 40%.

Kore.ai DevTools support assistant

Created a natural-language chatbot with an enriched knowledge bank for a DevTools community of approximately 40,000 users. Reduced support time spent resolving user queries by around 30%, with guidance across Atlassian applications, Artifactory, Jenkins and other platform tools.

Technical expertise

A toolkit shaped by production systems

Grouped by how I use the technology—not by how many logos fit on a page.

Backend & Distributed Systems

JavaSpring BootPythonKafkaKafka StreamsREST APIsOpenAPIMicroservicesDDDSQL

Cloud & Platform

AWSEC2MSKAuroraKubernetesDockerTerraformLinuxJenkinsGitLab CIGitHub Actions

Reliability & Observability

PrometheusGrafanaOpenTelemetryCloudWatchPagerDutyELK / OpenSearchAppDynamicsRCA

Security & Integration

OAuth2TLSmTLSRBACSIFF Identity FrameworkEnterprise APIs

AI engineering

AI as engineering infrastructure, not decoration

I focus on governed, reusable ways for agents and assistants to interact with real enterprise systems, while keeping engineers in control of consequential actions.

Current focus

Model Context Protocol, agent orchestration, enterprise tool integration, AI-assisted SDLC workflows and observability-aware automation.

MCP / FastMCPLangChainLangGraphLlamaIndexPydantic AIOpenAI ADKGoogle ADKClaudeDevinGitHub Copilot

Scale & impact

Numbers with an engineering story behind them

80K+users supported by a regulatory platform
200K+enterprise content assets synchronized
20+repositories onboarded to agent-assisted workflows
50%approx. EC2 footprint reduction in event redesign

Education & certification

Foundations and continuous learning

B.Tech. in Electronics & Communication Engineering

Atlassian Certified Jira AdministratorDell Boomi Solution Architect ProfessionalDell Boomi Integration Developer ProfessionalInfosys Core Java Certification

Contact

Let's Connect

I'm always interested in thoughtful conversations about distributed systems, platform engineering, financial infrastructure and practical AI systems.

Birmingham, United Kingdom