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…

`DevOps is a failure` by Lee Briggs

A brief article regarding the failure of DevOps; with an offering of a new, more focused, replacement. https://leebriggs.co.uk/blog/2022/06/21/devops-is-a-failure
Miro

Case Study: Miro and AWS

So proud to be a team member at Miro, so awesome! The case study by AWS is the latest cap stone of my time with…
Terraform

Generate a SSH key via Terraform for EC2

As one of the longest lasting forms of access authentication Secure Shell (SSH) is a core tool used in every day computing. Additionally, it comes…

Great article about software maintenance and aging.

Lorenzo Pasqualis over on Dev.to wrote a great article about maintaining software systems. Some very good and well articulated points.

How to fix “failed to delete stack: Role … is invalid or cannot be assumed”

How to fix the "failed to delete stack: Role [...] is invalid or cannot be assumed " error when using AWS CloudFormation.

Run Commands on a Remote Machine via SSH

What’s the Point? Executing commands is one of the core tenants of computing. Sometimes, th desire to execute a command on a remove machine arises.…

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.