Happy Saturday! How’s everyone doing? Welcome to the twelfth edition of this newsletter - here’s what I wrote this week on the blog and the absolute best of what I read on the internet. From the blog This week I published a summary and the highlights of my reading of this great article by Eric Brewer on how engineers have started working around the constraints enforced by CAP theorem by understanding that consistency and availability are not binary but rather a broad spectrum of user experience decisions. Application designers can use this insight to build more flexible applications by making the consistency-vs-availability choice only when a partition occurs, instead of choosing one of the two paradigms up front and hobbling all further architectural choices. One mind-blowing but obvious-in-hindsight takeaway for me was that for all practical purposes, a remote invocation timeout is as good as a network partition. So in effect, we are dealing with partitions everytime we call a remote service. I had never really thought timeouts like that, and it further underscores the idea that CAP related trade-offs should properly be made locally in the codebase instead of being made in an all-in, upfront decision. Article Link Reading Now I started reading Domain Driven Design by Eric Evans a few weeks ago and I’m still working on it (it is denser than a casual skim suggests). I have also started reading Simon Wardley’s book on Wardley Maps and shared some highlights from the first chapter here. These two books complement each other very nicely. Wardley Maps paints a larger picture of how strategy can be informed by identifying the key parts of the system and understanding how they evolve. Domain Driven design goes a little lower and highlights how engineers and domain experts can work together to create systems that capture and build on top of real world complexities. Between the two books, a very coherent spectrum of strategy-modelling-execution emerges which I am really enjoying. From the great interweb
That's it for this week folks. Happy weekend! -Kislay To change your subscription, click here.
|