1. Урок 1. 00:21:41
    Your first pipeline
  2. Урок 2. 00:05:08
    Gitlab architecture
  3. Урок 3. 00:02:11
    Why GitLab CI?
  4. Урок 4. 00:02:57
    How much does Gitlab cost?
  5. Урок 5. 00:02:05
    About the course
  6. Урок 6. 00:03:11
    Important skills you need to acquire
  7. Урок 7. 00:00:28
    Overview
  8. Урок 8. 00:08:09
    What is CI / CD?
  9. Урок 9. 00:01:52
    Short introduction to Node.js
  10. Урок 10. 00:05:09
    Creating a new project
  11. Урок 11. 00:02:35
    Building the project locally
  12. Урок 12. 00:04:02
    Short introduction to images and Docker
  13. Урок 13. 00:10:59
    Building the project using Gitlab CI
  14. Урок 14. 00:06:24
    Adding a test stage
  15. Урок 15. 00:05:42
    Running jobs in parallel
  16. Урок 16. 00:08:10
    Running jobs in the background
  17. Урок 17. 00:02:51
    Deployment using surge.sh
  18. Урок 18. 00:03:34
    Using Environment variables for managing secrets
  19. Урок 19. 00:05:00
    Deploying the project using Gitlab CI
  20. Урок 20. 00:02:57
    How does Surge.sh know the environment variables?
  21. Урок 21. 00:02:09
    Overview
  22. Урок 22. 00:07:43
    Predefined environment variables
  23. Урок 23. 00:02:51
    Pipeline triggers / Retrying failed jobs / Pipeline schedules
  24. Урок 24. 00:10:02
    Using caches to optimize the build speed
  25. Урок 25. 00:01:53
    Cache vs Artifacts
  26. Урок 26. 00:07:44
    Deployment Environments
  27. Урок 27. 00:05:35
    Defining variables
  28. Урок 28. 00:06:03
    Manual deployments / Manually triggering jobs
  29. Урок 29. 00:05:26
    Merge requests - Using branches
  30. Урок 30. 00:01:50
    Merge requests - Configuring Gitlab
  31. Урок 31. 00:06:20
    Merge requests - Your first merge request
  32. Урок 32. 00:06:42
    Dynamic environments
  33. Урок 33. 00:09:06
    Destroying environments (Clean-up after the Merge Request)
  34. Урок 34. 00:03:24
    before_script & after_script configuration
  35. Урок 35. 00:01:59
    Recap & conclusion
  36. Урок 36. 00:00:54
    Overview
  37. Урок 37. 00:06:41
    Understanding YAML
  38. Урок 38. 00:01:07
    Disabling jobs
  39. Урок 39. 00:05:21
    Anchors
  40. Урок 40. 00:08:45
    Creating job templates
  41. Урок 41. 00:01:59
    Overview
  42. Урок 42. 00:04:15
    Introduction to the Java application
  43. Урок 43. 00:02:45
    Calling an API with Postman
  44. Урок 44. 00:00:47
    Continuous Integration (CI) pipeline overview
  45. Урок 45. 00:03:20
    Build stage: Building a Java application locally
  46. Урок 46. 00:03:03
    Build stage: Building a Java application with Gitlab CI
  47. Урок 47. 00:06:28
    Test stage: Adding a smoke test
  48. Урок 48. 00:02:11
    CI/CD pipeline recap
  49. Урок 49. 00:03:50
    Brief introduction to Amazon Web Services (AWS)
  50. Урок 50. 00:01:29
    Serverless computing with AWS Elastic Beanstalk
  51. Урок 51. 00:04:02
    How to deploy to AWS (manual upload)
  52. Урок 52. 00:01:57
    How to deploy to AWS from GitLab CI
  53. Урок 53. 00:02:12
    Getting started with AWS S3
  54. Урок 54. 00:01:03
    GitLab Group settings
  55. Урок 55. 00:07:53
    How to upload a file to AWS S3 from GitLab CI
  56. Урок 56. 00:07:44
    How to deploy a Java application to AWS Elastic Beanstalk using the AWS CLI
  57. Урок 57. 00:00:24
    Assignment
  58. Урок 58. 00:03:19
    Assignment solution
  59. Урок 59. 00:03:57
    Create an application version
  60. Урок 60. 00:05:33
    Verify the application version after deployment
  61. Урок 61. 00:00:52
    Revisiting the CI pipeline
  62. Урок 62. 00:04:12
    Ensuring coding standards with tools for codestyle checking with PMD
  63. Урок 63. 00:00:26
    Assignment - Add code quality stage with PMD
  64. Урок 64. 00:03:11
    Assignment solution - Add code quality stage with PMD
  65. Урок 65. 00:04:33
    Quick introduction to unit testing in CI pipelines
  66. Урок 66. 00:03:58
    Unit test stage: Run JUnit tests with GitLab CI
  67. Урок 67. 00:02:02
    How to structure a CI/CD pipeline in GitLab CI?
  68. Урок 68. 00:10:48
    API test stage: Run Postman API tests in GitLab CI
  69. Урок 69. 00:03:46
    GitLab Pages (for publishing HTML reports or dashboards)