How to Build a Multi-Zone Java App in One Day
Creating the first version of a Slack-like messenger that runs across multiple availability zones
Aug 18, 20227 min read353

Search for a command to run...
Articles tagged with #learning
Creating the first version of a Slack-like messenger that runs across multiple availability zones

Ahoy, matey! Welcome back to my journal, where I’ve been documenting my experience of building a geo-distributed app in Java from scratch. In the previous article, I broke down the definition of geo-distributed apps. If you missed that part of the j...

Have you heard of geo-distributed apps? According to my statistics around 50% of us haven’t! Microsoft defines a geo-distributed app as an app that spans multiple geographic locations for high availability and resiliency. Geo-distributed is a relati...
