How to develop and test a minimal API in Python with Flask
This post describes how to develop and test an API in Python with Flask. The API is minimal and self-contained, with very few dependencies beyond the Python standard library.
The unexpected downsides of working in a flow state
Software developers often talk about entering a flow state when programming, leading to periods of extreme productivity. This is generally regarded as a Good Thing, but I think that there are some caveats to working in a flow state that we should be mindful of.