Ask HN: What side projects can you do to learn more about Distributed Systems?

2 points by ra1 ↗ HN
I’ve been learning about Distributed Systems theory, but I’m looking for some small (weekend) project ideas that really cement my understanding. I’ve thought about implementing research papers I read, but most of them are non-trivial.

1 comment

[ 0.21 ms ] story [ 12.4 ms ] thread
I would just build something using microservices deployed on separate servers. For a one-person side project it will be hard to devote the time required to build a professional-grade distributed system, but deploying several small APIs on different servers will give you a taste of the challenges distributed systems introduce.