Skip to content
View JejurkarYash's full-sized avatar

Highlights

  • Pro

Block or report JejurkarYash

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.

Content in all repositories owned by your account will be closed.
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
JejurkarYash/README.md

Yash Jejurkar

Go Backend & Developer Infrastructure Engineer

Nashik, India · building an LLM Gateway in Go


stack



row 1 — daily driver  ·  row 2 — shipped in production  ·  row 3 — tools & languages

currently

  • building an LLM Gateway in Go — request routing, provider abstraction, rate limiting
  • went deep on net/http internals — handlers, middleware, graceful shutdown, concurrent map safety

featured

🚦 Throttlr Rate-limiting-as-a-service. Atomic Redis Lua scripts, published @throttlr/sdk on npm. Go · Redis · Lua · Next.js

🎨 Lynx's Draw Real-time collaborative whiteboard. 100 concurrent users @ 110ms p95. WebSockets · Redis · Node.js

🔀 goproxy Concurrent HTTP load balancer / reverse proxy built from scratch — zero external deps. Go · net/http · Systems

⚡ LogFix Solo build, 6 days, 2Fast2MCP 2026 hackathon. Go · Hackathon


~/skills.mod — the go.mod version, for anyone who reads this far
module github.com/JejurkarYash/skills

go 1.23

require (
    go            v1.23.0 // daily driver
    postgresql    v16.0   // raw SQL, no ORM
    redis         v7.4    // pub/sub, atomic Lua scripting
    docker        v24.0
)

require (
    typescript v5.0 // shipped, maintained
    nextjs     v15.0
    react      v19.0
    websockets v1.0
)

require (
    kubernetes v1.30 // indirect, learning
)

languages

computed by a GitHub Action inside this repo — no third-party server, updates itself daily



views:

Pinned Loading

  1. ratelimiter-microservice ratelimiter-microservice Public

    A Modern Rate Limiter From Scratch

    TypeScript 1

  2. goproxy goproxy Public

    A lightweight, concurrent HTTP Load Balancer and Reverse Proxy built from scratch in Go.

    Go

  3. signalshq-redesign signalshq-redesign Public

    TypeScript

  4. lynx-draw lynx-draw Public

    A collaborative drawing canvas

    TypeScript

  5. ai-sre-agent ai-sre-agent Public

    TypeScript

  6. setu setu Public

    A high-throughput, Go-native LLM API Gateway with token-aware budget circuit breakers, model fallbacks, and real-time SSE stream proxying.

    Go