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.

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. Full-Stack-AI-Agent Full-Stack-AI-Agent Public

    https://full-stack-ai-agent-frontend.onrender.com/

    JavaScript 1

  2. RAG-Powered-Doc-Explorer RAG-Powered-Doc-Explorer Public

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

    TypeScript 1

  3. tourist-safety-project tourist-safety-project Public

    More Updates soon....

    TypeScript 1

  4. 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

  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

  6. OneBusAway/maglev OneBusAway/maglev Public

    Next-generation OBA REST API server

    Go 52 97