Ask HN: Ideas for small web apps that are good for learning?
Hi Everyone,
I'm in a dev bootcamp a the moment and obviously at the end they want us to take on a project to build in ~2 weeks to demonstrate what was learned.
I want to take the opportunity to take on a project that will A) be a good looking demonstration of what I learned and B) be a good learning opportunity (building something that I may work on the future).
Any thoughts or ideas? I did some searches but I cant find too much that would be doable within 2 weeks or so. I think a single page web app would be ideal.
For information I'm learning RoR at the moment
6 comments
[ 2.9 ms ] story [ 23.9 ms ] threadThink sub 2 hour turnaround. Maybe simple sorting methods. Infinite scroll.
That's something that I could see being built in 2 weeks. Has the potential to become more than just a project too.
Cheers!
Once you're comfortable with RoR you might branch out and build a Ruby gem or two, as these are relatively self-contained and allow you to focus on the language, testing principles, etc. (Some might suggest doing that first to become more comfortable with the language itself, but I think staying within the established bounds of the framework is a good way to get started.)
Gems, and an accompanying GitHub profile, are also good for the resume if you intend to seek employment.
Of course this would also be useful for yourself if it's more of a personal project.
Thanks for the help!