TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do I study distributed sytems?

18 pointsby borncrusaderover 6 years ago
I&#x27;m at the juncture of my career where I want to focus more on Distributed Systems and specialize more in it. Short of reading seminal papers, understanding existing data systems like Spark, Kafka etc., how do I gain more working knowledge so as to improve my implementation skills of such a system.<p>While I haven&#x27;t really worked on a major project that explores core problems, I&#x27;d like to spend the next year or two learning more about it.<p>Looking forward to learning from the pioneers in this field who have implemented many such systems.

4 comments

bharatmover 6 years ago
These are good places to start exploring.<p>MOOCs:<p><a href="https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;architecting-distributed-cloud-applications-1" rel="nofollow">https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;architecting-distributed-cloud-ap...</a><p><a href="https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;reliable-distributed-algorithms-part-2-kthx-id2203-2x" rel="nofollow">https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;reliable-distributed-algorithms-p...</a> - Part 2 contains all material from part 1 and part 2.<p>Books:<p>Big Data: Principles and Best Practices of Scalable Real-time Data Systems<p>Designing Data‑Intensive Applications<p>Programming Models for Distributed Computation<p>There are assignments in Go and other course material at MIT distributed systems course: <a href="https:&#x2F;&#x2F;pdos.csail.mit.edu&#x2F;6.824&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pdos.csail.mit.edu&#x2F;6.824&#x2F;</a><p><a href="https:&#x2F;&#x2F;disco.ethz.ch&#x2F;courses&#x2F;podc&#x2F;" rel="nofollow">https:&#x2F;&#x2F;disco.ethz.ch&#x2F;courses&#x2F;podc&#x2F;</a> has some good lecture notes as well.
slimshady94over 6 years ago
This is a mid-level (not too simple, not too complex) introduction about the basics that I found useful <a href="http:&#x2F;&#x2F;book.mixu.net&#x2F;distsys&#x2F;" rel="nofollow">http:&#x2F;&#x2F;book.mixu.net&#x2F;distsys&#x2F;</a>
DevX101over 6 years ago
Check out relevant posts from this site:<p><a href="http:&#x2F;&#x2F;highscalability.com&#x2F;all-time-favorites&#x2F;" rel="nofollow">http:&#x2F;&#x2F;highscalability.com&#x2F;all-time-favorites&#x2F;</a>
sidcoolover 6 years ago
Thanks for the question. I have been interested in distributed systems for a long time but so far haven&#x27;t got a solid material.