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...
by Vijay | Jul 23, 2020 | Server
Reading Time: 2 mins. Overview The CI/CD is a set of methods used to deploy code-changes more readily and frequently via automation. It stands for Continuous Integration and Continuous Delivery/Deployment, practice in the DevOps culture, i.e. a combination of...
by Vijay | Jul 23, 2020 | Server
Reading Time: 5 mins. What is Jenkins? Jenkins is an open-source and automation tool primarily used for the implementation of Continuous Integration and Continuous Delivery/Deployment. Being written using the Java language, it can be integrated with a number of...
by Vijay | May 29, 2020 | Server
Reading Time: 3 mins. Nginx, the most widely used web servers in recent years, is popularly known for its simple configuration, stability and high performance. Unlike the other web servers, it can also function as a proxy server and cache server. This article will...