© 2022 Hashnode
#continuous-deployment
The DevOps movement has taken the software development industry by storm. With the DevOps approach, organizations can more quickly and efficiently respond to market opportunities by accelerating softw…
Management of CyberArk platforms can be difficult. They have numerous settings that are integral to how privileged accounts are used and their credentials managed. An incorrect configuration could lea…
CI / CD Pipeline ou Continuous Integration and Continuous Delivery Pipeline são etapas que precisam ser executadas visando automatizar a liberação de novas versões de um software sem eliminar a qualid…
We have a simple Node.js application that we will use in this tutorial to demonstrate how you can use your local images to build and deploy an application on minikube. Prerequisites: Node.js application – We have a sample application for y…
In this post, I am going to show you how to deploy a React App to MS Azure. But, first, let us quickly see what cloud computing is. Cloud computing Commercial Cloud computing has been around us for more than two decades. Many cloud service …
‘Speed’ is the keyword that makes every process worthy in today’s face-paced world, leaving no place for the ‘slow’ processes. This is true even in software testing, which have evolved as an essential…
As developers, we spend so much time on repetitive tasks like preparing builds, running tests, and pushing them to Stores. Secretly we all wish the process to be easier. In this article, we are going …
The software development life cycle has come a long way - from a non-overlapping development model - the Waterfall Model to an iterative development model like Agile and DevOps. It’s interesting to no…
Hello there, I hope you're staying in shape. We'll take a look at a Continuous Development and Continuous Integration (CI/CD) tool today. Jenkins is an open source automation server which can be used…
Introduction Hi everyone, I am starting a new series on docker where I will be introducing you to docker, Its installation, terminologies used, and how to dockerize your applications. Docker is an ope…