Skip to content
View h30s's full-sized avatar

Organizations

@CircuitVerse @Waysorted-s-Organisation

Block or report h30s

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
h30s/README.md
Backend / Systems Engineer. Building systems that scale. Portfolio · LinkedIn · X

I build distributed systems, backend infrastructure, open-source tools, and reliability-focused software.

  • Core contributor to Google Gemini CLI · container sandboxing · concurrency fixes · MCP state isolation
  • Contributor to Palisadoes Foundation · security hardening · test architecture · database reliability
  • Contributor to CircuitVerse · performance fixes · production debugging · reliability improvements
  • Work spans Raft, gRPC, concurrency, fault tolerance, Docker, PostgreSQL, Redis, Linux, and CI/CD
  • 5x hackathon winner · AWS Certified Cloud Practitioner
  • Featured on India’s Ministry of Education national TV
  • 30+ merged OSS PRs across open-source projects

Currently going deeper into distributed systems, backend architecture, infrastructure engineering, and open source.

Pinned Loading

  1. RaftKV RaftKV Public

    A distributed key-value store built on a from-scratch Raft consensus implementation. Three nodes, one Raft group, gRPC API, Docker cluster.

    Go 1

  2. GoMapReduce GoMapReduce Public

    A fault-tolerant MapReduce implementation in Go, following the original Google paper.

    Go 1

  3. TinyGFS TinyGFS Public

    I built a barebones, working clone of the original Google File System in Go just to figure out how distributed storage actually works under the hood.

    Go 1

  4. ShardCache ShardCache Public

    ShardCache is a distributed in-memory cache written in Go. It supports automatic sharding via consistent hashing, primary-replica synchronous replication, automatic failover, pluggable eviction pol…

    Go 1