Projects
Selected work and open source contributions.
> Projects
hyperliquid-indexer
2025Real-time order fill and liquidation event pipeline
◆ Alfa Club · Hyperliquid · Kafka
Custom Go indexer for Hyperliquid that detects order fills and liquidation events from node data and publishes structured events to Kafka for custom trading pipelines. Built as contract work for Alfa Club.
Near Talk
2025Anonymous location-based chat
Anonymous chats with people around you, built around location-aware rooms with more proximity features in progress.
Zen Store
2025Distributed file storage over TCP in Go
A minimal distributed P2P file storage system built on top of TCP in Go, exploring peer connections, file movement, and replication basics.
lazytrader
2025Copy-trading on Polymarket
Put funds in a trading pool — we copy trades based on past performance of top Polymarket leaderboard traders. Built for fun, no promises attached.
Blockchain in Golang
2025PoW blockchain with libp2p peer networking
A basic blockchain with proof-of-work consensus in Go, using libp2p for peer connections and streaming the blockchain to connected peers every n seconds. Built for fun and learning.