#distributed-system
Read more stories on Hashnode
Articles with this tag
Introduction The basic idea of blockchain is very simple: a distributed immutable ledger that maintains a continuously growing list of records. the...
In this article I will be talking about the basic concepts that are used within a Blockchain. Hash Functions A hash function is any function that can...
You would have been living in an underground cave for the past 10 years if you havn't heard about cryptocurrencies. We all heard about Bitcoin,...
One of the problems that we come up against when designing scalable & highly available systems is how can we partition and replicate data in our...
In distributed systems, failures will occur, e.g., servers can crash, disks can go bad resulting in data losses, or network connection can be lost,...
In this blog post we I will talk about some key characteristics of a highly scalable distributed system in particular: Scalability Read Part...