#system-architecture
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. ·...
The difference between stateful & stateless applications is that stateless applications don’t “store” data where stateful applications require storage ·...
If you are not versioning your REST API you should take a look at this post and learn all its benefits and how to apply it in real projects. ·...
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...
Web Sockets vs Long Polling: What should you choose for your application? · Introduction This article explains the operational complexity of WebSockets...