Tag: continuous integration

The Benefits of Building a DevOps Environment
In this article, we’ll provide a clear understanding of DevOps, break down terminology and concepts associated with it, review the benefits and challenges of adoption, and go over the steps to adopting a DevOps model. What is DevOps? DevOps is...

Create Continuous Deployment Pipelines with Golang & Jenkins
A few weeks ago I had written about continuously deploying an application written with the Go programming language using a popular service called Travis CI. This example demonstrated creating an application that used a Couchbase NoSQL database, creating unit tests,...

Continuously Deploying a Golang Application Using Travis CI
So you’ve been developing an application using the Go programming language with a team of developers for your organization. Best practice would say that you need to create proper tests and develop a continuous integration and deployment strategy. If you’ve...