1 follower
I like computers
There are several frameworks available to help understand and improve Developer eXperience at organizations. They collect metrics along serval...
Django’s post_save methods allow execution of custom code on an insert or update of a record after the save method is called. The serialized object...
I needed to collect messages from different processes which was triggered by a record insertion. To keep things simple and denormalized, this stack...
The Referer http header (actually a misspelling of referrer) identifies the address of the webpage from which the resources has been requested. I...
Going by the documentation for all, one would think all iterables will early return. The following code will throw an AttributeError on the last item...
I noticed that the unittest pipeline was failing. I opened up the logs and saw a wall of text that took about 20 pages to scroll through to see what...