Skip to content

Instantly share code, notes, and snippets.

@taras
Created July 4, 2014 02:02
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taras/3acbed53702ce4e0d106 to your computer and use it in GitHub Desktop.
Save taras/3acbed53702ce4e0d106 to your computer and use it in GitHub Desktop.
Where to start after you read Ember Guides?
You'll need proper development environment, learn about Ember CLI - https://www.youtube.com/watch?v=hygxGDjhGp8.
You might want to know about more about what's happening under the hood, watch Robert Jackson talk about Ember Magic - https://www.youtube.com/watch?v=OjqcI8KWesk.
Learn more about complex architecture in Ember https://www.youtube.com/watch?v=Kcij9lH2OyM
Learn more about Ember Data - https://www.youtube.com/watch?v=HL2bMjndviE.
You can get lost in the View layer, learn about Events and Actions from Luke Melia - https://www.youtube.com/watch?v=w6__hEUjqaw
Learn about Promises from Stefan Penner - https://www.youtube.com/watch?v=eHomHs3PrP8.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment