The Trojan

The Trojan

Follow
home➑️ Cool JS StuffπŸ“˜ HTML To React GuideπŸ’» Complete Web Design Course☁️ Good Parts of AWSπŸš€ The Art of Twitter
Tag

distributed system

#distributed-system

More content

Read more stories on Hashnode


Articles with this tag

Finding a Needle in Haystack: Fixing Mysterious Bad Gateway

Mar 11, 20236 min read

Introduction At my current org, we have many applications running behind the API gateway that interacts with the outside world using REST APIs. To...

Finding a Needle in Haystack: Fixing Mysterious Bad Gateway

Building Resilient Systems: Retry Pattern in Microservices

Mar 6, 20236 min read

Introduction Any application that communicates with other resources over a network has to be resilient to transient failures. These failures are...

Building Resilient Systems: Retry Pattern in Microservices

Introduction to Asynchronous Processing and Message Queues

Dec 31, 20217 min read

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...

Introduction to Asynchronous Processing and Message Queues

NanoID - A URL Friendly Unique Identifier

Jul 26, 20214 min read

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...

NanoID - A URL Friendly Unique Identifier

Generating unique IDs in a Large scale Distributed environment

Jun 6, 20217 min read

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...

Generating unique IDs in a Large scale Distributed environment