Application Development with Advanced Ember

Application Development with Advanced Ember

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 1h 27m | 820 MB

Modularising and writing better code with EmberJS

In this course, we will dig deeper into our understanding of Ember, so that we can be more productive in using it. Ember is an excellent framework for building complex web applications with ease. This course helps us build upon our previous Ember.js knowledge to take it a level deeper.

We will understand the concept of promises and learn to use that effectively in our application. We will also look at setting up handlers when our promises are fulfilled as well as when they are rejected.

Further, we will look at developing Ember addons, as well as using Engines. This allows us to develop multiple logically distinct applications, which can be then composed into one larger application. This is very useful when building related applications, which can be developed independently by separate teams.

We will also learn about embedding Ember with other JS frameworks., as well as concepts like fastboot, which provides a progressive enhancement mechanism for Ember apps, through server-side rendering.

This comprehensive, in-depth, yet easy-to-follow tutorial will take you on a journey to mastering application development with Ember.

What You Will Learn

  • Fine-tune your Ember Applications
  • Build complex apps, by building multiple ember apps, and composing them together
  • Look at nested UI in depth
  • earn to set up asynchronous routing in your application
  • Learn to create Ember addons
  • Learn to set up engines in Ember
  • Set up Fastboot, to allow server-side initial render
Table of Contents

Digging Deeper into Ember
1 The Course Overview
2 Initializers
3 Ember Run Loop
4 Dependency Injection

Advanced Routing
5 Nested Routes
6 Promises
7 Asynchronous Routing
8 Handling Fulfilment and Rejection

Working with Multiple Ember Applications
9 Creating Add-ons
10 Developing Add-ons
11 Ember Engines
12 Developing Engines

Advanced Ember Usage
13 Embedded Applications
14 Fastboot
15 Ember 3