Month: April 2019

Project Release: Docker + AWS + Selenium + Terraform. Get it up and running.
Automated Testing
BASH
Docker
Docker-Compose
Elastic Compute Cloud (EC2)
Java
Maven
Programming
Ssh
Terraform
A little background Recently at the office the team I am assigned to have been tasked with build a quick start tool chain for a…

How Much Faster is PHP 7.3 by Stefan Mischook
Stefan Mischook over on YouTube sat down to describe the how much faster and efficient PHP 7.3 has been for his project Studio Web. It…

Quick Tips: AWS CodeDeploy “couldn’t find HOME environment — expanding `~'” fix.
If you ever run into the above error it can be a pain to debug as the message is not very clear. What it the…

Terraform: EC2 access to CodeCommit without HTTPS or SSH credentials.
The Problem I needed a way for a EC2 instance to clone a CodeCommit repository without using HTTPS credentials or a SSH key. Specifically I…