Ember is awesome but it will take some effort to get started with. Here I would like to share collection of getting started resources to make thing easier for those who trying to learn.
Introduction:
Building Web Applications with Ember.js – Yehuda Katz has explained very nicely that how Ember can be used to build fast and responsive apps, and also shared some nifty aspects of Ember you might not know about.
[http://www.youtube.com/watch?v=u6RFyVN9sNg(video)][1]
Basics:
-
Ember Guides – This is the official documentation provided by ember.js developer team. It has everything explained explained in detail. So its a first step towards ember learning.
[http://emberjs.com/guides/(guides)][2] -
11 resources to start (with videos)
[http://blog.remarkablelabs.com/2012/11/11-emberjs-resources-to-get-you-started(Blog)][3] -
An Ember.js beginners tutorial – Pretty long tutorial covering all the basics of building an Ember app.
[http://www.williamhart.info/an-emberjs-beginners-tutorial.html(blog)][4] -
Brief introduction to MVC and routing -
[http://www.smashingmagazine.com/2013/11/07/an-in-depth-introduction-to-ember-js/(blog)][5] -
50 slides with detailed explanation:
[http://blog.embed.ly/post/56537323314/building-apps-with-ember-a-postmortem(Blog)][6]
Series of Ember Learnings Blogs
-
Getting Into Ember.js:
[http://code.tutsplus.com/tutorials/getting-into-ember-js--net-30709(blog-1)][7] -
Getting Into Ember.js: Part 2
[http://code.tutsplus.com/tutorials/getting-into-ember-js-part-2--net-31132(Blog-2)][8] -
Getting Into Ember.js: Part 3
[http://code.tutsplus.com/tutorials/getting-into-ember-js-part-3--net-31394(Blog-3)][9] -
Getting Into Ember.js: Part 4
[http://code.tutsplus.com/tutorials/getting-into-ember-part-4--net-31517(Blog-4)][10] -
Getting Into Ember.js: Part 5
[http://code.tutsplus.com/tutorials/getting-into-emberjs-part-5--net-35817(Blog-5)][11]
Videos:
-
Building an Ember.js Application – This screencast will walk you through the process of building a blog reader application using Ember.js 1.0.
[https://www.youtube.com/watch?v=1QHrlFlaXdI(video-1)][12] -
Videos provided by Code school
[http://ember.codeschool.com/levels/1(code-school videos)][13]
Ember Data:
-
Brief Intro to ember-data :
[http://blog.embed.ly/post/50012690904/ember-at-embedly-tutorial-models-and-ember-data(link)][14] -
About Ember-Data by Tom Dale
[https://www.youtube.com/watch?v=djhAsWGOImk(link)][15] -
Ember Data: Tips, Tricks, & Lessons Learned
[https://www.youtube.com/watch?v=HL2bMjndviE#t=31(link)][16]
Ember Demo Application Code Reference
-
TO-DO app:
[https://github.com/swatijadhav/ember_todo_app(link)][17] -
Blog App:
[https://github.com/swatijadhav/ember_blog_app(link)][18] -
Rolling Dice App:
[https://github.com/swatijadhav/ember_rolling_dice_app(link)][19] -
Data fetched from blogs (using json response):
[https://github.com/eviltrout/emberreddit-old/(link)][20] -
Date fetched from news-app:
[https://github.com/swatijadhav/ember_news_app/(link)][21] -
[https://github.com/swatijadhav/ember_with_json_data/(link)][22]
[1]: http://www.youtube.com/watch?v=u6RFyVN9sNg
[2]: http://emberjs.com/guides/
[3]: http://blog.remarkablelabs.com/2012/11/11-emberjs-resources-to-get-you-started
[4]: http://www.williamhart.info/an-emberjs-beginners-tutorial.html
[5]: http://www.smashingmagazine.com/2013/11/07/an-in-depth-introduction-to-ember-js/
[6]: http://blog.embed.ly/post/56537323314/building-apps-with-ember-a-postmortem
[7]: http://code.tutsplus.com/tutorials/getting-into-ember-js--net-30709
[8]: http://code.tutsplus.com/tutorials/getting-into-ember-js-part-2--net-31132
[9]: http://code.tutsplus.com/tutorials/getting-into-ember-js-part-3--net-31394
[10]: http://code.tutsplus.com/tutorials/getting-into-ember-part-4--net-31517
[11]: http://code.tutsplus.com/tutorials/getting-into-emberjs-part-5--net-35817
[12]: https://www.youtube.com/watch?v=1QHrlFlaXdI
[13]: http://ember.codeschool.com/levels/1
[14]: http://blog.embed.ly/post/50012690904/ember-at-embedly-tutorial-models-and-ember-data
[15]: https://www.youtube.com/watch?v=djhAsWGOImk
[16]: https://www.youtube.com/watch?v=HL2bMjndviE#t=31
[17]: https://github.com/swatijadhav/ember_todo_app
[18]: https://github.com/swatijadhav/ember_blog_app
[19]: https://github.com/swatijadhav/ember_rolling_dice_app
[20]: https://github.com/eviltrout/emberreddit-old/
[21]: https://github.com/swatijadhav/ember_news_app
[22]: https://github.com/swatijadhav/ember_with_json_data