#system-architecture
Read more stories on Hashnode
Articles with this tag
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...
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...
In order to understand how the the concept of cloud [unlimited computing resourcing] works, we need to understand the concepts of scalability. In...
So you learned programming, you have control over the machines and can make them do what you want. Congratulations !. Now you have an idea for your...