Microservices for Business System Integration: A Bad Idea


Microservices add complexity to business system integration without most of their usual benefits.

Hugo - Open External Links in a New Tab


How to make your Hugo site open external links in a new tab.

Hugo Taxonomies


Understanding the listing pages automatically generated by Hugo

Git Cheat Sheet


Update GitLab Repository Default Branch from Master to Main


Update your GitLab repository to remove the `master` branch and use a branch calld `main` as the default branch in its stead.

Git Basics


Git is prevalent and powerful, but getting started is not intuitive.

Approachable and Beautiful Command Line with Fish and Starship


The command line can be daunting, slow and ugly, or it can be one of the most efficient ways to interact with a computer.

Getting Started creating CI/CD Pipelines


Breaking CI/CD Pipelines down into their components, so they can quicly be understood, designed and built.

Collectstatic - Running Django in Production


What is Django’s collectstatic method and why it is necessary for running applications in production.

Git Design Pattern for Sandbox and Testing CI/CD Pipelines


Ideally there is CI set up for sandboxes, but the right design pattern is not obvious.