Finding 2.0 | DjangoConUS 2024Dec 17, 2024In September 2024, I presented Finding 2.0 at DjangoConUS 2024 in Durham, North Carolina.
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 DockerSep 24, 2017Docker is great, but you don't necessarily need it. Here's when not to use it.
New Project ChecklistSep 22, 2017Starting a new project? Here is a list of must-haves for every new setup.