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 to start with developing distributed applications

3 pointsby acidityover 5 years ago
This is similar to topics like: https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20765553<p>I am a full stack and general software developer (have developed various Desktop apps using Win32 APIs).<p>After move to web development (backend, frontend, infra etc) and using various distributed apps (Kafka, Redis etc), I am a bit curious how does one start developing such apps.<p>I know you have to apply some sort consensus protocols (e.g. RAFT) but I could not find any practical tutorial in it.<p>How would one go about learning this? I know I can always try and read various tools code but I was more hoping if there is some tutorial&#x2F;book where the author&#x2F;developer has implemented a tiny&#x2F;toy project to show how they work.<p>Thanks.

1 comment

aries185over 5 years ago
One place to start is Chris Richardson&#x27;s <a href="http:&#x2F;&#x2F;microservices.io" rel="nofollow">http:&#x2F;&#x2F;microservices.io</a>