MEMQ
FEB '26 – PRESENTGo · Docker · JSON Persistence · LRU Cache
Built a Redis-inspired in-memory key-value store in Go with LRU eviction and TTL-based expiration. Engineered a thread-safe LRU cache using a doubly linked list handling 200+ concurrent goroutines. Multi-stage Docker builds reducing image size by ~90%.