Ask HN: What do you code when you're learning a new language?
11–18 of 18 posts
Re: Ask HN: What do you code when you're learning a new language?
#122. Read ( parse ) JSON and Print JSON
3. Database connectivity.
4. REST API, with full CURD
5. Process Images
Etc
That how I am learning Golang.
Re: Ask HN: What do you code when you're learning a new language?
#13Re: Ask HN: What do you code when you're learning a new language?
#14Re: Ask HN: What do you code when you're learning a new language?
#15I don't have one "stock" project that I always use for learning new languages... I just do whatever I happen to be thinking about at the time. Long ago, that meant an AD&D (2nd Ed) character generator. Then it was a training database for the volunteer fire department I was with. Later it was an (aborted) attempt to build a decentralized /federated social-network (something like Diaspora, IOW). When I started learning…
When I'm learning a new language and don't feel any kind of "itch to scratch," grabbing the nearest roleplaying handbook is quite a nice saver. You pretty much have a full spec sitting right there for you to implement.
Re: Ask HN: What do you code when you're learning a new language?
#16There are many civic and non-profit projects that could use your help (even though you're just learning the language...every little bit helps!!). Check out codeforamerica.org, there are many affiliated groups that hold hack nights and such (like meetup.com/OpenOakland).
Taking on a little piece of a meaningful project might help keep you motivated to learn more and more about about the language.
Re: Ask HN: What do you code when you're learning a new language?
#17I don't have one "stock" project that I always use for learning new languages... I just do whatever I happen to be thinking about at the time. Long ago, that meant an AD&D (2nd Ed) character generator. Then it was a training database for the volunteer fire department I was with. Later it was an (aborted) attempt to build a decentralized /federated social-network (something like Diaspora, IOW). When I started learning…
I guess I am not alone with my collection of half-implemented D&D character generators in half a dozen different languages. When I'm learning a new language and don't feel any kind of "itch to scratch," grabbing the nearest roleplaying handbook is quite a nice saver. You pretty much have a full spec sitting right there for you to implement.