10201. Making Changes in a Distributed System (jaketrent.com)
You have a change to make in a distributed system. How many pull requests will it take to make a change?An Easily-distributed AppA distributed system has two or more independent deployables. In this most common of scenarios, we have a frontend (FE) client and a backend (BE) server. It's just so easy...