Book Image

Ember.js Solutions [Video]

By : Erik Hanchett
Book Image

Ember.js Solutions [Video]

By: Erik Hanchett

Overview of this book

<p>Ember.js is an open source JavaScript framework that will make you more productive. It uses common idioms and practices, making it simple to create amazing single-page applications. It also lets you create code in a modular way using the latest JavaScript features. Not only that, it has a great set of APIs to get any task done. The Ember.js community is welcoming to newcomers and is ready to help you when needed.</p> <p>This video course provides in-depth explanations on how to use the Ember.js framework to take you from beginner to expert level. You'll start with some basic topics and by the end of the course, you'll know everything you need to know to build a fully operational Ember application.</p> <p>We'll begin by explaining key points on how to use the Ember.js framework and the associated tools. You'll learn how to effectively use Ember CLI and how to create and deploy your application. We'll take a close look at the Ember object model and templates by examining bindings and observers. We'll then move onto Ember components, models, and Ember Data. We'll show you examples on how to connect to RESTful databases. Next we'll get to grips with testing with integration and acceptance tests using QUnit.</p> <p>We will conclude by covering authentication, services, and Ember add-ons. We'll explore advanced topics such as services and initializers, and how to use them together to build real-time applications.</p> <h1>Style and Approach</h1> <p>Each video in this course will make it that much easier to understand Ember.js. <br />With each video, you will learn the concepts of Ember.js by following the simple step-by-step processes.</p>
Table of Contents (10 chapters)
Chapter 8
Logging, Debugging, and Testing
Content Locked
Section 4
Using Unit Tests
In this video we'll learn about unit tests to test smaller chunks of functionality. - Test a computed property - Create a unit test