some stuff i've made:
filtered by the kind of work behind each project, from systems-heavy builds to backend, cloud, and devops work.
arbx
githubAutonomous flash-loan arbitrage engine on Arbitrum. Detects DEX price discrepancies via the sequencer feed, simulates profitability with revm, and executes atomically via Balancer V2. Zero capital at risk.
Mempool-Sniper
githubA high-performance, event-driven Ethereum mempool monitor. Uses a custom parallel worker pool to overcome RPC latency limits.
rusty-redis
githubA multithreaded, in-memory kv store implementing the RESP protocol. Leveraging Tokio and DashMap for fine-grained locking to handle high-concurrency workloads.
Aether
githubA distributed SQL database providing Strong Consistency (CP) via Raft consensus. Decouples storage (SQLite WAL) from interface (Postgres Wire Protocol).
Distributed Task Scheduler
githubA distributed cron-like scheduler in Go with Redis-backed leader election, consistent hashing for task placement, and Prometheus instrumentation across worker nodes.
Webhook Delivery Service
githubAn async-first webhook delivery platform built with FastAPI, Celery, Redis, and Postgres. Fans out events to subscribers with signed payloads, retries, and per-delivery visibility.
Job Queue & Worker System
githubA production-grade BullMQ worker system with priority queues, scheduled jobs, exponential backoff retries, dead-letter queues, and a real-time operations dashboard.
Rate Limiter as a Service
githubA Redis-backed rate limiting service exposing configurable rules per API key, with atomic Lua-based token bucket and sliding window algorithms plus Prometheus metrics.