Building Blocks Collection
What do a good portion of database transactions do? They fail. But this is hardly surprising. The whole reason we...
Building Blocks Collection
Sometimes you want to have a globally accessible function like get_current_user() that somehow magically stores the current user for the...
Building Blocks Collection
Aren’t we all just constantly re-creating the same bits of code? This goes beyond boilerplate code. We are adding the...