Testing Django with Selenium, pytest, and DockerNov 6, 2023A revisited quick guide to running Django selenium tests in a Docker container.
New project jitters? Embrace the discomfort!May 19, 2023The transition to a new project or job can be a period of discomfort and anxiety for a variety of reasons. It's also an opportunity for learning and growth.
PyCon US 23 - The importance of human connectionMay 1, 2023Human connection, empathy, and awe: some non-technical takeaways from PyCon US 2023.
Dynaconf settings & pytestApr 22, 2023Using pytest fixtures and Dynaconf to ensure deterministic tests & also provide the ability to change setting values inside individual tests.
Selenium Tests in Django & DockerDec 17, 2017A quick guide to running Django selenium tests in a Docker container.
When Not to User DockerSept 24, 2017Docker is great, but you don't necessarily need it. Here's when not to use it.
New Project ChecklistSept 22, 2017Starting a new project? Here is a list of must-haves for every new setup.
Mind Your BracketsSept 7, 2017A guide to writing readable and consistent code spanning multiple lines