by Vijay | Jul 30, 2020 | Server
Reading Time: 6 mins. Introduction Docker, an open-source container-based technology, aims to streamline and manage workload via distributed applications. In simplest form, it’s just another form of Virtualization and the difference lies in the fact that Docker...
by Vijay | Jul 30, 2020 | Server
Reading Time: 5 mins. What is Docker? Docker, a software offered as a set of PaaS (Platform as a Service) products primarily known for running multiple-operating systems on top of the host’s operating system. It uses the container-based technology to pack up the...
by Vijay | Jul 27, 2020 | Server
Reading Time: 6 mins. Overview The CI/CD pipeline, known as the Build Pipeline works on granting better visibility over the automated steps during the CI/CD process. For example, it makes use of build servers like Jenkins, Travis CI and TeamCity to achieve visibility...
by Vijay | Jul 25, 2020 | Server
Reading Time: 4 mins. What is Continuous Integration? Continuous Integration, in simple words, is a process of integrating all the development versions of code into a shared repository several times a day. A gradual introduction of the automation tools in the CI...
by Vijay | Jul 25, 2020 | E-commerce, Magento, Magento 2, Server
Reading Time: 6 mins. As we all know, the Software Development Life Cycle (SDLC) comprises numerous stages both major and minor that differs from one company to another. The CI/CD pipeline is one such critical practice that helps to streamline the development process...
by Vijay | Jul 24, 2020 | Server
Reading Time: 2 mins. Introduction: In the previous articles of the same Jenkins series, you might have come across the Jenkins installation and how to build a basic job in Jenkins. As a continuation article, you will learn how to build and create a basic pipeline in...