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.
Also: gRPC · Protocol Buffers · Raft · Prometheus · gopacket · ChromaDB · k6
- 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



