Getting the most from Ember.js

Ember.js is a popular MVC framework for JavaScript. It can be a great way to build complex client-side applications. We'll cover some prerequisite topics (scope, context, closures) then we'll start covering some of the Ember basics – URLs and routing, naming conventions, models, controllers, views and actions.

Target Audience: Developers with a good understanding of HTML and JavaScript. Previous experience with JavaScript libraries such as jQuery and concepts like MVC will also be very helpful.

Main points:

  • Some prerequisite points – closures, scope, context, etc.
  • URLs and routes
  • Naming conventions
  • Models, Views, Controllers and Actions in Ember
  • Communicating with the server