{ speaking mind }
{ speaking mind }
Author:
Published:
Website handcrafted by Paramvir Singh Karwal
In distributed systems architecture we have to make a choice between below two
— Param (@paramvirsingh_k) May 2, 2021
-data consistency [C] among all the nodes all the time
-availability [A] of the application to the user
with mandatory partition tolerance [P] (network failure between nodes should be recoverable)
Of the 5 SOLID design principles , if you find any one of them properly implemented in some well written code there is a good chance that other one's are also lying around in the same code.
— Param (@paramvirsingh_k) August 30, 2020
These design principles go hand in hand.