Zero-Downtime JavaScript Deployment
Deploying your Ember application can be tricky and slow if it is tied into your backend. this presentation discusses tools and strategies for lean JavaScript apps deployment in the context of Rails and Ember.
Deploying your Ember application can be tricky and slow if it is tied into your backend. this presentation discusses tools and strategies for lean JavaScript apps deployment in the context of Rails and Ember.
This presentation explains how easy it is to build a radio streaming application with Ember.js. This presentation is comprised entirely of live code and in 20 minutes gives you an introduction to the updates, features, and capabilities of modern Ember, an open-source client-side JavaScript web application framework based on the …
This is talk is about to adapted a code infrastructure for a growing application. It is about their transition from a large jQuery code base to a faster, easier to maintain, tested Ember application.
Ember.js is a JS framework based on established conventions that allows writing complex applications with a small amount of code. Ember-data is the component that connects this framework with a REST API. Unfortunately, the conventions followed by its community are not compatible with Tastypie, one of the most widely used …