Must-Read_Articles
A list of interesting article to increase your appetite for curiosity
-
Understanding TCP/Ip layering through internet flow?
https://stackoverflow.com/questions/42456116/understanding-tcp-ip-layering-through-internet-flow -
How ARP Works
https://web.archive.org/web/20120228184850/http://www.tildefrugal.net:80/tech/arp.php -
Elastic Load Balancing with Sticky Sessions
https://shlomoswidler.com/2010/04/08/elastic-load-balancing-with-sticky-sessions/ -
A Guide to Consistent Hashing
https://www.toptal.com/big-data/consistent-hashing#:~:text=Consistent%20Hashing%20is%20a%20distributed,without%20affecting%20the%20overall%20system. -
Amazon's Dynamo
https://www.allthingsdistributed.com/2007/10/amazons_dynamo.html
Caching
-
Cache Invalidation
https://shahriar.svbtle.com/Understanding-writethrough-writearound-and-writeback-caching-with-python -
Cache Eviction: When Are Randomized Algorithms Better Than LRU?
https://news.ycombinator.com/item?id=19188642