Skip to content
View sashu2310's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report sashu2310

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

Sandeep Kesarwani

Systems architect. I design and operate distributed platforms that process 200B+ data points/month across 750K industrial sensors.

I believe in building from first principles — understanding the machine before writing the code. When Celery’s ETA scheduler had an unbounded memory leak, I didn’t file an issue. I traced it through Kombu’s QoS layer, found the missing prefetch cap, and shipped the fix upstream. It runs in production everywhere now.


Currently building:

StreamGate — Lock-free observability governance proxy in Go. 200K+ events/sec, zero-allocation hot path. Filters noise and redacts PII from observability pipelines before they hit your vendor. Recognized by Datadog engineering.

Cartograph — AI-powered code flow explorer. Parses codebases, discovers entry points, traces execution flows as interactive DAGs. Don’t read the code — read the story. Tested against a production Django/Celery codebase (509 entry points discovered).


Open source contributions:

  • Celery — Fixed unbounded memory leak in ETA task scheduling. Shipped in v5.6.0. PR #9853
  • Kombu — Added max_prefetch to QoS class, capping heap growth. Shipped in v5.6.0. PR #2348

Celery is downloaded 10M+ times/month. The fix affects every deployment using ETA/countdown tasks.


What I work with:

Go Python Distributed Systems PostgreSQL TimescaleDB Celery Redis RabbitMQ Kubernetes AWS OpenTelemetry


Writing: musashiforge.hashnode.dev

LinkedIn: sandeep-kesarwani

Pinned Loading

  1. streamgate streamgate Public

    It is a high-performance, fail-open observability governance proxy. It acts as a middleware layer between your microservices and upstream observability vendors (like Datadog, New Relic, or CloudWat…

    Go 8

  2. cartograph cartograph Public

    Scan any Python codebase. See every flow. Pipe to any LLM.

    Python 6 2