Skip to content
View nabutabu's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report nabutabu

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
nabutabu/README.md

Navya Sharma

Full Stack Engineer @ HealthStream
Building reliable systems at the intersection of platform engineering and distributed infrastructure.


About

I'm a full stack engineer with a strong pull toward platform engineering, distributed systems, and the architectural decisions that make large-scale software actually work. I enjoy reading engineering blogs from companies like Uber, Doordash, and Google as much as I enjoy writing code — and I try to bring those ideas into my own projects.

When I'm not building at work, I'm contributing to open source tools in the cloud-native ecosystem and exploring systems concepts hands-on.


Focus Areas

  • Platform Engineering — Internal developer platforms, golden paths, self-service infra
  • Distributed Systems — Consensus, observability, fault tolerance, service mesh
  • Go — My primary language for systems and backend work
  • Architecture — Designing for reliability, scalability, and operational simplicity

Projects

A distributed infrastructure monitoring and auto-remediation system, inspired by Uber's Crane. Built in Go.

Crane OSS continuously scans hosts for problems and automatically takes corrective actions — draining, replacing, or reprovisioning hosts — to maintain infrastructure reliability without human intervention.

Key components: Bad Host Detector · Activity Manager · Action Executor · Host Catalog · Dominator · Subd agent

Go Distributed Systems AWS PostgreSQL Kubernetes CRDs Platform Engineering


A minimal developer pod environment. Focused on making local development setups fast, reproducible, and closer to production.

Go Developer Tooling Platform Engineering Docker


An HTTP server implementation built from scratch on top of raw TCP sockets. A deep dive into the HTTP protocol — parsing requests, building responses, and managing connections without relying on standard library abstractions.

Go Networking Systems Programming


A project exploring real-time audio streaming using the Spotify API.

Streaming APIs Rust


Open Source Contributions

opentelemetry-dotnet — OpenTelemetry

Contributed multiple improvements to the OpenTelemetry .NET SDK, part of the CNCF ecosystem for distributed tracing and observability.

Kyverno — CNCF Policy Engine

Contributed to Kyverno, the Kubernetes-native policy engine for enforcing security and compliance rules across clusters.


Tech

Languages: Go · C# · TypeScript · SQL · React · Rust
Platform & Infra: Kubernetes · Docker · AWS · Terraform · Kyverno · SPIRE
Observability: OpenTelemetry · Distributed Tracing
Databases: PostgreSQL · MySQL Interests: Platform Engineering · Distributed Systems · Service Mesh · CNCF


Links

GitHub · LinkedIn

Pinned Loading

  1. crane-oss crane-oss Public

    Uber's Crane

    Go

  2. minidevpod minidevpod Public

    Go

  3. spotifyStreamProject spotifyStreamProject Public

    TypeScript

  4. httpfromtcp httpfromtcp Public

    Go