`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
Swoole

Is Swoole the best of both worlds? Golang inspired PHP server with coroutine, channels, defer, et al.

PHP
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…
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…

How Cloud Computing Transformed Leading Industries

(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…

How To: Run multiple commands on Linux; but in parallel!

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…
AWS & Terraform

How to: AWS Service Endpoint for S3 / DynamoDB

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…
AWS & Terraform

How to: AWS Service Endpoints via Terraform for fun and profit

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…