Overview
Ember.js is a JavaScript framework aimed at building robust and ambitious web applications. Its major goals include providing a standard application framework, an expressive way architecting your web application, and a toolkit which helps eliminate boilerplate accelerating your development time.
This session aims to educate developers on the fundamentals of an Ember.js application and helps them understand how to approach building their first robust web application.
The topics covered in this session include:
* Basic application structure
* Data bindings
* Auto-updating templates
* Computed properties
* State management with the Ember.js Router
* Data, the Ember.js data persistence library
This session will also briefly discuss approaches for testing your Ember.js application and various tooling that exists for deployment of your application, exploring tools such as Iridium, ember-rails, and others.
This presentation is aimed at people new to Ember.js, but who are experienced in JavaScript development.