What do a good portion of database transactions do? They fail. But this is hardly surprising. The whole reason we...
Sometimes you want to have a globally accessible function like get_current_user() that somehow magically stores the current user for the...
Aren’t we all just constantly re-creating the same bits of code? This goes beyond boilerplate code. We are adding the...
Our code is so interdependent! Adding dependencies to projects is just how code is done. Every time somebody sneezes a...
When you need it: when you want to lock the DB, but don’t have the row to lock yet. As...
Here’s the problem: I have 1 timeline, but 2 types of events appear on this timeline. I want to use...
Celery never retries your tasks, unless you tell it to. Here is how you can tell her to:
I always wanted to have this. The cool part of me, of course, wanted me to be the one who...
Every project inevitably gravitates towards messy code. As long as you are adding features to a project, you can be...