Skip to content

Instantly share code, notes, and snippets.

@patocallaghan
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patocallaghan/69a86b7489cb6bce314a to your computer and use it in GitHub Desktop.
Save patocallaghan/69a86b7489cb6bce314a to your computer and use it in GitHub Desktop.
> A framework for creating ambitious applications
http://emberjs.com/
### Ember Inspector
* https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi?hl=en
### Why Ember.js?
* https://www.youtube.com/watch?v=VI__nGPT9kk
### Learning Resources
* [Ember.js Guides](http://emberjs.com/guides/concepts/core-concepts/)
* [Ember NYC Meetup videos](https://www.youtube.com/user/EmberNYC)
* [Intro to Ember.js in Intercom](http://intercom.wistia.com/medias/q0ypinv3zo)
* [emberwatch.com](http://emberwatch.com/)
* [ember101.com](http://ember101.com/) - a good primer of basic concepts
* [Tuts+ Premium Let's Learn Ember Course](https://courses.tutsplus.com/courses/lets-learn-ember) - Full 2.5hr course, you just need to sign up for an account.
* [Building URL-Driven Web Apps with Ember.js](http://www.infoq.com/presentations/emberjs-url) - Good, more high-level talk from Tom Dale about the philosophy behind Ember
#### Deep Dive
Talks which go into Ember core concepts in much greater detail.
* [The Router](https://www.youtube.com/watch?v=4Ed_o3_59ME)
* [The Resolver](https://www.youtube.com/watch?v=OY0PzrltMYc)
* [The Run Loop](https://www.youtube.com/watch?v=G4DdNMLubgQ)
* [Containers & Dependency Injection](https://www.youtube.com/watch?v=6FlWyOoo6hQ)
* [Actions & Events](https://www.youtube.com/watch?v=w6__hEUjqaw)
* Promises [Part 1]() & [Part 2](https://www.youtube.com/watch?v=eHomHs3PrP8)
### jsbin samples
* [Simple Computed Property](http://emberjs.jsbin.com/buhub/10/edit)
* [ArrayController with select all checkbox](http://emberjs.jsbin.com/buhub/7/edit)
* [Modal Dialog](http://emberjs.jsbin.com/iluLOto/1/edit) from [ember.js guides](http://emberjs.com/guides/cookbook/user_interface_and_interaction/using_modal_dialogs/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment