The Redlock AlgorithmThe Redlock algorithm is a distributed locking mechanism designed for Redis to ensure mutual exclusion across clients in a distributed syste…Apr 21, 2025
Do You Use Mutex in Node.js Servers?TL;DR: While mutexes are commonly associated with multi-threaded programming, they are also highly useful in Node.js, a single-threaded envi…Dec 22, 2024
Recap: Optimization, Fault Tolerance and Distributed Transactions with Node.js GraphQL ServersAs I wrap up my journey at Groove Technology, I had the opportunity to share insights and advancements in optimizing and ensuring fault tole…Jun 26, 2024