Built a real-time market data streaming platform in Go to learn how live price feeds work behind the scenes.
β‘ Binance WebSocket feeds
π WebSockets
π‘ Redis Pub/Sub
π Auto reconnect
π Metrics
π³ Docker
GitHub: https://t.co/Kp9bihClH0
#golang#backend#websockets#redis
Built a Token Bucket Rate Limiter in Go π
β’ Redis cache (fast path)
β’ PostgreSQL persistence
β’ Handles burst & concurrent requests
β’ Multi-user buckets + test suite
Repo: https://t.co/Hd0LEYe4jW
#golang#backend#systemdesign