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...
The next item in my collection of “Aren’t we all just constantly re-creating the same bits of code?” is how...
Aren’t we all just constantly re-creating the same bits of code? This goes beyond boilerplate code. We are adding the...