Skip to content
View Heet852003's full-sized avatar

Highlights

  • Pro

Organizations

@BIFVIT

Block or report Heet852003

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

Hi, I'm Heet

I build systems: distributed backends, infra tooling, and the occasional analytics platform, then make sure they actually run in production.

LinkedIn Email Portfolio

I like taking a system apart to understand exactly how it fails, then building the version that doesn't: queues that survive a crashed worker, dashboards that update in real time instead of on refresh, infra that tells you what's actually wrong instead of just that something is. Most of what's below started as "I wonder how that actually works under the hood."


Skills & Stack

Languages

Go Python TypeScript JavaScript Java C++ C Bash SQL YAML Solidity PHP MATLAB

Infrastructure & platforms

Kubernetes Helm Bazel Google Cloud Terraform Docker Firebase Heroku

Observability

Prometheus VictoriaMetrics Grafana

Web & data

React Tailwind CSS PostgreSQL MongoDB scikit-learn PyTorch Pandas NumPy

Tools

Git GitLab


Featured projects

Aegis logo

Aegis: distributed job queue and DAG workflow engine

A from-scratch Celery/Temporal alternative: atomic job leasing, retries with backoff and jitter, dead-letter queues, a reactive DAG engine, and Postgres-advisory-lock leader election for HA. Go engine, React dashboard, Go + Python worker SDKs, one binary.

Go React Postgres

InsightBoard logo

InsightBoard: self-hosted product analytics

A Mixpanel-style stack: a tracking SDK, a FastAPI ingestion API, a Kafka to ClickHouse pipeline for event aggregation, and a React dashboard for funnels, heatmaps, and custom boards.

FastAPI Kafka ClickHouse

SentryFlow logo

SentryFlow: API gateway with rate limiting and analytics

Sits in front of an API: authenticates by key, enforces sliding-window and token-bucket rate limits, and streams request logs through Kafka into ClickHouse for usage analytics.

FastAPI Redis

ETHVault logo

ETHVault: Ethereum staking and governance platform

Deposit ETH for a receipt token, stake it for a second token, earn rewards, and vote on governance proposals, four Solidity contracts behind a Next.js frontend.

Next.js Solidity

Symbolic Music Scaling Laws logo

Symbolic Music Scaling Laws: do neural scaling laws hold for music?

Trains Transformer and RNN language models at five sizes on ABC-notation music and fits a power law to loss vs. parameter count, the same question scaling-laws research asks for text, asked of music instead.

PyTorch Weights & Biases

More on my GitHub profile: an HTLC atomic-swap protocol simulator with a short paper, an Ethereum auction house, and a diabetic retinopathy screening app among them.


Full contribution history and activity graph are on this profile page, right below this README.

Pinned Loading

  1. aegis aegis Public

    A self-hosted distributed job queue and DAG workflow orchestration engine. Go engine, React dashboard, Go and Python worker SDKs.

    Go

  2. EduStream EduStream Public

    EduStream is a personalized learning platform designed to provide free and affordable educational resources to underserved communities. The application leverages AI to recommend customized learning…

    Python

  3. EtherAuction EtherAuction Public

    With the use of the Ethereum blockchain, this cutting-edge auction platform facilitates transactions on goods, guaranteeing encrypted information while you peruse and bid on coveted things.

    JavaScript

  4. JobQuest-AI JobQuest-AI Public

    Python

  5. InsightBoard InsightBoard Public

    TypeScript