Blog Contents
- Getting started with fuzzing your Django web app 10 Feb 2021
Not all software issues are in the code, here is a tale of how what clothes I was wearing impacted how well my app worked when used in the real world!
development, health, ios, location, testingA note on how you can use devcontainers to let you directly work on your code base in Visual Studio Code within a full dockerized production-like stack on your local machine.
development, docker- Your next Linux distrubtion: Windows 10? 12 Mar 2020
- Working with Wikibase from Go 26 Nov 2018
- Failure strategies vs Swift optionals 15 Jun 2018
How I disapproved of forced unwrapping optionals in Swift in general, but have made my peace with the existence of the operator in practice.
development, swiftSome notes on trying to keep the flexibile approach to data-structures within the safety net of a type-strict language like Swift.
development, swiftA look at what seems to be an unsolvable issue with Windows Performance Monitoring - it stores the events without a timezone reference but using daylight saving aware times.
development, windows- A simple UI for managing local docker instances 18 Apr 2018
- Better testing for golang http handlers 23 Feb 2018