Skip to content
View CodeMongerrr's full-sized avatar

Block or report CodeMongerrr

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

Aditya Joshi

Backend and infrastructure engineer. I gravitate to the unglamorous parts that decide whether a product actually stays up: ingestion pipelines, integration layers, data at scale, protocol work, and the deploy machinery wrapped around all of it.

Most of my day goes into turning messy, real world systems into things that are boring in the best possible way. Reliable. Lately that has meant EV telematics for a few thousand vehicles, a freight and logistics platform, open source in the Zcash ecosystem, and Ethereum infrastructure on the side. I am a polyglot by necessity: Go, Rust, TypeScript and Solidity, with a fair amount of Java and Python. I am about as comfortable at a raw TCP device port as I am at a GraphQL API three layers up.

Based in Mumbai. IIT ISM '25.


What I am building right now

  • Fleet scale EV telematics. Backend for a platform tracking thousands of vehicles in production: device ingestion over the GT06 protocol, Kafka into time series storage, multiple OEM integrations, geofencing, and the source arbitration logic that keeps two feeds on the same vehicle from corrupting each other.
  • A freight and logistics platform. Bookings, auctions and bidding, payment reconciliation, driver and shipper flows, transactional notifications, and the CI/CD that ships all of it to the cloud.
  • Open source in privacy tech. Contributing to the Zcash ecosystem: ragu, a proof carrying data framework in Rust, plus work across Zebra and librustzcash.
  • ea, an autonomous AI chief of staff built on durable, crash safe workflow steps.
  • Ethereum infrastructure for the fun of it: a concurrent event log indexer and a light client, both in Go.

The range

I do not fit neatly in one box, and that is on purpose.

Backend systems  ·  Infra and DevOps  ·  Protocol and blockchain  ·  Applied cryptography  ·  AI systems


Featured public work

Project Stack What it is
eth-log-indexer Go Concurrent Ethereum event log indexer with historical backfill, live subscriptions, checkpointing and reorg handling
Weather-Telemetry TypeScript Real time weather telemetry pipeline: data ingestion, processing and a live feed
cognitive_prosthetic Python AI powered memory and cognitive augmentation tool, my most starred project
CRC20-Token-Standards Solidity Privacy preserving token standard built on Zama's fhEVM and FHE
Ring_Signature_Implementation Rust RSA based ring signature scheme with a full sign and verify pipeline
Load_Balancer Rust Round robin HTTP load balancer, a small study in systems programming

Open source

  • tachyon-zcash/ragu: added Element::batch_invert to the primitives, and set up cargo-fuzz on a pinned nightly for continuous fuzzing.
  • Zcash ecosystem: contributions and hands on work across Zebra, librustzcash and ZecHub.

Tech I reach for

Languages   Go  ·  Rust  ·  TypeScript  ·  Solidity  ·  Python  ·  Java
Backend     Kafka  ·  Redis  ·  PostgreSQL  ·  MongoDB  ·  InfluxDB  ·  GraphQL  ·  gRPC
Infra       Docker  ·  Kubernetes  ·  Cloud Run  ·  GitHub Actions  ·  CI/CD
Chain       Ethereum  ·  L2s and rollups  ·  FHE (fhEVM)  ·  ZK-SNARKs  ·  Account Abstraction

Experience

Nethermind  ·  Protocol and Backend Intern Worked on Juno, the StarkNet client, on P2P networking reliability and the Voyager explorer backend.

Gusto Development  ·  Blockchain Infrastructure Intern AMM and DEX components, subgraph indexing on The Graph, and production smart contract integrations.


A few highlights

  • Speaker at ETHBangkok and DevCon 2024
  • Hackathon wins across ETHGlobal style events
  • Blockchain Lead at CyberLabs, IIT ISM Dhanbad

If you are working on hard backend, infra or protocol problems, I am always up for a conversation. Reach me on any channel above.

Pinned Loading

  1. eth-log-indexer eth-log-indexer Public

    A high-performance Ethereum event log indexer that scans blockchain data and stores structured logs for analytics and querying.

    Go

  2. Certicryp Certicryp Public

    Blockchain-based certificate minting and verification platform with DigiLocker integration

    JavaScript

  3. CRC20-Token-Standards CRC20-Token-Standards Public

    A privacy-preserving token standard built using Zama’s fhEVM and Fully Homomorphic Encryption (FHE).

    Solidity

  4. Ring_Signature_Implementation Ring_Signature_Implementation Public

    RSA-based ring signature scheme in Rust — full sign/verify pipeline for anonymous authentication

    Rust