Skip to content
View Eomaxl's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Eomaxl

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Eomaxl/README.md

Sourav Snigdha Mansingh

Staff Software Engineer — payments, fraud and risk systems Go · Java · Python · Kafka · Distributed systems · Applied ML


What I work on

I build the systems that move money — and lately, the ML that decides whether the money should move at all.

Eleven years across the length of a bank: KYC and customer onboarding, real-time payment initiation and settlement, ACH and card scheme processing, credit risk and loan origination. Currently at Q2, building AI-driven fraud and anomaly detection across ACH payment, batch and collection flows — catching suspicious activity before settlement, not in next-day reconciliation.

Before that: Confluent (led a real-time intelligence platform from zero to MVP in five months), Cisco, DBS Bank, American Express transaction processing, and a Swiss retail bank.

Open to Staff / Senior Backend roles. Currently exploring opportunities in the UK.

📩 sourav.mansingh5@gmail.com 🔗 LinkedIn 🌐 souravmansingh.com ✍️ Medium


Selected work

The full transaction lifecycle — initiation, authorisation, capture, refund

A distributed payment platform built the way a real one has to be: idempotency keys so a retried request never double-charges, saga orchestration so a half-completed payment can always be unwound, and Kafka for the async legs that must not block the customer.

The hard part isn't throughput — it's being wrong safely.

Java · Spring Boot · Kafka · PostgreSQL


Scoring a transaction's risk while it's still in flight

Tiered fraud scoring over a streaming transaction feed — a fast gradient-boosted model for the common case, escalating to sequence and graph models where the signal warrants it. Adverse-media sentiment from SentimentPulse feeds in as an optional feature.

Python · Kafka · XGBoost · FastAPI


Real-time financial news sentiment, end to end

Ingestion through to a live dashboard: Kafka pipeline, a FinBERT model fine-tuned on financial text (0.92 F1, published on Hugging Face), TimescaleDB for the time series, FastAPI and React on top.

Built during a deliberate break from full-time work, to learn what it actually takes to put a model in a pipeline rather than a notebook.

Python · Kafka · FinBERT · TimescaleDB · React


Messaging, presence and WebRTC signalling

Goroutine-per-connection, Redis pub/sub for cross-node fanout, Postgres for durable history. Written to get properly fluent in Go's concurrency model.

Go · WebSocket · Redis · PostgreSQL


Stack

Languages Go, Java, Python
Messaging Kafka, Flink, Temporal
Data PostgreSQL, Cassandra, Redis, TimescaleDB, pgvector
Infra Kubernetes, Docker, AWS, gRPC, Envoy
ML PyTorch, HuggingFace, XGBoost, RAG, LangChain

Writing

I write about distributed systems, payments architecture and applied ML on Medium.

Pinned Loading

  1. BankingApplication BankingApplication Public

    A simple banking application with few banking features which provide high throughput and low latency performance built using spring boot , java 17 and deployed on AWS.

    Java

  2. PaymentServiceProvider PaymentServiceProvider Public

    A distributed payment service provider built with Spring Boot and Java, designed to handle high-volume payment processing with global reach.

    Java

  3. rag-gtm-system rag-gtm-system Public

    A production-ready Retrieval-Augmented Generation (RAG) system designed for sales teams to implement Go-To-Market (GTM) strategies. This system demonstrates advanced Python programming concepts inc…

    Python

  4. Real-Time-Chat-Platform Real-Time-Chat-Platform Public

    The real-time chat platform is a production-grade communication system that provides chat messaging, presence management, and WebRTC-based audio/video calling capabilities. The system is designed t…

    Go