Skip to content
View algonomad571's full-sized avatar
🎯
On an internship hunt
🎯
On an internship hunt

Highlights

  • Pro

Organizations

@BlockchainClubVITB

Block or report algonomad571

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
algonomad571/Readme.md

Muskan Srivastav

Typing SVG


Backend Engineer Distributed Systems High Performance C++ Concurrency AI Infrastructure


About

I build backend infrastructure where performance, reliability, and correctness matter.

My interests lie in distributed systems, concurrent programming, networking, high-performance C++, AI evaluation infrastructure, and scalable backend architecture. I enjoy designing systems that continue to behave predictably under load, whether they're processing financial market data, coordinating distributed workloads, or executing thousands of concurrent requests.

Most of my projects revolve around one question:

What happens when this system receives 100× more traffic?

That mindset naturally leads me toward better architecture, stronger observability, simpler designs, and measurable performance.


Currently Working On

  • AI Evaluation Infrastructure @ AirDawg Labs
  • High-performance C++ market data systems
  • Distributed benchmarking platform for large-scale code execution
  • Backend systems using Go, Node.js and PostgreSQL
  • Competitive Programming (Codeforces Expert)
  • Backend & Systems Engineering interview preparation

Tech Stack

Languages

C++ Go TypeScript JavaScript Python


Backend

Node.js Express REST APIs WebSockets


Systems Programming

Boost.Asio Linux Docker Redis PostgreSQL GitHub Actions


Featured Projects

MarketPulse — High-Performance Market Data Engine

A production-inspired market data ingestion system focused on throughput, latency, and reliability.

Highlights

  • 150k+ messages/sec sustained ingestion
  • Boost.Asio asynchronous networking
  • Lock-free producer-consumer pipeline
  • Binary protocol serialization
  • Memory-mapped replay engine
  • Prometheus + Grafana observability
  • Structured logging and metrics
  • Sub-millisecond processing pipeline

Distributed Benchmarking Platform

Distributed execution platform for compiling, benchmarking, validating and evaluating competitive programming solutions.

Highlights

  • Microservice architecture
  • Docker-based isolated execution
  • Runtime prewarming
  • Distributed task orchestration
  • Queue-based scheduling
  • Real-time telemetry
  • Prometheus & Grafana monitoring
  • REST APIs and WebSocket dashboard

BoltPay — Distributed Payment Infrastructure

Fault-tolerant payment processing platform designed around consistency and scalability.

Highlights

  • 10k+ requests/sec
  • Saga-based transaction orchestration
  • Idempotent payment processing
  • Worker pool architecture
  • Retry & recovery mechanisms
  • Metrics, tracing and structured logging

Rogi Mitra

QR-powered hospital management platform.

Highlights

  • JWT-based RBAC
  • Optimistic locking
  • Concurrency-safe appointment booking
  • Multi-role backend architecture
  • QR-linked patient records

AI Infrastructure

Currently building tooling around

  • AI agent evaluation
  • Docker sandbox execution
  • Reproducible benchmarking
  • Adversarial testing
  • Evaluation pipelines
  • Infrastructure reliability

Open Source

  • Top 100 Contributor — GirlScript Summer of Code (2000+ participants)
  • 12+ merged pull requests
  • Backend feature development
  • CI/CD improvements
  • WebSocket enhancements
  • Documentation contributions

Competitive Programming

Codeforces Stats

LeetCode Stats


GitHub Analytics

GitHub Stats

GitHub Streak

Top Languages


Achievements

🏆 1st Place — MapmyIndia Hackathon @ IIT Delhi

🏆 1st Place — BNB Chain Hackathon

🏅 Top 100 Contributor — GirlScript Summer of Code

⚔️ Codeforces Expert

🌍 40+ Open Source Contributions


Connect

LinkedIn

GitHub

Codeforces

LeetCode


Correctness first. Performance always.

Pinned Loading

  1. MarketPulse MarketPulse Public

    Market Data Feed Handler + Replay System

    C++ 11

  2. TradeCore TradeCore Public

    Mini Backtester / Trading Engine in C++

    C++