Category: Continuous Deployment

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…

Top 5 articles from my blog from 2018
AT / CI / CD
Automated Testing
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.

What’s the difference: Continuous Integration, Continuous Delivery, and Continuous Deployment.
DevOps has a bunch of terms, many of which are mixed up, misused, or just plain wrongly defined. Here we break down three of the…
Tutorial: Using Docker_Puppeteer_Jest to execute a headless Chrome End-to-End (user/acceptance) testing suites.
AT / CI / CD
Automated Testing
Community
Continuous Deployment
Continuous Integration
Docker
General
The problem: We know that unit testing is an essential part of software engineering (at least we should all know that). Integration testing assure us…