Category Archives: DevOps

Code collaboration with Git

By | January 11, 2018

When it comes to source code management (SCM), Git is now the de facto standard and a major component in agile development workflows. One of the key features of Git, is that it is by nature distributed rather than centralized. However, when collaborating with others a central shared remote repository such as Github and Gitlab… Read More »

Infrastructure as Code with Terraform: Part 1

By | April 30, 2017

This week I attended the DevOps Glasgow meetup entitled “Episode 5. Hashicorp”, here we were introduced to Terraform, Hashicorp’s tool for implementing Infrastructure as Code (IaC), by Hashicorp engineer Radek Simko. Here is the link to Radek’s slide deck. This was my first time seeing Terraform put to work. I’ve been a fan of an other… Read More »