Skip to content
View ShayanHussainSB's full-sized avatar
🔍
Open for opportunities
🔍
Open for opportunities

Organizations

@JointOps

Block or report ShayanHussainSB

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

Shayan Hussain

I build the tools that other developers depend on.

Email   LinkedIn


The Mission

I believe the best software is invisible — it just works, and other people build great things on top of it. That's what I do. I build backend infrastructure, developer tooling, and open source packages that solve real problems for real engineers.

Right now I'm building JointOps — a collection of open source tools for the Node.js and Bun ecosystem. A rate limiter that handles 3M+ requests per second. A Bun framework that lets Express teams migrate with zero rewrites. A graceful shutdown library that replaces 50+ lines of boilerplate with a single import. And a trust protocol for Solana that tackles the 98.6% scam rate on token launches.

Before this, I spent 4 years as a Senior Software Engineer shipping developer platforms, SDKs in 4 languages, and Solana programs to mainnet. 10+ production services. Zero security incidents. 3x hackathon winner.

7+ years in. Still shipping.


Projects & Contributions

hitlimit — High-Performance Rate Limiter

  • 3M+ ops/sec, sub-millisecond latency, 2x faster than express-rate-limit
  • Supports Express, Fastify, Hono, NestJS, Bun.serve, Elysia
  • Zero dependencies, ~7KB core, pluggable stores (Memory, SQLite, Redis)

bunWay — Express-Compatible Bun Framework

  • Drop-in Express replacement on Bun's native APIs, zero Node.js polyfills
  • 15+ built-in middleware modules, Express migration guide included
  • v1.0 released, published to npm

kaput — Zero-Config Graceful Shutdown

  • Single import auto-detects servers, databases, and caches
  • Supports Express, Fastify, Prisma, Redis, BullMQ, Mongoose, Knex
  • Kubernetes-ready health check endpoints

TUP — Token Utility Protocol (Building Now)

  • Trust infrastructure for Solana's token economy (pump.fun hackathon)
  • Behavioral reputation scoring, automated rug detection, on-chain insurance

Tech Stack

Languages           TypeScript · JavaScript · Rust · SQL · Bash
Frameworks          Node.js · NestJS · Express · Fastify · GraphQL · gRPC · WebSockets
Databases           PostgreSQL · Redis · MongoDB · Prisma · TypeORM · SeaORM
Blockchain          Solana · Anchor · Rust Programs · PDAs · CPIs · State Compression
Cloud & DevOps      AWS (EC2, S3, Lambda, RDS) · Docker · GitHub Actions · CI/CD · Nginx
Observability       Prometheus · Grafana · OpenTelemetry · Distributed Tracing

Previous Work

Honeycomb Protocol — Developer Platform for Gaming Infrastructure

  • Core engineer on platform serving real-time backend for production games
  • Built GraphQL-to-code generator producing type-safe SDKs in 4 languages from a single schema
  • 1000x data compression for on-chain state while maintaining verification integrity

GameShift — Developer Platform

  • NestJS backend aggregating asset management, indexers, and real-time WebSocket services
  • Payment processing APIs for in-game transactions; real-time event distribution

Hackathons

Sandstorm 2023
Solana Foundation
Grizzlython
Solana
Civic Hackathon
Web3 Identity

Published Packages

hitlimit   bunway   kaput   honeycomb   crates.io   NuGet


  

Open to remote opportunities worldwide


Pinned Loading

  1. JointOps/bunway JointOps/bunway Public

    bunWay is a web framework that runs on Bun and implements the Express.js API surface for the vast majority of real-world patterns — the same req, res, next signature, the same method names, and fam…

    TypeScript 9

  2. JointOps/hitlimit-monorepo JointOps/hitlimit-monorepo Public

    High-performance, framework-agnostic rate limiting for Node.js and Bun.

    TypeScript 19