#distributed-system
Read more stories on Hashnode
Articles with this tag
Introduction At our current organization, earlier this year as we were looking at the errors at one of our signup API, we observed that nearly 5% of...
Introduction At my current org, we have many applications running behind the API gateway that interacts with the outside world using REST APIs. To...
Introduction Any application that communicates with other resources over a network has to be resilient to transient failures. These failures are...
Low Altitude Flight Over the Messaging Queue Landscape Β· Introduction In a client-server architecture, the client can request a job to be done from the...
What is Nano Id and how is it different from UUID? Β· Introduction In every software system, we need unique Ids to distinguish between several objects...
Learn how to create unique IDs for a distributed system at a large scale using the Twitter snowflake Β· Introduction Recently at work, We were looking for...