Upgrade to Pro — share decks privately, control downloads, hide ads and more …

MelbJS March 2015 – The Ember Developer Experience

MelbJS March 2015 – The Ember Developer Experience

Presented at MelbJS Melbourne, 11th March 2015 by @sugarpirate_

Lauren Tan

March 11, 2015
Tweet

More Decks by Lauren Tan

Other Decks in Programming

Transcript

  1. Convention over configuration • asset compilation – broccoli.js • es6

    modules • ember-qunit • bower for front-end dependencies • npm for internal dependencies
  2. Convention over configuration (cont.) • content security policy • live-reload

    • generators & blueprints • easy environment flags • easy builds • development server with express, mocks & proxies
  3. O(N) N = number of DOM elements O(M) M =

    number of dynamic nodes ...less runtime analysis