Insights
Field notes on shipping AI inside real systems.

Latest
SQL Window Functions in Django
Window functions can be seen as close relatives to our well-known aggregate functions. They perform a calculation over a set of rows and return a single value.
Read post
Git Flow
You can not just introduce new features into master, or release hotfixes in master without merging into staging (or vice versa). Using git flow you will learn how to follow a workflow.
Read post
Multi platform mobile development using Cordova, Angular and Ionic Framework
I gave a talk about mobile development using Cordova/Phonegap, AngularJS and Ionic Framework. We have been using this stack since April so I thought that it could be a good idea to share experiences.
Read post
Integrating Django and AngularJS
Single Page Applications have been on the rise. They are headed towards being the next standard for web applications. I decided to give a talk about how to structure SPAs using Django and AngularJS.
Read post
CSS Preprocessors
IIn this presentation, we talk about the advantages of writing CSS with preprocessors (Sass, Less and Stylus) while debugging with source-maps. Take a look to find out how.
Read post