Selected Projects

I've worked on tons of little projects over the years but these are the ones that I'm most proud of.

HeroAI | Unified AI Gateway API

Dec 2024 – Present

A production AI gateway over 170+ models behind OpenAI- and Gemini-compatible REST APIs.

Contract

Backend Developer

1 year, 9 months

170+

AI Models

20K+

Users

1M+

Monthly Requests

Built the HeroAI backend in FastAPI and SQLAlchemy: a production AI gateway over 170+ models (OpenAI, Gemini, Claude, DeepSeek, xAI).

  • Shipped OpenAI- and Gemini-compatible REST APIs so existing SDKs and apps integrate with little or no code changes.
  • Implemented API key management, reseller APIs, org/team admin, enterprise data policies, and credit-based billing.
  • Supported 20K+ users and 1M+ monthly API requests; used by WordPress plugins and third-party integrations.
  • Python
  • FastAPI
  • SQLAlchemy
  • PostgreSQL
  • Redis
  • Docker
  • S3

cachebox | High-performance Python cache (Rust / PyO3)

Jan 2024 – Present

A thread-safe in-memory cache and memoization library for Python, implemented in Rust with PyO3.

Open source

Open Source Developer

2 years, 8 months

400+

GitHub Stars

13M+

PyPI Downloads / Mo

10-50x

vs Common Caches

Designed and maintain cachebox, a thread-safe in-memory cache and memoization library for Python, implemented in Rust with PyO3.

  • Reached 400+ GitHub stars and 13M+ PyPI downloads per month; ship CPython and PyPy wheels through Maturin and GitHub Actions.
  • Implemented FIFO, LRU, TTL, and other eviction policies with a low memory footprint; public benchmarks show 10-50x vs common Python caches.
  • Python
  • Rust
  • GitHub Actions

Portfolio | My Personal Portfolio Website

Aug 2026 – Sep 2026

You're here, looking at it.

Personal

Frontend Developer

1 month

A simple and customizable personal portfolio website, using Tanstack Start SSG.

  • TypeScript
  • Tanstack Start
  • GitHub Actions