- Bytes not Bytearrays with Django please 27 Apr 2021
A quick look a unexpected nuanced interaction of Django's HTTPResponse object and Python's type system that caught me out.
- Getting started with fuzzing your Django web app 10 Feb 2021
A small tutorial on how to run the Atheris fuzzing tool against your Django apps API to try find untested code paths.