Skip to content
View SrabanMondal's full-sized avatar
πŸ’­
Seeking what’s meant
πŸ’­
Seeking what’s meant

Highlights

  • Pro

Block or report SrabanMondal

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
SrabanMondal/README.md

πŸ’« About Me:

Systems Programmer | Backend Architect | AI Systems Engineer

I design and scale backend platforms with a focus on clean architecture, industry best practices, and high-performance systems. For me, perfection is elegance, and elegance is true beauty. I strive to build systems that are not only fast and reliable, but also graceful and in design and measurable in performance.


Snapshot

  • Systems-focused engineer (C++ / Go / distributed systems)
  • Built high-concurrency servers (50k+ req/sec) & custom network protocols
  • Working on AI infra, agent systems, and edge-optimized pipelines
  • Focus: performance, concurrency, and fault-tolerant design

What I Build

  • Systems & Networking

    • C++ HTTP server from scratch β†’ multi-threaded IO, full HTTP parsing, adaptive rate limiting, pushing ~50k+ req/sec
    • Custom UDP VPN (SOCKS5) β†’ multiplexed transport, AEAD encryption, out-of-order handling to tunnel TCP over restrictive networks
  • AI Infrastructure & Agents

    • LLM systems beyond demos β†’ retrieval-as-policy, query routing, and evaluation pipelines
    • sqllm β†’ agentic text-to-SQL with tool-calling loops, schema retrieval, and safe query execution
    • Local Voice Assistant (V1 β†’ V2) β†’ evolved into a CPU-first, turn-aware system with streaming STT β†’ LLM β†’ TTS and interruption-safe orchestration with 0.34 RTF.
  • Applied AI & Edge Systems

    • ADAS pipeline β†’ YOLOPv2 + MPC-based control, optimized via OpenVINO for real-time edge deployment
    • Focus on optimizing models and control loops for constrained hardware
  • Backend & Distributed Systems

    • P2P chat over Kademlia DHT β†’ fully distributed matchmaking
    • AES-encrypted MinIO storage β†’ Google-Drive-like system in Go
    • Real-time messaging platform β†’ Redis-backed WebSocket scaling
  • Tools & Experiments

    • Typeflow β†’ visual, type-safe workflow engine (React Flow + DAG compiler + SSE execution)
    • Exploring AI-native programming paradigms through visual + OOP abstractions

Core Stack

C++, Go, Python, TypeScript
Distributed Systems, Networking, Multithreading
ONNX, TensorRT, OpenVINO, LLM Agent Pipelines


Philosophy

I enjoy the challenge of scaling complex systems into production with elegance, while still diving into low-level internals out of curiosity.

I care deeply about writing code that is not just correct, but readable, structured, and intentional β€” where good abstraction makes systems feel almost like reading English.
To me, clean separation and clarity are not just aesthetics, but what make systems easier to reason about, extend, and even automate.

My interest in AI comes from a similar place: giving systems a sense of memory and continuity, and moving beyond stateless interactions toward something more persistent and contextual.

When I’m not coding, I’m usually exploring system design ideas, refining how I think about code structure, or unwinding with some anime.


If perfection is sin, I am a sinner β€” gladly.


Snake animation

🌐 Socials:

LinkedIn email

πŸ’» Tech Stack:

C C++ Go JavaScript Java HTML5 TypeScript Python Vercel Render Chakra Express.js FastAPI Flask JWT NPM NestJS Next JS NodeJS React React Native Socket.io Three js TailwindCSS Nginx Redis MongoDB MySQL Neo4J SQLite Prisma Postgres Keras Matplotlib mlflow NumPy Pandas TensorFlow PyTorch scikit-learn Scipy Git GitHub FFmpeg Gradle Docker Swagger

πŸ“Š GitHub Stats:



πŸ† GitHub Trophies

πŸ” Top Contributed Repo


Pinned Loading

  1. adaptive-cpp-http-server adaptive-cpp-http-server Public

    A high-performance HTTP server built from scratch in pure C++ (IOCP), with adaptive rate limiting, IP fairness, and overload admission control. Express.js-style API, systems-level internals.

    C++ 2

  2. proxy-vpn proxy-vpn Public

    Proxy-VPN is a high-performance SOCKS5-compatible proxy that tunnels TCP traffic over an encrypted UDP transport. It uses session multiplexing, zero-allocation packet handling, and XChaCha20-Poly13…

    Go

  3. voice-assistant-v2 voice-assistant-v2 Public

    CPU-first, turn-aware local voice assistant with multiprocessing, streaming STT→LLM→TTS, and interruption-safe orchestration.

    Python

  4. Typeflow Typeflow Public

    Typeflow is a visual workflow engine for Python. Design, validate, and execute workflows using type-safe function/class nodes and a React Flow editor. Fully local, modular, and AI-ready.

    HTML

  5. sqllm sqllm Public

    Agentic Text-to-SQL CLI (Go) with semantic retrieval + tool-calling loops for accurate, safe SQL generation.

    Go

  6. adas-ros adas-ros Public

    A modular, real-time ADAS stack that connects AI perception to physical robot control using ROS.

    1