Skip to content Skip to sidebar Skip to footer

Getting More Detail Into Ember.js

I have just been told that some of the projects I have to work on use Ember.js framework. It looks interesting and I want to gain more knowledge on it. I have also seen the officia

Solution 1:

Personally, as @sl7_7, I began learning JS with Ember. So my answer should be Ember specific.

I learned them by reading the few tutorials, guide and examples I found, but essentially by reading the source code.

There are a lot of example available, but there are sometimes hard to find. First, a list of useful blogs :

And then, some examples :

It is possible that I forgot many site, so just add a comment and I'll update my answer.

Solution 2:

You have to learn javascript first. Ember.js is a library for javascript, and thus is written in javascript, and thus is interfaced through javascript. Starting with ember.js is running before you can walk.

That said, here are a few resources to get you started:

Javascript:

Mozilla Tutorial

Ember.js:

Adobe Tutorial

Solution 3:

You would do better learning Javascript first. You can head on to Javascript.is(sexy) by Richard Bovell. He does a magnificent job of teaching JS basic and advanced concepts.

Post a Comment for "Getting More Detail Into Ember.js"