Archive: February 2019

To reduce the chance of a human error affecting the a production site (especially in a team environment) it is good practice to implement a CI/CD pipeline. This post covers the implementation of a CI/CD pipeline for the AlphaGeek site. In future I will provide a more generic post about CI/CD pipelines.
Read More
This article has been written for my employer MessageMedia. This publication is exactly as I wrote the article; the article published on the MessageMedia site may contain differences due to editorial style.

Early last week I had no idea how busy this week was going to be. I'd planned to go to 3 Meetups, by the end of the week I was going to 6 Meetups, with a one day break before a 7th.
Read More
When developing any dynamic functionality it is best practice to implement testing. This will ensure anytime the code is deployed it is in a working state and will provide a good user experience to the visitors/users of your service.
Read More