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: What are the projects/apps I can build to learn Go Language?

28 pointsby himanshuyabout 10 years ago
I am a seasoned Java developer, starting my Go journey. I am sure that doing project is the right way of learning it.

3 comments

artursapekabout 10 years ago
I built this to learn Go: <a href="https://cryptowat.ch" rel="nofollow">https:&#x2F;&#x2F;cryptowat.ch</a>.<p>It was the perfect project because it involves a lot of concurrency and networking. I&#x27;d think about projects that involve those two things.
评论 #9227945 未加载
评论 #9228017 未加载
评论 #9230935 未加载
shebsonabout 10 years ago
A friend and I built <a href="http://usefixie.com/" rel="nofollow">http:&#x2F;&#x2F;usefixie.com&#x2F;</a> with it to learn Go. Like artursapek&#x27;s project, Fixie was a good fit because it involved concurrency and networking, and latency was critical. It was also nice that we could leverage a well-developed open source project (GoProxy).
eswatabout 10 years ago
I’m not finished yet, but I’m writing a trading bot for Steam so I don’t need to manually confirm trades if the offers are exactly what I’m looking for.
评论 #9233581 未加载