5 Day Learning Challenge - Learn Spring and Spring Boot https://courses.in28minutes.com/p/5-day-learning-challenge-get-started-with-spring-and-spring-boot
Big Data Hadoop Tutorial Videos https://www.youtube.com/playlist?list=PL9ooVrP1hQOFrYxqxb0NJCdCABPZNo0pD
Resilient Distributed Datasets - Apache Spark - RDD https://www.tutorialspoint.com/apache_spark/apache_spark_rdd.htm
Gossip Protocol used in consistent hashing - IMP https://www.consul.io/docs/internals/gossip.html
It's like JSON. but fast and small. MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves. https://msgpack.org/