Logging Rethought
Misc • Apr 12, 2019 •
We build services used by thousands of people. While uptime monitoring is crucial to deliver a great user experience, understanding what went wrong is...
Less Obvious Things To Do With Django’s ORM
Development • Mar 23, 2019 •
Django’s ORM is powerful and has been for ages. It only became even more powerful over the last years. In this post I want to explore some less-known features.
Thoughts About Normal and Abnormal Data
Misc • Oct 27, 2017 •
A lot of data lives in relational databases. And there are relations between records in these databases. Relations that might be normal or abnormal.
To Index Or Not, That’s Not The Questions
Development • Apr 05, 2017 •
Database indexes are useful. But how do they work? And how does one use them in Django?
Syntax highlighting for Django’s SQL query logging
Development • Jan 30, 2016 •
Django provides a logger for all SQL queries you run and adds syntax highlighting to the console output.
Django 1.7: Database Migrations done right
Development • Sep 17, 2014 •
About two weeks ago Django 1.7 was released with a lot of new and shiny features, such the App Loading Refactoring, Custom Lookups, the Checks Framework the...
Logging Rethought
Misc • Apr 12, 2019 •
We build services used by thousands of people. While uptime monitoring is crucial to deliver a great user experience, understanding what went wrong is...
Thoughts About Normal and Abnormal Data
Misc • Oct 27, 2017 •
A lot of data lives in relational databases. And there are relations between records in these databases. Relations that might be normal or abnormal.
Syntax highlighting for Django’s SQL query logging
Development • Jan 30, 2016 •
Django provides a logger for all SQL queries you run and adds syntax highlighting to the console output.
Less Obvious Things To Do With Django’s ORM
Development • Mar 23, 2019 •
Django’s ORM is powerful and has been for ages. It only became even more powerful over the last years. In this post I want to explore some less-known features.
To Index Or Not, That’s Not The Questions
Development • Apr 05, 2017 •
Database indexes are useful. But how do they work? And how does one use them in Django?
Django 1.7: Database Migrations done right
Development • Sep 17, 2014 •
About two weeks ago Django 1.7 was released with a lot of new and shiny features, such the App Loading Refactoring, Custom Lookups, the Checks Framework the...
Logging Rethought
Misc • Apr 12, 2019 •
We build services used by thousands of people. While uptime monitoring is crucial to deliver a great user experience, understanding what went wrong is...
To Index Or Not, That’s Not The Questions
Development • Apr 05, 2017 •
Database indexes are useful. But how do they work? And how does one use them in Django?
Less Obvious Things To Do With Django’s ORM
Development • Mar 23, 2019 •
Django’s ORM is powerful and has been for ages. It only became even more powerful over the last years. In this post I want to explore some less-known features.
Syntax highlighting for Django’s SQL query logging
Development • Jan 30, 2016 •
Django provides a logger for all SQL queries you run and adds syntax highlighting to the console output.
Thoughts About Normal and Abnormal Data
Misc • Oct 27, 2017 •
A lot of data lives in relational databases. And there are relations between records in these databases. Relations that might be normal or abnormal.
Django 1.7: Database Migrations done right
Development • Sep 17, 2014 •
About two weeks ago Django 1.7 was released with a lot of new and shiny features, such the App Loading Refactoring, Custom Lookups, the Checks Framework the...