Skip to content
View ARCoder181105's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing

Block or report ARCoder181105

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.

Content in all repositories owned by your account will be closed.
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
ARCoder181105/README.md

whoami

package main

type Aditya struct {
    Location string
    Studying string
    Working  string
    Loves    []string
}

func main() {
    me := Aditya{
        Location: "Pune, India",
        Studying: "B.E. Computer Engineering @ Army Institute of Technology",
        Working:  "GSoC '26 @ OneBusAway — transit backends used across the US",
        Loves:    []string{"consensus algorithms", "packets", "things that go brrr"},
    }
    _ = me
}

I build backends that have to stay up: distributed key-value stores on raw Raft, network diagnostics tooling in Go, and AI systems that don't fall over under load. Currently deep in consensus, observability, and making slow things fast.

Right now — merging code into a production transit platform for GSoC, writing Go, solving DSA.


Stack

languages
web
infra

Also: gRPC · Protocol Buffers · Raft · Prometheus · gopacket · ChromaDB · k6


Receipts

  • Google Summer of Code 2026 — OneBusAway / Maglev, 70+ contributions to a transit platform used by millions
  • Top 1% of 1,000+ teams — Adobe India Hackathon 2025 finalist
  • Reliance Foundation Scholar — merit scholarship
  • Codeforces Pupil · 700+ problems across Codeforces, LeetCode, CodeChef

streak

Pinned repos below — that's where the real stuff lives.

Pinned Loading

  1. RAG-Powered-Doc-Explorer RAG-Powered-Doc-Explorer Public

    To Run the project, docker instructions are given in the readme

    TypeScript 2

  2. prism prism Public

    PRISM — AI-driven batch-level predictive modelling & energy pattern intelligence for pharmaceutical manufacturing. Built for the National AI/ML Hackathon by AVEVA.

    Python

  3. funcatlas funcatlas Public

    A visual map of every function call in a repository, and of where the map ends. Each call is drawn solid, dashed or dotted by how well it resolves. Go + tree-sitter, Postgres, React Flow.

    TypeScript 1

  4. OneBusAway/maglev OneBusAway/maglev Public

    Next-generation OBA REST API server

    Go 54 105

  5. kvstore kvstore Public

    Distributed key-value store built from scratch in Go — TCP server, binary protocol, AOF persistence, Raft consensus, and a Next.js dashboard.

    Go 1

  6. netdiag netdiag Public

    A Go Developer tool, Making use of goroutines and CLI framework Cobra

    Go 1