Contribute Media
A thank you to everyone who makes this possible: Read More

Building Rich Applications with Django and Ember.js

Description

After several years in the depths of high-performance computing, I returned to the web world a couple years ago and discovered that Django's awesome-to-pain ratio had tipped strongly in it's favor. I've been hooked ever since. As web lead at dotCloud for the past year, I've gotten to work on making Django deployment awesome at DotCloud in San Francisco. I'm now spending more of my time doing developer advocacy -- acting as dotCloud's "customer-in-residence" to ensure the company is producing a product developers love. I maintain and contribute to a number of open source projects: https://github.com/gabrielgrant

In this talk, learn how Django and Ember.js can compliment each other: how to integrate them where their functionality overlaps and reconcile the differences where their approaches contradict. Django helps quickly express a data model and handle HTTP requests, but using it alone isn't conducive to building highly-dynamic interfaces. Ember, on the other hand, is a client-side framework designed with precisely these interfaces in mind, but doesn't tackle the server-side at all. Both Django and Ember.js are large, ambitious and opinionated frameworks. This is what gives them their power over their more minimalist colleagues (Flask and Backbone.js, respectively) but because their opinions sometimes differ, it can be difficult to make them play together. In this talk, I'll briefly introduce Ember.js, compare and contrast how Django and Ember.js handle the various layers of an application, and show how to bridge between these two worlds.

Topics covered:

  • Ember's interpretation of MVC in Django terms
  • Overlap in functionality: which pieces of each framework to keep, modify and throw away
  • Compiling Assets
  • Connecting Ember to Django with Ember-data and Django REST framework
Improve this page