AWS EC2 + S3

Mounting non us-east-1 AWS based S3 bucket into an EC2 instance

The Problem AWS S3 is a global service for storing block data; however, when using a bucket as a file system is can be confusing…

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…

AWS announces the ability for different user/pass from Amazon.com

Got this email less than 30 minutes ago; hopefully this is the first in many step to separate AWS and Amazon operations entirely.
yaml-ar21.png

Re-post: The YAML document from hell.

Re-posting an article by Ruud van Asseldonk discussing the pitfalls of YAML. For what it is worth, I am firmly on team extend JSON with…

Goodbye LastPass; Hello BitWarden.

The password manager service LastPass has had a rough go of it lately. The breaches in the closing months of last year has shaken confidence…

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