How To Get More Productive Focus Time As A Software Engineer

Поділитися
Вставка
  • Опубліковано 26 жов 2024

КОМЕНТАРІ • 3

  • @Michael-wr7gi
    @Michael-wr7gi 20 днів тому +1

    CS university student here. When you mention slow pipelines, what is this? Is it pushing the code to GitHub, pushing the code to the server etc?

    • @engineeringofawesome
      @engineeringofawesome  19 днів тому

      We're referring to CI/CD pipelines (continuous integration/continuous deployment). Usually a pipeline would include code linting, building/compiling code, running automated tests and deploying.

    • @engineeringofawesome
      @engineeringofawesome  19 днів тому

      Check out GitHub Actions which is designed to run a CI/CD pipeline once your code is pushed to GitHub after a change.