Tag: devops
`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

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…

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.

Top 5 articles from my blog from 2018
AT / CI / CD
Automated Testing
Continuous Delivery
Continuous Deployment
Continuous Integration
Cypress
DevOps
Gatling.io
General
Load Testing
nginx
2018 has been an eventful year for me personally. Here's the top 5 most popular articles from 2018.

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.

How to use Golang’s “go get” from behind a proxy.
How to use Golang's "go get" from behind a proxy.

What’s the difference: A/B Testing VS Blue/Green Deployment?
In today's technology world many words and phrases come and go and even change meaning depending on the context. In this article we look at…