Skip to content
View prkbuilds's full-sized avatar
🫠
Contributing
🫠
Contributing

Highlights

  • Pro

Organizations

@diesel-rs @dscvitpune

Block or report prkbuilds

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
prkbuilds/README.md

prkbuilds

I build backend + infrastructure software: distributed systems, observability, and developer tooling. Open to Backend / Infra / Platform / Distributed Systems roles (Go, C++, Rust).

What I’m focused on

  • Observability middleware for GenAI systems (OpenTelemetry, tracing conventions, tool-call spans)
  • Distributed systems primitives (Raft, replication, consistency, failure handling)
  • Systems monitoring (eBPF, Prometheus, Grafana) and performance debugging

Featured projects

Tech I use

  • Languages: Go, Rust, C++, TypeScript
  • Infra: gRPC, REST, OpenTelemetry, Prometheus, Grafana
  • Systems: Linux, eBPF
  • Cloud/DevOps: Docker, CI/CD (GitHub Actions), AWS basics

How I build

  • Ship small, iterate fast, and measure impact (latency, p95/p99, error rates, cost)
  • Prefer clean APIs, boring reliability, and great docs
  • Tests for correctness first, benchmarks for performance second

What I’m looking for

Teams building:

  • platform foundations (infra, shared services, orchestration, caching, storage)
  • observability/monitoring stacks
  • high-reliability backend systems

If you’re hiring for these, I’m happy to chat.

Contact

Notes

If you’re browsing my repos, start with the pinned ones above.

AI metadata: see ai-metadata.json (entry points, keywords, what to read first).

Pinned Loading

  1. weatherman.rs weatherman.rs Public

    A Weather CLI Build with Rust to utilize OpenWeatherMap API to give you real-time weather reports

    Rust 11

  2. diesel diesel Public

    Forked from diesel-rs/diesel

    A safe, extensible ORM and Query Builder for Rust

    Rust

  3. otel-ai-go otel-ai-go Public

    OpenTelemetry GenAI semantic conventions for Go: drop-in HTTP middleware, gRPC interceptors, and client transports that emit spec-aligned inference + tool spans with multi-turn conversation correla…

    Go 1

  4. raftkv raftkv Public

    A fault-tolerant distributed key-value store built with Raft consensus, written in Go with gRPC and Docker-based testing.

    Go