I played around with Ember.js on and off last year and after building some quick demos I decided to invest some real time in building real web apps with it. I have been keeping track of some useful tips and resources for people starting out with Ember.js. Ember.js Guides The official Ember.js Guides and Tutorials walks you… Continue reading Getting started with Ember.js
Tag: emberjs
Ember.js + Django
Quick deck about how easy it was to switch an Ember.js app from using localStorage adapter to using an adapter for Django REST Framework. To show the simplicity of it, I took the simple Markdown Editor I built a couple of days ago, Poe, and switched the localStorage adapter with one that works with Django… Continue reading Ember.js + Django
Ember.js demo app #1: Poe
One of the first Ember.js project ideas in the Puerto Rico Ember.js User Group was a Markdown Editor. My all-time favorite Markdown editor is definitely Mou. Mou is a Markdown editor for web developers, on Mac OS X. Mou is great, simple, and has a couple of nifty features built into it. One of my favorite is being… Continue reading Ember.js demo app #1: Poe