Skip to content
View Vandit1604's full-sized avatar
vibing
vibing

Highlights

  • Pro

Block or report Vandit1604

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

hey, I'm Vandit 👋

Go engineer working on distributed systems, cloud infrastructure, and p2p.
Member of Technical Staff at FluidCloud. Merged contributor to Kubernetes, Prometheus, and Jenkins.

website resume book a call linkedin x


Experience

FluidCloud · Member of Technical Staff (Nov 2025 to present) Cross-team work across backend and infrastructure. I write custom cloud scanners in Go and deploy them across Oracle Cloud, AWS, and Azure, provision infra with Terraform, and built service-to-service auth from scratch. Also built an Oracle Cloud cost-reporting pipeline from scratch using Oracle Functions and DuckDB to query CUR (cost and usage) data.

RapidFort · Software Development Engineer (Jun 2024 to Nov 2025)

  • Community Images: hardened 12+ OSS container images (including IronBank / DoD images) by shrinking their attack surface.
  • Scanner: worked on the core scanner that finds CVEs in Docker images, and built an AI-assisted "sister-CVE" predictor (ExploitDB data + Flask + Python).
  • Built cross-team configuration management used across prod, dev, and staging.

Open source

Contributing since 2022 (my first PR landed in Jenkins). I love OSS and building things that fix a problem, mine or someone else's.

  • Kubernetes: contributor to Kueue (job queueing), plus PRs to kubernetes/kubernetes and test-infra.
  • Prometheus: PRs merged into prombench (their benchmarking test bench), the query layer, and memcached_exporter.
  • Jenkins: rebuilt the docs (11M+ users) on GatsbyJS + Antora and shipped to jenkins-infra. GSoC '23 mentee, '24 mentor.
  • Currently also contributing to a Lightning Network node.

Projects

  • phile-storage: content-addressed P2P storage in Go (CIDv1, sha2-256) over go-libp2p, with Kademlia DHT routing and a custom block-transfer protocol.
  • dockerium / xontainer: a minimal rootless container runtime on Linux namespaces and the Docker API.
  • go-lb: a small HTTP load balancer with round-robin routing and health checks.
  • otlp-remote-write-poc: OpenTelemetry Collector metrics into Prometheus via remote write.
  • emailguard: a fast Go package for filtering disposable email domains at signup.

Indie

Two products I'm bootstrapping solo (closed source, for now):

  • 🧵 ThreadCite finds the Reddit threads ranking on Google for your keywords, tracks your share of voice, and hands you a coached reply for each. Reddit leads, minus the ban risk.
  • 👁️ Argus is a Chrome extension for X that reads your real funnel (reach, visits, follows, saves) and tells you who to reply to, in your own voice. Turns reach into followers, not vanity numbers.

About me

I mainly write Go and I'm into distributed systems and web3 infra (hence the Lightning node). I care a lot about building products with tasteful interfaces, the kind you enjoy using.

Away from the keyboard I make music: guitar, and beats in FL Studio. There's usually something playing while I build.


Want to build together, or hire me? Book a call.

Pinned Loading

  1. dockerium dockerium Public

    Minimal rootless container runtime in Go, built on Linux namespaces and the Docker API.

    Go 2

  2. emailguard emailguard Public

    Fast Go package for filtering disposable and masked email domains at signup.

    Go

  3. go-lb go-lb Public

    A small HTTP load balancer in Go with round-robin routing and passive health checks.

    Go

  4. phile-storage phile-storage Public

    Content-addressed P2P storage in Go (CIDv1, sha2-256) over go-libp2p, with Kademlia DHT routing and a custom block-transfer stream protocol.

    Go