by himanshuy on 3/18/15, 6:43 PM with 9 comments
I am a seasoned Java developer, starting my Go journey. I am sure that doing project is the right way of learning it.
by artursapek on 3/18/15, 6:47 PM
I built this to learn Go:
https://cryptowat.ch.
It was the perfect project because it involves a lot of concurrency and networking. I'd think about projects that involve those two things.
by shebson on 3/18/15, 8:32 PM
A friend and I built
http://usefixie.com/ with it to learn Go. Like artursapek'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).
by eswat on 3/18/15, 10:14 PM
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.