top | item 32439996

(no title)

cgdub | 3 years ago

No one needs to know about distributed systems until your company wants to send automated emails to customers and someone thinks all requests need retry logic.

discuss

order

tepitoperrito|3 years ago

That's more in line with how I think about it. All systems are distributed (okay not all), even my nice easy to reason about monoliths have to deal with outside events from various webhooks, or sync records with a customer's ERP, etc, etc.

hn_saver|3 years ago

How would you design such system?