#rest-api
Read more stories on Hashnode
Articles with this tag
A better way to validate · The last blog discussed a method of data validation, exemplified through a POST request, that utilized a class whose __init__...
List your Flask routes · In codebases with lots of directories and subdirectories it can take a lot of "control-f-ing", "grepping", and "github...
Better request logging for better debugging · In the previous blog, I discussed how to setup Gunicorn with a Flask app and set some of the Gunicorn...
The end of grep curl ~/.zsh_history · During work I run a lot of curl commands to test whatever I'm currently developing. Curls are a necessity - because...