© 2022 Hashnode
#continuous-integration
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…
https://docs.google.com/presentation/d/11eWHdD9ad9b2TTQHxSEPyqIzIrHI50RJ/edit?usp=sharing&ouid=101402678806245547076&rtpof=true&sd=true
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…
When using GitHub actions it's pretty neat that you can use the hosted GitHub runners. However, this can get costly if you use a lot of runners and they are not always that fast at running the actions…
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…
You want to set up your first automatic deployment pipeline that builds, tests, and deploys code changes to your target cloud environment. You’ve spent days reading docs and blogs to figure out what y…
(Photo by RealToughCandy.com) Git is a software platform used by developers for collaboration. The idea of Git is to keep track of any changes made in the existing file, data, or images. It allows man…
In this post, we are going to explore the benefits of Nuke and its most common features (while we deploy a web app to Azure) to achieve a flexible, maintainable, automated build process. Nuke is an o…
With the ever-evolving tech industry, it's crucial to deliver bug-free code expeditiously, this is where a CI/CD pipeline plays a pivotal role. But what is CI/CD, let's learn about it in this blog. Ov…