some stuff i've made
from systems-heavy builds to backend, cloud, and devops work.
Siphon // 16-service self-retraining ML loopsystems · ml · ai infra · backend · databaseA TikTok-shaped recommendation system: bots watch videos, every watch and skip streams back, and the ranking model retrains itself and only ships if it's measurably better.Engram // distributed Raft + ANN searchsystems · ai infra · backendA distributed memory backend for LLM agents: short-term messages, long-term vector search, pinned facts, auto-extracted knowledge graphs, and cross-session shared memory, all replicated across a Raft cluster.arbx // 17ns AMM calculation, 467us full market scansystems · backend · blockchainA bot that spots price gaps between crypto exchanges and trades them automatically for profit, using borrowed money it pays back in the same instant.Shadow-Index // 71k+ tx/sec throughputsystems · backend · blockchain · databaseReads and stores Ethereum's live activity the moment it happens, so apps can search it instantly.Mempool-Sniper // <500ms Detection Latencysystems · backend · blockchainWatches Ethereum's queue of pending transactions and flags interesting ones in real time.rusty-redis // ~1.4M+ ops/sec (Benchmarked)systems · backend · databaseA from-scratch clone of Redis, a super-fast in-memory store apps use as a cache.Aether // zero-downtime snapshotssystems · database · backendA database spread across many machines that stays correct and online even if some of them fail.Distributed Task Scheduler // fault-tolerant, leader-electedsystems · backend · cloud · devopsRuns scheduled jobs reliably across many servers, splitting the work and surviving failures.Webhook Delivery Service // tamper-proof + guaranteed deliverybackend · cloud · devopsReliably notifies other apps when something happens, with retries and tamper-proof signatures.Job Queue & Worker System // priority lanes + dead letter queuebackend · cloud · devopsRuns background jobs in priority order with retries and a live dashboard to watch them.Rate Limiter as a Service // atomic, per-user rate limitingbackend · cloud · devopsCaps how often each user can hit an API, to stop abuse and overload.