#system-design
Read more stories on Hashnode
Articles with this tag
We navigate the intricate world of distributed systems, unlocking the secrets to building a robust, scalable, and secure Unique ID Generator. ·...
Mastering Massive Data Deletions: Safely Handling the Deletion of 20 Million Records in SQL · Introduction Hi folks. This week I have got an interesting...
The difference between stateful & stateless applications is that stateless applications don’t “store” data where stateful applications require storage ·...
A brief intro to binary numbers. Base-2 vs. base-10 number systems.The internal workings of binary in computers. · Introduction Hello! Developers. Have...
Sharding is a type of database partitioning that separates large databases into smaller & easily managed parts.These smaller parts are called shards. ·...
The domain name system DNS is a naming database in which internet domain names are located and translated into Internet Protocol (IP) addresses. · What...