Web Unleashed 2014

2014-09-17 00:00:00 2014-09-19 00:00:00 America/Toronto Web Unleashed 2014 By attending Web Unleashed, you will get up-to-date on the skills to push you ahead in your career. You'll also have the opportunity to network and share ideas with like-minded professionals. Toronto FITC Toronto

Overview

Choosing a framework for your next project is a daunting task; there are so many options with fervent supporters that it seems there is no one exclusively right path. This workshop won’t be a pitch for any one of them: it aims to give you context for each of the four frameworks (Ember, Angular, React, and Backbone) so that you can make your own informed decision when you look to choose the right framework for your project.

Objective

To give attendees an informed opinion on each of the four frameworks so they can make a good decision on which framework to pursue in personal or professional work.

Target Audience

JavaScript developers who are wanting to have a basic understanding of each of these popular frameworks.

Assumed Audience Knowledge

The presentation will be best understood by those who already have a decent grasp of JavaScript and have an understanding of the MVC separation of concerns. Much of the workshop will still be useful to those who don’t fully understand MVC and perhaps it will be a good way to gain some insight by implementing it.

Five things audience members will learn

In each of the four frameworks, audience members will learn

  1. A high level technical understanding of the mechanisms of the framework.
  2. How to bootstrap an app.
  3. How to do basic CRUD operations on data.
  4. How to achieve two-way data binding
  5. The features unique to the framework