$ whoami
Sushanth K S
$ echo $ROLE
Backend & AI/ML engineer building fast, dependable distributed systems, ML Models and intelligent pipelines that scale and actually work.
$ cat ~/about.md
About Me
{
"name": "Sushanth K S",
"role": "Backend, Systems & AI/ML Engineer",
"location": "India",
"contact": "k.s.sushanth06@gmail.com",
"status": "AVAILABLE"
}I am a backend, systems, and data-focused engineer with a passion for building correct, high-performance software.
My work bridges the gap between complex distributed architecture and practical, measurable business impact. I don't just build features; I design systems that handle scale, failure, and evolution.
I am looking for roles where I can apply my deep understanding of concurrency, data pipelines, and reliability engineering to solve hard problems.
$ skills --list --verbose
Technical Arsenal
Production-grade proficiency across full stack, with specialized depth in distributed systems and data engineering.
Systems & Backend
22 technologies loaded
$ ls -la ~/projects/
Engineering Projects
High-impact systems focusing on correctness, performance, and scalability.
Concurrent Event Processing Engine
High-throughput, multithreaded backend for real-time data ingestion.
▸Engineering Challenges
- Designed a non-blocking event loop architecture to handle 10K+ events/sec.
- Optimized thread contention using lock-free data structures (disruptor pattern).
- Implemented batched writes to Redis to maximize pipelining efficiency.
- Conducted extensive profiling with JProfiler to identify and eliminate GC pauses.
Key Metrics
- ›10K+ events/sec throughput
- ›p95 latency reduced by 38%
Polyglot Microservices System
gRPC-based distributed services with schema evolution guarantees.
▸Engineering Challenges
- Migrated monolithic logic into 4 discrete microservices using gRPC for inter-service communication.
- Enforced strict backward compatibility using Protobuf schema versioning.
- Orchestrated deployment on Kubernetes with Helm charts for varying environments.
- Benchmarked serialization performance, achieving ~7x speedup over JSON/REST.
Key Metrics
- ›~7× faster serialization than REST
- ›Zero-downtime schema evolution
Fraud Detection using Graph Neural Networks
Graph-based ML system for detecting anomalous transaction patterns.
▸Engineering Challenges
- Modeled transaction data as a heterogeneous graph to capture relational dependencies.
- Tackled extreme class imbalance (1:1000) using focal loss and undersampling.
- Built a streaming inference pipeline to score transactions in near real-time.
- Achieved 91% recall at a strict 3% false positive rate constraint.
Key Metrics
- ›91% recall @ 3% FPR
- ›Streaming inference capability
Ephemeral Vault System
Secure, time-bound secret storage system with automatic expiration.
▸Engineering Challenges
- Architected a 'shared-nothing' storage model to ensure strict isolation of secrets.
- Implemented a cleanup daemon to deterministically purge expired records.
- Designed a threat model focusing on data-at-rest encryption and access audit logging.
- Prioritized security correctness over feature bloat, minimizing the attack surface.
Key Metrics
- ›Zero leakage guarantee via memory-safe design
- ›Automatic expiration enforcement
Isolog — Structured Logging System
Centralized log ingestion, indexing, and querying platform.
▸Engineering Challenges
- Built a custom log ingestion pipeline capable of parsing structured JSON logs.
- Implemented correlation ID injection for end-to-end request tracing.
- Designed an efficient indexing strategy for rapid time-range queries.
- Focused on backend service observability and debuggability.
Key Metrics
- ›Unified structured logging
- ›Trace correlation implementation
Qumail — Distributed Email Pipeline
Reliable, asynchronous email delivery system with retry logic.
▸Engineering Challenges
- Decoupled email dispatch from user actions using persistent job queues.
- Implemented exponential backoff and jitter for resilient retry logic.
- Designed idempotency keys to prevent duplicate emails during network partitions.
- Integrated rate limiting to respect downstream SMTP provider quotas.
Key Metrics
- ›Idempotent delivery guarantees
- ›Resilient backoff handling
Low-Latency Market Data Pipeline
High-frequency market data processing with minimal allocation.
▸Engineering Challenges
- Processed ~1M events/min using a zero-copy buffer design.
- Optimized hot paths to minimize heap allocations and GC pressure.
- Designed cache-friendly data structures to improve CPU instruction cache hit rates.
- Instrumented precise histograms for p50/p95 latency monitoring.
Key Metrics
- ›~1M events/min throughput
- ›Zero-copy architecture
Deterministic Exchange Simulator
Event-driven matching engine enforcing market microstructure.
▸Engineering Challenges
- Implemented a price-time priority matching algorithm.
- Ensured deterministic execution by sequencing all inputs through a single event log.
- Stress-tested the engine under simulated liquidity collapse scenarios.
- Verified correctness of order book state transitions.
Key Metrics
- ›Deterministic replay capability
- ›Market microstructure correctness
Mini CI/CD Testing Pipeline
Custom pre-merge pipeline to enforce code quality and coverage.
▸Engineering Challenges
- Automated unit and integration test execution on every commit.
- Integrated coverage reports to block merges falling below thresholds.
- Reduced main branch regressions by gating incomplete features.
- Cut down CI flakiness by isolating test environments.
Key Metrics
- ›Prevented 30+ regressions
- ›Reduced CI flakiness by 25%
NLP Customer Support Automation
Production-ready NLP pipeline for automated ticket tagging.
▸Engineering Challenges
- Built a scalable NLP pipeline to classify customer support tickets.
- Implemented an active learning loop to continuously improve model performance.
- Focused on model deployment, versioning, and monitoring (MLOps).
- Prioritized practical utility and latency over pure academic accuracy benchmarks.
Key Metrics
- ›Production-grade deployment
- ›Active learning feedback loop
$ gh repo list --public
Open Source
Recent activity from GitHub.
Portfolio
No description available
LotusCapitalAssignment
No description available
taipy
Turns Data and AI algorithms into production-ready web applications in no time.
QuMail
No description available
IsoLog
No description available
D.A.V.E-Decentralized-Autonomous-Voting-Engine.
No description available
$ ls ~/resumes/
Specialized Resumes
Tailored documents for different engineering tracks.
$ contact --connect
Let's Build Something Great
I'm open to opportunities in Backend Engineering, Distributed Systems, and Platform Infrastructure.