Distributed Key-Value Store
Architected a highly concurrent, fault-tolerant distributed key-value store in Go using goroutines and channels; implemented mutex-based synchronization and consistent hashing for data partitioning; benchmarked read/write QPS and latency under concurrent load.