Skip to content
View iamvibhorsingh's full-sized avatar
πŸ‘‹
πŸ‘‹

Block or report iamvibhorsingh

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
iamvibhorsingh/Readme.md

πŸ‘‹ Hi, I'm Vibhor Singh

Sr Data Engineer building distributed systems that don't break.

LinkedIn email Website Chrome Extension arXiv


πŸ’Ό What I Do

  • πŸ—οΈ Building Kafka-as-a-Service platform at Fastenal serving 15+ engineering teams
  • πŸ“Š Maintaining 99.9% uptime for mission-critical event streams processing millions of events daily
  • πŸ“ Research: Determining Image Similarity with Quasi-Euclidean Metric
  • πŸ”­ Currently learning: on-device LLMs
  • πŸ’¬ Ask me about: distributed systems, Apache Kafka, AI Safety, machine learning, football

🎯 Featured Projects

LookStuffUp - Chrome Extension ⭐ 5.0/5.0

Privacy-first browser extension providing instant context for selected text. On-device AI, multi-source search, zero tracking.

Tech: JavaScript β€’ Chrome APIs β€’ On-Device AI β€’ Privacy Engineering

Fault-tolerant system demonstrating resilience in hyperscale environments with ML-based anomaly detection.

Tech: Python β€’ Docker β€’ Redis Streams β€’ scikit-learn

Production-ready patterns for Apache Kafka Streams: stateful operations, windowing, joins, error handling.

Tech: Java β€’ Apache Kafka β€’ Event-Driven Architecture

Professional GIS tool for geospatial coordinate generation. Enhanced bboxfinder.com alternative with EPSG projection support.

Tech: JavaScript β€’ Leaflet β€’ GIS β€’ GeoJSON


πŸ› οΈ Tech Stack

Data Engineering & Streaming:

Apache Kafka Python Java MongoDB Elasticsearch

Cloud & Infrastructure:

Google Cloud Oracle Cloudflare CircleCI

Development:

TypeScript NodeJS Vue.js FastAPI GraphQL

Other:

C++ R HTML5 LaTeX Matplotlib


πŸ“Š GitHub Stats

πŸ† GitHub Trophies


πŸŽ“ Education & Recognition

  • MS Computer Science - New York University (2021)
  • Published Researcher - AICAI '20 Conference
  • Chrome Web Store - 5.0β˜… rated developer

✍️ Random Dev Quote


Pinned Loading

  1. Quasi-Euclidean-metric Quasi-Euclidean-metric Public

    Code for my first research paper. In this, we developed a novel formula to calculate image similarity of images using quasi euclidean metric

    Jupyter Notebook

  2. Self-Healing-POC-for-Distributed-Systems Self-Healing-POC-for-Distributed-Systems Public

    This project is not intended for deployment in a production system. It's just a POC I made while teaching myself resilience and automation in hyperscale environments

    Python

  3. bestDiscordGiveawayBot bestDiscordGiveawayBot Public

    A very feature-rich, customizable and easy to use giveaway bot for discord servers that is also completely FREE to use.

    JavaScript 1

  4. WhereAreYou WhereAreYou Public

    My attempt at making a minimal version of geoguesser

    HTML

  5. mercury-telemetry mercury-telemetry Public

    Forked from mercury-telemetry/mercury-telemetry

    Mercury is a telemetry system that was developed as the main objective of a class at NYU. I was part of the backend team.

    Python

  6. Kstreams Kstreams Public

    Contains code for different design patterns in Kafka Streams

    Java