Setting up a Kubernetes Cluster

As we slowly move away from Docker Swarm, we have set our sights on implementing a Kubernetes cluster that we can use to build, test and deploy our applications on.  This guide explains how to create a Kubernetes cluster from ...Read More

Front-end Containerisation at Caplin

Over the last few months, we have been working on using Docker to produce efficient containers for our front end solutions. Early on, we noticed that there were several requirements we were going ...Read More

Continuous Delivery in a Monolithic Repository

A monolithic repository is a giant repository that holds multiple projects. The move towards monolithic repositories has been popularised over the past couple of years by tech giants Facebook and Google, stating advantages such as simplified dependency management and improved code ...Read More