build

Using CodeShip with CodeDeploy

Reading Time: 5 minutes What is CodeShip ? CodeShip is a hosted continuous delivery service that focuses on speed, simplicity and reliability. It is a fast and secure hosted CI service that scales as per user’s needs. CodeShip was founded in 2011, and pretty soon it became one amongst the Saas Continuous Integration and Continuous Delivery leader in the market. CodeShip is now backed by a larger company with Continue Reading

docker

A word on ‘docker buildx’

Reading Time: 4 minutes What is Docker Buildx ? Docker Buildx can be defined as a CLI plugin that provides us with the extra features supported by the Moby BuildKit builder toolkit along with the features of the normal docker commands. Furthermore, it also provides us with the same user experience as building with the docker build command. Also, along with some new extra features added over it like Continue Reading

jenkins logo

Jenkins: Build Triggers

Reading Time: 4 minutes In this we will learn, how Jenkins trigger the build of the project for continuous integration and continuous deployment and what are the types of build triggers in jenkins.

Implementation of Gulp.js from Scratch

Reading Time: 3 minutes Are you tired of doing  the same things manually i.e., creating the folders, compiling and copying  the files deploying them on separate environments (i.e., dev or prod) manually.  A lot of mouse clicking,  lot of  copy-paste, a lot of configuration changes and of course loads of headache. Then this blog is for you. I hope after this blog your search ends for implementing gulp in your Continue Reading