#distributed-system
Read more stories on Hashnode
Articles with this tag
Introduction In distributed systems, transactions ensure that multiple operations are treated as a single atomic unit. This is important because it...
Introduction Data consistency in distributed systems refers to the requirement that all copies of a piece of data must be kept in a consistent state,...
Introduction Event-driven Architecture is a software architectural pattern that is made up of highly decoupled, single-purpose event processing...
Introduction For a long time now, we've always kept data in the database and they made us think in terms of objects(things). These objects(things)...