Work

Systems and projects

Three systems currently in production across three different markets, and the open-source projects behind the protocol work.

Building now

Freight logistics · 2026 to present

BharatTruck

A three-person team building for the Indian trucking market. I build the system.

A freight-logistics platform for Indian trucking, running as a TypeScript monorepo of nine independently deployable services behind an API gateway. I designed the architecture and wrote most of the codebase.

9 services~300 commits94 merged PRsTypeScriptKubernetes
TypeScriptNode.jsPostgreSQLSupabaseKubernetesDockerGCPReactPWA

Read more about BharatTruck

EV fleet telematics · Remote · since July 2024

BatteryFlow

Remote engineer on a production EV telematics platform.

An EV fleet-telematics platform that ingests live vehicle and battery data from manufacturer hardware and turns it into fleet operations tooling. My main surface is the vehicle-integration layer.

Backend servicesREST APIsTelematics integrationCI/CDDeployments

Read more about BatteryFlow

Zcash infrastructure · 2026 to present

Jino Labs

Where my open-source and protocol work lives.

My engineering studio for deep-infrastructure work: on-chain systems, MEV, DeFi, and high-throughput backends. Most current output is Zcash infrastructure, built in the open.

RustTypeScriptZcashZebraWebAssemblyCloudflare Workers

Read more about Jino Labs

Selected projects

Deliberately capped at four. Each one is public and readable.

Go · CodeMongerrr/eth-log-indexer

Ethereum Event Log Indexer

A high-throughput indexer for Ethereum event logs, written in Go. Goroutine worker pools pull and decode logs concurrently and persist them to an embedded BoltDB store.

GoGoroutinesBoltDB

Solidity · CodeMongerrr/CRC20-Token-Standards

Homomorphic ERC-20 (fhEVM)

An ERC-20 whose balances and transfers stay encrypted on-chain, built on Zama's fhEVM. Hardhat and TypeScript test suite against dockerized fhEVM nodes.

SolidityfhEVMHardhatTypeScriptDocker

Rust · CodeMongerrr/Ring_Signature_Implementation

RSA Ring Signature Library

A Rust library for anonymous authentication: a signer proves membership of a group without revealing which member they are. 2048-bit keys through a full sign and verify pipeline.

RustCryptographyRSA-2048

Go · CodeMongerrr/eth-light-client

Ethereum Light Client

A Go light client that follows Ethereum by block headers alone, verifying state and transaction inclusion with Merkle proofs instead of holding full chain state.

GoMerkle proofsP2P