Eliminate network dependencies until the last responsible moment · Most product teams I've worked with are not full-stack. That is, there are backend...
An API should operate as intended. This requires both an expressed intent and verification that, indeed, the API fulfills this intent. · Where We've...
Background When I worked for Arity (an Allstate startup), Allstate had contracted with Pivotal Labs to facilitate its agile transformation. Pivotal's...
Setting up JSON logging for a production Django app requires the following steps: Configure JSON logging from the Django app Configure JSON logging...
What is observability? Improving an application's observability can be one of the most empowering endeavors as an engineer. Imagine tiptoeing across a...
In the last article I covered how to Host API Docs in Django. To recap, this included the following: Creating an OpenAPI spec Generating API docs...