Skip to content

Category Archives: Django

A Quick Introduction to Backbone

Who Uses Backbone? airbnb, newsblur, disqus, hulu, basecamp, stripe, irccloud, trello, … Why? http://backbonejs.org/#FAQ-why-backbone It is not a framework Backbone […]

Links

There is a new version of gunicorn, 19.0 which has a couple of significant changes, including some interesting workers (gthread […]

A Different View

One of the consequences of the mismatches between databases and ORMs is that iterating over objects can generate explosions of database queries. […]

API First

Recently, we were faced with the task of writing an API-first web application in order to support future mobile platform […]