Ask HN: What are projects I can implement to learn a new framwework?
Got a long list of frameworks/languages for 'Things to learn in 2015'. Few of them are Spring Boot, Atmosphere, Meteor and Go Language.
How can I give a structure to my learning? One way of doing it to build common projects in all different technologies/framework. Any suggestions?
13 comments
[ 4.5 ms ] story [ 30.8 ms ] threadhttps://gin-gonic.github.io/gin/
- Code snippets/tasks manager. Pure CRUD. If you want to get yourself dirty: add authentication.
- A blog (like SEJeff suggested). If you want to get yourself dirty: try to make it multilingual with SEO.
- Syllabication app. Helps me to find how business logic is best placed into app mindset.
I have to go, but if you need more examples just say! :)
I usually start really small, and add features/refactor as I learn more.
At least for me, I found this keeps me honest and using the tool the way it was intended versus bending/breaking it for my needs just to say I used it. Then after I mostly understand it I can see how far I can bend it to my needs, when required.