Ross Patterson¶
The blog of Ross Patterson, a Python full-stack software developer with 20+ years experience.
12 April - Endorsing Conventional Commits
Consider adopting a VCS commit message convention, Conventional Commits has made me a better developer.
09 April - Reproducing Deployments with Docker-in-Docker
Debugging deployment issues locally by falling down the Docker-in-Docker (DinD) rabbit hole.
08 April - Docker Gotchas I’ve Encountered
Time to share the snags/gotchas I’ve run into developing and deploying with Docker containers.
07 April - Reflections on TTW Programming from the Future
Playing with IFTTT and Zapier has me remembering the TTW programming fallout and debate.
05 April - Using Directories for Sphinx Pages
Creating Sphinx pages as
./foo/index.rst
has a number of benefits over./foo.rst
including path consistency and organizing content.