Insights
Field notes on shipping AI inside real systems.

Latest
10 popular websites built with Django framework
Django is a perfect solution for both startups and large companies that aim to deliver their products as quickly as possible and at an efficient cost.
Read post
Django Girls Montevideo: Working to Close the Gender Gap in Software Development
Women are scarce in engineering, in fact, 97% of the resumes we receive come from men. In launching Django Girls Montevideo, we strive to do our part to contribute to gender equality.
Read post
Control Django DB Performance Using django-test-query-counter
A library is introduced in this post to help maintain the database performance in Django Apps through testing. It aims to detect possible Database performance issues as soon as possible.
Read post
The castable model mixin
If you've ever used multi-table inheritance in Django, chances are that you wrote several queries for your parent model but at the time. Keep on reading to find out more.
Read post
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
qurl: A django template tag to modify url's query string
In search pages is common to show filters, pagination and other useful links around the results. So for that reason we wrote the qurl template tag to append, remove, replace or alter query string parameters.
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