Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Personally, as @sl7_7, I began learning JS with Ember. So my answer should be Ember specific.</p> <p>I learned them by reading the few tutorials, guide and examples I found, but essentially by reading the source code.</p> <p>There are a lot of example available, but there are sometimes hard to find. First, a list of useful blogs :</p> <ul> <li><a href="https://github.com/emberjs/ember.js/wiki" rel="nofollow">https://github.com/emberjs/ember.js/wiki</a></li> <li><a href="http://emberjs.com/" rel="nofollow">http://emberjs.com/</a></li> <li><a href="https://kippt.com/zaplitny/emberjs" rel="nofollow">https://kippt.com/zaplitny/emberjs</a></li> <li><a href="http://trek.github.com/" rel="nofollow">http://trek.github.com/</a> you <strong>should</strong> read it</li> <li><a href="http://emberjs.tumblr.com/" rel="nofollow">http://emberjs.tumblr.com/</a> (does not seem to be still updated?)</li> <li><a href="http://codebrief.com/" rel="nofollow">http://codebrief.com/</a> - a blog written by Gordon L. Hempton</li> <li><a href="http://www.cerebris.com/blog/" rel="nofollow">http://www.cerebris.com/blog/</a> - written by Dan Gebhardt</li> <li><a href="http://www.emberist.com/" rel="nofollow">http://www.emberist.com/</a> - another really interesting blog for Ember, written by Peter Wagenet</li> <li><a href="http://www.tuanleaded.com/blog/2012/04/getting-started-with-ember-js-the-missing-to-dos-manual/" rel="nofollow">http://www.tuanleaded.com/blog/2012/04/getting-started-with-ember-js-the-missing-to-dos-manual/</a></li> </ul> <p>And then, some examples :</p> <ul> <li><a href="https://github.com/bazzel/ember-sample2" rel="nofollow">https://github.com/bazzel/ember-sample2</a> - a simple and recent Rails &amp; Ember example written in Coffeescript. It contains a useful <code>Ember.Router</code> example</li> <li><a href="https://github.com/elucid/ember-tunes" rel="nofollow">https://github.com/elucid/ember-tunes</a> - another simple Ember example</li> <li><a href="https://github.com/ghempton/ember-router-example" rel="nofollow">https://github.com/ghempton/ember-router-example</a> - an <code>Ember.Router</code> example</li> <li><a href="https://github.com/pangratz/dashboard/" rel="nofollow">https://github.com/pangratz/dashboard/</a> - a simple Github dashboard</li> <li><a href="https://speakerdeck.com/bestie/tastebuds-radio-a-rapidly-developed-ember-dot-js-app" rel="nofollow">https://speakerdeck.com/bestie/tastebuds-radio-a-rapidly-developed-ember-dot-js-app</a> - A speaker deck on a "rapidly developed app"</li> </ul> <p>It is possible that I forgot many site, so just add a comment and I'll update my answer.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload