yaml-ar21.png

Another post about YAML

Looks like I am not the only one who finds YAMLs ideocracies painful. More and more I tend to lean on JSON or TOML. Unfortunately,…
OpenTofu

Tofu is the future of Terraform

As the fall out from Hashicorp’s rug-pull of a license change to Terraform continues to unfold the community has done what many of us saw…

Proposal: CI, CD -> CI, CD, CR

In the realm of software development it is impossible to go a week without heard about CI/CD. At a high level the concept of continuous…

Intro: Hashicorp `Packer`

The problem space… In today’s modern application development process an applications has many homes. Local development, (docker) containers, on premise Linux servers, maybe even Unix…

IBM has released Unit Testing for Mainframes.

IBM recent announced that is has created a Unit Testing tool for Mainframe computers. This is an amazing step for legacy support within modern development…

Using `shellcheck` to lint your bash/sh scripts.

Being involved in technology, specifically web, it does not take long we have to write a bash (or shell) script.