Best of CI/CDMay 2022

  1. 1
    Article
    Avatar of circleCircleCI·4y

    DevOps for startups

    DevOps is a philosophy of rapid development, testing, and deployment that allows for technology to be quickly iterated upon. For startups, the ability to move quickly and respond to trends and changes is essential if they hope to out-compete larger, established interests. Europe alone saw investments triple from $41 billion to nearly $120 billion in 2021.

  2. 2
    Article
    Avatar of hashnodeHashnode·4y

    Introduction to CI

    Continuous Delivery is a software development practice that uses automation to speed the release of new code. CI/CD involves testing, staging and deployment of code/application. There are 4 main stages: Source, Build, Packaging, Testing, Deployment. The pipeline can get triggered by making any change in the code or the program and can even be done manually.

  3. 3
    Article
    Avatar of hashnodeHashnode·4y

    Introduction of Jenkins pipeline

    Continuous Integration is the most important part of DevOps that is used to integrate various DevOps stages. Jenkins Pipeline is defined using a text file called the Jenkinsfile. The pipeline implements as code using Groovy Domain-specific language(DSL) It is stored into an SCM like GitHub for example and can be updated by many ways.

  4. 4
    Article
    Avatar of flutter_comFlutter Community·4y

    Set up CI/CD for your Flutter Application

    Code Magic is a CI/CD tool for mobile applications, and one of my favorite tools out there. It supports Flutter, native Android and iOS, React Native, Ionic, and Unity. It brings automation to your development so that your new code is integrated with previous code automatically while running all necessary tests and building/deploying.