0

I am a newbie trying to learn ember but i find the examples on their website too complex and hard to understand? does anyone know a book or web page where i can find good tutorials and in depth about ember.js and handlebar.js ?

inputError
  • 600
  • 3
  • 12
  • 26

1 Answers1

1

For $12 you can't beat the peepcode screencast: https://peepcode.com/products/emberjs

UPDATE: See How to architect an Ember.js application

Community
  • 1
  • 1
Mike Grassotti
  • 19,040
  • 3
  • 59
  • 57
  • is it worth it ? i mean did you try it ? – inputError Mar 19 '13 at 19:41
  • 1
    Kinda, I had peepcode unlimitted plan for a while. Ember changed a lot recently so many of the (very good) free resources have become out of date. this peepcode screencast came out at just the right time and is really well done. i've recommended it to friends, not getting a cut of peepcode sales or anything ;-) – Mike Grassotti Mar 19 '13 at 19:50
  • i saw your tutorial at [link](http://stackoverflow.com/questions/14204674/how-to-architect-an-ember-js-application)...**Very Useful** – inputError Mar 21 '13 at 13:16
  • For much deeper understanding & I found the following ebook(48 pages) very helpful http://www.packtpub.com/create-and-implement-html-templates-using-handlebars-library/book – Mudassir Ali Nov 20 '13 at 08:47