Aloha / Backend & AI Full-Stack

Explore Deeply, Build Deliberately.

Notes on backend engineering, AI applications,
and reflections along the way.

  1. 关于并发编程(1)

    并发/并行、进程线程、协程、JMM、线程状态与通信等

  2. 关于并发编程(2)

    synchronized、volatile、CAS、锁、死锁、ThreadLocal、单例、ConcurrentHashMap

Thinkings

全部思考

Selected work

GitHub →

argus-gateway

LLM request gateway: unified auth, rate limiting, retries & fallback. Written in Go.

go / llm

tool-router

Agent tool-routing framework with declarative registration and parallel dispatch.

go / agent