Category: Automation
Another post about YAML
Looks like I am not the only one who finds YAMLs ideocracies painful. More and more I tend to lean on JSON or TOML. Unfortunately,…
Tofu is the future of Terraform
As the fall out from Hashicorp’s rug-pull of a license change to Terraform continues to unfold the community has done what many of us saw…
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…
Intro: Hashicorp `Packer`
The problem space… In today’s modern application development process an applications has many homes. Local development, (docker) containers, on premise Linux servers, maybe even Unix…
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…
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…
IBM has released Unit Testing for Mainframes.
IBM recent announced that is has created a Unit Testing tool for Mainframe computers. This is an amazing step for legacy support within modern development…
Top 5 articles from my blog from 2018
Automated Testing
Automation
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.
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.