Documenting terraform can be difficult. Most of the time what ends up happeing is you have a README.md in each terraform module that's...
Here I discussed a simple pattern for choosing different configurations with jinja this is a little more depth into that pattern. By...
Recently I've been testing out the 20.04 beta for Ubuntu. It's real nice. But it recently upgraded python from python3.7 to python3.8...
When writing command line utilities in python for almost any purpose. I almost always want to control the level of verbosity in my...
Reading Google Sheets With Python Google Sheets is an excellent spreadsheet tool. Sometimes good tools end up used more than they truly...