`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
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
These days async programming is all the rage. It is no surprise when a language community publishes another library or runtime to support the async pattern. Coming from a PHP… Read More »Is Swoole the best of both worlds? Golang inspired PHP server with coroutine, channels, defer, et al.
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 Miro. Focused on the hyper-growth… Read More »Case Study: Miro and AWS
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 from a time before concepts… Read More »Generate a SSH key via Terraform for EC2
One persons thoughts on the Hashicorp Terraform Associate certification.
(Today’s article comes to us via Artur Meyster from careerkarma.co .) Cloud computing has been around for over a decade, taking over many aspects of technology. We use the cloud… Read More »How Cloud Computing Transformed Leading Industries
The Situation In the world of computing being able to execute multiple commands at the same time is a big deal. Even early operating system were able to execute multiple… Read More »How To: Run multiple commands on Linux; but in parallel!
This Again? A few months back I published an article reviewing the different ways to pass traffic between a Lambda in a private subnet and a Lambda in a public… Read More »How to: AWS Service Endpoint for S3 / DynamoDB
Recently I found myself designing a system that had AWS Lambda functions inside a private VPC. But I needed to pass a payload from the output of the Lambda function… Read More »How to: AWS Service Endpoints via Terraform for fun and profit