The tutorial section of the Ember guides, starting with routes and templates
The entire Object Model section of the ember guides
An article I wrote on Computed Properties
All the Route hooks in order of execution with default behavior and parameters specified
Ember Guides Component Section
component best practice video tutorial
Ember Guides Controller Section
Ember Mocha -- for using Mocha instead of Qunit (with Ember Testing helpers described above)
EmberConf Presentation on TDD in Ember
Ember- Test like a pro, good talk by engineer at yahoo
An example app that uses correct Ember patterns - written by me and kboucher
A tutorial that walks through creating the above app -unfinished but there is alot there.
List of open source Ember apps, great opportunity to read well put together code
---Ember Application Concerns and Data Flow---