Skip to content
View hojoongdev's full-sized avatar

Block or report hojoongdev

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

Popular repositories Loading

  1. rowset-diff rowset-diff Public

    Diff two sets of rows by key: added, removed, and field-level changed. Order-independent, composite keys, ignore volatile fields. Zero dependencies.

    TypeScript 1

  2. llm-tollbooth llm-tollbooth Public

    Self-hosted LLM gateway with cost tracking, budget caps, and alert workflows — built on Kafka, Cassandra, and MongoDB

    TypeScript

  3. dayby dayby Public

    Voice-first baby tracking app — speak naturally, and an LLM logs feeds, sleep, and more. FastAPI + MongoDB.

    Dart

  4. llm-limiter llm-limiter Public

    Token-aware rate limiting for LLM APIs — meter requests AND tokens per minute, reserve estimated tokens, settle to actual usage, queue the rest. Zero dependencies.

    TypeScript

  5. table-diff table-diff Public

    Diff two tables (CSV/TSV/JSON/JSONL) by key from the command line — added, removed, field-level changes. Markdown for PR comments, JSON, CI exit codes. Powered by rowset-diff.

    TypeScript