$30 off During Our Annual Pro Sale. View Details »

Day of Ember.js intro

Day of Ember.js intro

Slides from ember.js training session

Greg Malcolm

April 02, 2014
Tweet

More Decks by Greg Malcolm

Other Decks in Programming

Transcript

  1. Welcome to Day of Ember.js!

    View Slide

  2. Objective #1 - Learn the basics!
    Tutorial Options -TodoMVC!
    http://emberjs.com/guides/getting-started/

    View Slide

  3. Objective #1 - Learn the basics!
    Tutorial Options -TodoMVC!
    http://emberjs.com/guides/getting-started/
    • Good coverage of ember.js concepts
    • Detailed explanations
    • App is a little atypical
    • Doesn’t make use of ember-data

    View Slide

  4. Objective #1 - Learn the basics!
    Tutorial Options -TodoMVC!
    http://emberjs.com/guides/getting-started/
    1. Go to the Ember Guides website
    2. Work through the “Getting Started”
    tutorial section

    View Slide

  5. Objective #1 - Learn the basics!
    Tutorial Options -!
    Choose your own Adventure!
    https://github.com/gregmalcolm/ember-beginner-workshop

    View Slide

  6. Objective #1 - Learn the basics!
    Tutorial Options -!
    Choose your own Adventure!
    https://github.com/gregmalcolm/ember-beginner-workshop
    • Tutorial makes use of ember.js and
    ember-data with fixture data
    • Bit of a copy and paste exercise.
    Doesn’t going into much depth on how
    things work
    • Get’s a bit confusing near the end with
    the use of nesting

    View Slide

  7. Objective #1 - Learn the basics!
    Tutorial Options -!
    Choose your own Adventure!
    https://github.com/gregmalcolm/ember-beginner-workshop
    1. Fork from github or download
    2. Follow instructions in README.md

    View Slide

  8. Objective #2 - Assignment!
    Build a Movie Database Website!
    https://github.com/gregmalcolm/ember-rails-movies-tutorial

    View Slide

  9. Objective #2 - Assignment!
    Build a Movie Database Website!
    https://github.com/gregmalcolm/ember-rails-movies-tutorial
    • Start off with a simple ember rails with
    a partially implemented movies
    database website.
    • Implement story cards to expand
    functionality

    View Slide

  10. Objective #2 - Assignment!
    Build a Movie Database Website!
    https://github.com/gregmalcolm/ember-rails-movies-tutorial
    Work through Story Cards

    View Slide

  11. Objective #2 - Assignment!
    Build a Movie Database Website!
    https://github.com/gregmalcolm/ember-rails-movies-tutorial
    To get started download the movies project and follow
    instructions in README.md

    View Slide