How I Have Learnt EmberJS
Since two months I come using EmberJS full. We decided to use EmberJS without strong experience and knowledge. We might use another MV JS framework out there, but We are convinced that using a MV JS framework is the right path to follow in order to avoid have a bunch of JS code unmaintainable.
Besides the kind of app we are developing EmberJS made a perfect match for us.
When I’m into any technology, I follow closely the info stream about it. Yesterday I read this tweet:
Looking to use some Christmas money on #EmberJS learning material. Any recommendations? cc: @tomdale @wycats
That tweet made me think about how I have learnt EmberJS, which is unusual due to way how EmbjerJS is being developed.
EmberJS team core follows an aggressive development strategy until the next release, which consists on every six weeks a new stable version of EmberJS.
When you are trying to learn something new for a real project, often you get books, screencast, blog posts and so on in order to ramp up quickly. The problem here EmberJS with its development model tends to get out of date these resources as quick as six-weeks.
So, You can buy amazing books, read incredible tutorials, watch helpful screenshot, but they might going out of date on next release of EmberJS, definitely that’s not good. It’s very frustrating :–(.
What we did a custom algorithm to sort out this one in order to get good books for reference and get in touch with the official doc.
Might you asking yourself, how works this?
Well, We wanted to have good books with very recent date, in which we get reference to understand more in deep core concepts behind EmberJS and official doc to check out if the book, tutorial, etc is up-to-date. By this way We can take advantage the power of any OSS, its Community.
EmberJS is a good framework with amazing community, besides the core team are guys which know a lot of about OSS.
If you are interested on using Ember JS on your projects keep in mind its development life cycle and when you want to buy or read resource check out the release date and version used. There are many projects out there using EmberJS for real and not just tutorials.
We are using it for real and so far so good.