Ask HN: What are some interesting projects for beginner coders?
1 points| srckinase123 | 5 years ago
ProjectEuler problems are fun, but they only go so far. I would like to think about more practical projects for the future.
I guess this question also addresses a deeper question of why learn programming? I have always admired the ability of programmers to create side projects that may one day become a sustainable business in the future.
rolph|5 years ago
start with hello world or fizzbuzz to get the code working, then build the snippet library.
in short a macro like coding environment to reduce typing, and produce somthing quickly to kick around with other programmers until its at least beta stage.