My musings in distributed systems

Chaitanya Phalak
1 min readApr 11, 2018

I am starting a journey to learn about distributed systems in theory and practice. I have started exploring some courses from top CS educational institutions around the world and reading a lot about actual systems from blogs and sometimes tech talks by prominent engineers and architects from leading tech companies. Exploring this, I have stumbled upon a lot of correlation among topics like distributed systems, scalability, cloud and chaos engineering. If you want to learn more, look at the following resources compiled by the community.

  1. https://github.com/Developer-Y/Scalable-Software-Architecture
  2. https://github.com/binhnguyennus/awesome-scalability
  3. https://github.com/dastergon/awesome-chaos-engineering
  4. https://github.com/rShetty/awesome-distributed-systems
  5. https://github.com/aphyr/distsys-class
  6. https://gist.github.com/vasanthk/485d1c25737e8e72759f
  7. https://github.com/donnemartin/system-design-primer
  8. https://github.com/checkcheckzz/system-design-interview

--

--