© 2026 Hashnode
Imagine you are running a contest on LeetCode or playing a Mobile game like PUBG. Thousands of players are submitting results every second and your app needs to instantly update rankings without overloading your backend or database. How do systems li...

Let’s go! The $10,000 Cash Game Leaderboard has officially kicked off! Only the strongest rise here grinders, fearless, and laser-focused. Every hand, every pot, every decision brings you closer to the top. The competition runs from October 13 to 27...

Redis Sorted Set Redis sorted set is a tool to store sorted data. It sort the data in ascending, and all of the operation is in O(log N) except the data retrieval, as it needs O(log N + M) with M, the count of data retrieved. This cool tool is implem...
