1 follower
I like computers
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...
Django's Paginator works to batch your query items into pages. Under the hood it uses lazy slicing which is accomplished in sql by offset and...
Before Slack moved to release bot they used to have human deployment commanders work in 2 hour shifts to walk through deployment steps and monitor...