Github Actions vs. Jenkins

Pavle Djuric
6 min readMar 17, 2022

In the age of cloud computing and devops, deploying your application several times a day is considered business as usual. But, in order to make sure your latest updates don’t break any previous features, it is necessary to build and test your code before deploying. Doing all of this work manually several times a day can get quite tedious. That’s why the concept of CICD was introduced, and has since become the industry standard for deploying…

--

--

Pavle Djuric

Software developer. 3 x AWS certified. Writing mostly about Python, Golang, backend development and Cloud computing.