public class SumanManna extends SoftwareEngineer {
private final String name = "Suman Manna";
private final String role = "Senior Software Engineer (SDE-III)";
private final String company = "Intraedge | ex-NTT DATA";
private final String location = "West Bengal, India 🇮🇳";
private final String blog = "blog.isumdev.com";
private final String[] interests = {
"Distributed Systems", "Cloud Architecture",
"Kafka Streams", "System Design", "Open Source"
};
@Override
public String getCurrentFocus() {
return "Building systems that scale, and ideas that last 🚀";
}
@Override
public String getOpenSourcePhilosophy() {
return "Ship it. Learn from it. Make it better. Repeat. 🔁";
}
@Override
public String getFunFact() {
return "I resolve production incidents faster than my coffee brews ☕";
}
}| 🏗️ Project | 💡 What makes it special | 🛠️ Stack |
|---|---|---|
| Schematix — Distributed Schema Orchestration Platform 🆕 | Intelligently infers schema structure from multi-source data (S3, Azure Blob, GCS, APIs), applies async processing with pluggable ingestion strategies and extensible format resolvers to auto-generate optimized DB schemas across cloud environments | Java · Spring Boot · S3 · Azure Blob · GCS · Async · Multi-Cloud |
| RunetSu — Sandboxed Code Execution Platform | Built a custom AST-based static analysis engine from scratch — no third-party parser. Secure, sandboxed execution of untrusted code at scale | Java · AST · Spring Boot · Docker |
| GraphNova — Distributed Graph Database | Horizontally scalable distributed graph DB with custom partitioning and replication strategies | Java · Distributed Systems · Custom Consensus |
| dash-stream — Video Streaming Platform | YouTube/Netflix-style streaming with FFmpeg transcoding, HLS/DASH adaptive bitrate, WebSocket upload progress, and plugin-based multi-cloud storage (S3 · Azure · GCP) | Java · FFmpeg · HLS · Spring Boot · S3 |
| Multi-Cloud-Infrastructure | Terraform configs for provisioning across AWS + Azure + GCP simultaneously | Terraform · HCL · Multi-Cloud |
| OpenTicket | Production-grade microservice ticket system with Kubernetes orchestration | Node.js · TypeScript · Docker · K8s · Skaffold |
| 2FA-Exchange | Secure contact management API with full 2FA implementation | NestJS · TypeORM · Docker · Security |
🧬 Schematix → Distributed schema inference across S3 · Blob · GCS · APIs
🔥 Transactional Outbox Pattern → Eliminated 40% data corruption in distributed writes
📨 Kafka Streams Platform → 2TB daily throughput, real-time demand forecasting
📡 Credit Risk Notifications → 50K+ messages/day on AWS SQS with zero message loss
🚑 Production Reliability → 50+ P0/P1 incidents resolved at NTT DATA
🧠 Custom AST Engine → Built from scratch — no third-party parser libraries
🌍 Multi-Cloud Terraform → Single codebase, three cloud providers (AWS+Azure+GCP)
🎬 Adaptive Video Streaming → HLS/DASH with plugin-based cloud storage abstraction
- 🔭 Building production-grade Java/Spring Boot microservices at Intraedge
- 🌱 Deep-diving into Distributed Systems, System Design, and JVM Internals
- 🎯 Targeting SDE-III roles at product-based companies (Microsoft, Adobe, Atlassian)
- ✍️ Writing engineering deep-dives at blog.isumdev.com
- 💬 Ask me about Java, Spring Boot, Kafka, Kubernetes, System Design, AWS


