1 follower
I like computers
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...
I superficially assumed a frozenset accounts for the order of items it was constructed with such that the following assertion would fail. assert( ...
It's a fairly straight forward process to upgrade a python version in asdf. asdf update asdf install python <version> asdf global python...
Python Logging is a centralized place to filter out sensitive Personally Identifiable Information. The flow chart shows how a LogRecord propagates...