{"id":3324,"date":"2026-08-10T09:03:55","date_gmt":"2026-08-10T09:03:55","guid":{"rendered":"https:\/\/nokobox.com\/index.php\/item\/informit-build-a-ci-cd-pipeline-livelessons-2023-3\/"},"modified":"2026-08-10T09:03:55","modified_gmt":"2026-08-10T09:03:55","slug":"informit-build-a-ci-cd-pipeline-livelessons-2023-3","status":"publish","type":"digital_item","link":"https:\/\/nokobox.com\/index.php\/item\/informit-build-a-ci-cd-pipeline-livelessons-2023-3\/","title":{"rendered":"InformIT \u2013 Build a CI\/CD Pipeline LiveLessons 2023-3"},"content":{"rendered":"<div class=\"w-post-elm post_content\">\n<h2 style=\"text-align: left\"><span style=\"vertical-align: inherit\">Description<\/span><\/h2>\n<div class=\"response-container ng-tns-c2892812740-114 ng-star-inserted response-container-has-multiple-responses\" style=\"text-align: left\">\n<div class=\"presented-response-container ng-tns-c2892812740-114\">\n<div class=\"response-container-content ng-tns-c2892812740-114\">\n<div class=\"response-content ng-tns-c2892812740-114\">\n<div class=\"markdown markdown-main-panel\">\n<p data-sourcepos=\"5:1-5:137\"><span style=\"vertical-align: inherit\">Build a CI\/CD Pipeline LiveLessons course. This live video training course, with approximately 8 hours of content, will help you implement a CI\/CD Pipeline for your software development team.<\/span><\/p>\n<p data-sourcepos=\"7:1-7:121\"><span style=\"vertical-align: inherit\">In today\u2019s world where software plays an essential role in our lives, access to new capabilities at the speed of innovation is very important. Agile processes help teams iteratively build new features and receive feedback quickly so they can use what they\u2019ve learned to improve the software. But without considering the concept of DevOps and the transformation it brings, feedback and innovation can be stifled. To consider yourself or your team truly agile, you must fully embrace the concept of Continuous Delivery. Continuous delivery is not an end goal, but a path. By moving toward continuous delivery, you\u2019re getting closer to a rhythm every day where features and feedback are literally delivered to users at the speed of innovation. Continuous Delivery is at the core of DevOps.<\/span><\/p>\n<h3 data-sourcepos=\"9:1-9:25\"><span style=\"vertical-align: inherit\">What you will learn:<\/span><\/h3>\n<ul data-sourcepos=\"11:1-17:0\">\n<li data-sourcepos=\"11:1-11:64\"><span style=\"vertical-align: inherit\">Convince development teams and stakeholders towards continuous delivery and improvement<\/span><\/li>\n<li data-sourcepos=\"12:1-12:62\"><span style=\"vertical-align: inherit\">Write maintainable scripts to enable CI\/CD Pipeline<\/span><\/li>\n<li data-sourcepos=\"13:1-13:50\"><span style=\"vertical-align: inherit\">Setting up CI\/CD systems using YAML code<\/span><\/li>\n<li data-sourcepos=\"14:1-14:29\"><span style=\"vertical-align: inherit\">Automatic and continuous integration of your code<\/span><\/li>\n<li data-sourcepos=\"15:1-15:46\"><span style=\"vertical-align: inherit\">Automating application deployment and verification<\/span><\/li>\n<li data-sourcepos=\"16:1-17:0\"><span style=\"vertical-align: inherit\">Provide meaningful reports to team leaders<\/span><\/li>\n<\/ul>\n<h3 data-sourcepos=\"18:1-18:36\"><span style=\"vertical-align: inherit\">Who is this course suitable for?<\/span><\/h3>\n<ul data-sourcepos=\"20:1-23:0\">\n<li data-sourcepos=\"20:1-20:25\"><span style=\"vertical-align: inherit\">Software developers<\/span><\/li>\n<li data-sourcepos=\"21:1-21:24\"><span style=\"vertical-align: inherit\">IT specialists<\/span><\/li>\n<li data-sourcepos=\"22:1-23:0\"><span style=\"vertical-align: inherit\">Site Reliability Engineers (SRE)<\/span><\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<h3 style=\"text-align: left\" data-sourcepos=\"11:1-11:29\"><span style=\"vertical-align: inherit\">Course details<\/span><\/h3>\n<ul style=\"text-align: left\">\n<li><span style=\"vertical-align: inherit\">Publisher: <\/span><a href=\"https:\/\/href.li\/?https:\/\/www.informit.com\/store\/build-a-ci-cd-pipeline-livelessons-video-training-9780137949120\" target=\"_blank\"><span style=\"vertical-align: inherit\">InformIT<\/span><\/a><\/li>\n<li><span style=\"vertical-align: inherit\">Lecturer: <\/span><a href=\"https:\/\/downloadlynet.ir\/tag\/byron-sommardahl\/\"><span style=\"vertical-align: inherit\">Byron Sommardahl<\/span><\/a><\/li>\n<li><span style=\"vertical-align: inherit\">Training level: beginner to advanced<\/span><\/li>\n<li><span style=\"vertical-align: inherit\">Training duration: 7 hours 14 minutes<\/span><\/li>\n<\/ul>\n<h3 style=\"text-align: left\"><span style=\"vertical-align: inherit\">Course headings<\/span><\/h3>\n<p style=\"text-align: left\"><strong>Lesson 1:<\/strong>&nbsp;Delivering Value Consistently<br \/>1.1 Delivering Functional Software from Day 1<br \/>1.2 Problems Solved by Automation<br \/>1.3 CI vs CD vs Continuous Delivery<br \/>1.4 Continuous Delivery as a Direction<br \/>1.5 Measuring Success<br \/>1.6 Communicating and Influencing with Metrics<br \/>1.7 Exercise: Create a Change Proposal using Metrics<br \/><strong>Lesson 2:<\/strong>&nbsp;Foundations of Sound CI\/CD<br \/>2.1 Why Sound CI\/CD Matters<br \/>2.2 Problems Solved by Scripts and Config Files<br \/>2.3 Writing Maintainable Scripts<br \/>2.4 Working with YAML Notation<br \/>2.5 Navigating Vendor Syntax Differences<br \/>2.6 Exercise: Repair and Test YAML File<br \/><strong>Lesson 3:<\/strong>&nbsp;Continuous Integration<br \/>3.1 Life Before CI<br \/>3.2 What Problems Does CI Solve?<br \/>3.3 Measuring Success<br \/>3.4 Components of Continuous Integration<br \/>3.5 Build a CD Pipeline that Builds a Deployable Artifact<br \/>3.6 Exercise: Run a Full CI Pipeline<br \/><strong>Lesson 4:<\/strong>&nbsp;Continuous Deployment<br \/>4.1 Manual Deployments are Bad For Your Health<br \/>4.2 What Problems are Solved by CD?<br \/>4.3 Measuring Success<br \/>4.4 Identify the Components of CD<br \/>4.5 Use CLI Tools to Deploy Working Software<br \/>4.6 Use Simple Tests to Detect Issues<br \/>4.7 Integrate Deployment with CI\/CD Pipelines<br \/>4.8 Exercise: Run a full CI\/CD pipeline<br \/><strong>Lesson 5:<\/strong>&nbsp;Deployment Strategies<br \/>5.1 Why Deployment Strategies are Important<br \/>5.2 Problems Solved by Deployment Strategies<br \/>5.3 Measuring Success<br \/>5.4 Deployment Strategy Options<br \/>5.5 Selecting the Right Strategy<br \/>5.6 Planning for Implementation<br \/>5.7 Exercise: Refactor CI\/CD Pipeline to Perform Blue-Green Deployment<br \/><strong>Lesson 6:<\/strong>&nbsp;Infrastructure Management<br \/>6.1 Why Infrastructure Management Tools are Important<br \/>6.2 Problems Solved with Infrastructure Management<br \/>6.3 Measuring Success<br \/>6.4 Infrastructure Management Tooling Options<br \/>6.5 Managing Cloud Infrastructure<br \/>6.6 Integrate Infrastructure Management with CI\/CD Pipelines<br \/>6.7 Exercise: Automate Creation\/Destruction of Infrastructure<br \/><strong>Lesson 7:<\/strong>&nbsp;Configuration Management<br \/>7.1 Why Configuration Management Matters<br \/>7.2 Problems Solved with Configuration Management Tools<br \/>7.3 Measuring Success<br \/>7.4 Configuration Management Tooling Options<br \/>7.5 Getting to Know Ansible<br \/>7.6 Controlling Remote Machines<br \/>7.7 Integrate Configuration Management with CI\/CD Pipelines<br \/>7.8 Exercise: Automate Infrastructure Configuration<br \/><strong>Lesson 8:<\/strong>&nbsp;Continuous Delivery<br \/>8.1: How Not to Implement Continuous Delivery<br \/>8.2: Problems Solved by Continuous Delivery<br \/>8.3: Measuring Adoption<br \/>8.4: Recognize the Importance of Culture on Adoption<br \/>8.5: Connecting DevOps to Continuous Delivery<br \/>8.6: Recognizing Cultures that Supports Continuous Delivery<br \/>8.7: Influencing Culture<\/p>\n<h3 style=\"text-align: left\"><span style=\"vertical-align: inherit\">Course prerequisites<\/span><\/h3>\n<ul style=\"text-align: left\">\n<li style=\"text-align: left\">Scripting or programming skills<\/li>\n<li style=\"text-align: left\">Experience with Git<\/li>\n<li style=\"text-align: left\">Experience in deploying web-based projects to hosting providers<\/li>\n<li style=\"text-align: left\">An AWS account (free tier is okay)<\/li>\n<li style=\"text-align: left\">A GitHub account<\/li>\n<li style=\"text-align: left\">Some experience with agile software development and project management is nice<\/li>\n<\/ul>\n<h3 style=\"text-align: left\"><span style=\"vertical-align: inherit\">Images of the Build a CI\/CD Pipeline LiveLessons course<\/span><\/h3>\n<p style=\"text-align: left\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-902359 size-full\" src=\"https:\/\/downloadly.ir\/wp-content\/uploads\/2024\/05\/Build-a-CICD-Pipeline-LiveLessons-Video-Training.jpg\" alt=\"Build a CI\/CD Pipeline LiveLessons (Video Training)\" width=\"655\" height=\"106\"><\/p>\n<h3 style=\"text-align: left\"><span style=\"vertical-align: inherit\">Sample video of the course<\/span><\/h3>\n<div style=\"width: 640px;\" class=\"wp-video\"><span class=\"mejs-offscreen\">Video Player<\/span><\/p>\n<div id=\"mep_0\" class=\"mejs-container mejs-container-keyboard-inactive wp-video-shortcode mejs-video\" tabindex=\"0\" role=\"application\" aria-label=\"Video Player\" style=\"width: 640px; height: 360px; min-width: 217px;\">\n<div class=\"mejs-inner\">\n<div class=\"mejs-mediaelement\"><mediaelementwrapper id=\"video-126412-1\"><video class=\"wp-video-shortcode\" id=\"video-126412-1_html5\" width=\"640\" height=\"360\" preload=\"metadata\" src=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Build_a_CICD_Pipeline_LiveLessons_Downloadly.ir.mp4?_=1\" style=\"width: 640px; height: 360px;\"><source type=\"video\/mp4\" src=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Build_a_CICD_Pipeline_LiveLessons_Downloadly.ir.mp4?_=1\"><a href=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Build_a_CICD_Pipeline_LiveLessons_Downloadly.ir.mp4?nocache=1786098118953\">https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Build_a_CICD_Pipeline_LiveLessons_Downloadly.ir.mp4<\/a><\/video><\/mediaelementwrapper><\/div>\n<div class=\"mejs-layers\">\n<div class=\"mejs-poster mejs-layer\" style=\"display: none; width: 100%; height: 100%;\"><\/div>\n<div class=\"mejs-overlay mejs-layer\" style=\"display: none; width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-loading\"><span class=\"mejs-overlay-loading-bg-img\"><\/span><\/div>\n<\/div>\n<div class=\"mejs-overlay mejs-layer\" style=\"display: none; width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-error\"><\/div>\n<\/div>\n<div class=\"mejs-overlay mejs-layer mejs-overlay-play\" style=\"width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-button\" role=\"button\" tabindex=\"0\" aria-label=\"Play\" aria-pressed=\"false\"><\/div>\n<\/div>\n<\/div>\n<div class=\"mejs-controls\">\n<div class=\"mejs-button mejs-playpause-button mejs-play\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Play\" aria-label=\"Play\" tabindex=\"0\"><\/button><\/div>\n<div class=\"mejs-time mejs-currenttime-container\" role=\"timer\" aria-live=\"off\"><span class=\"mejs-currenttime\">00:00<\/span><\/div>\n<div class=\"mejs-time-rail\"><span class=\"mejs-time-total mejs-time-slider\" role=\"slider\" tabindex=\"0\" aria-label=\"Time Slider\" aria-valuemin=\"0\" aria-valuemax=\"0\" aria-valuenow=\"0\" aria-valuetext=\"00:00\"><span class=\"mejs-time-buffering\" style=\"display: none;\"><\/span><span class=\"mejs-time-loaded\"><\/span><span class=\"mejs-time-current\"><\/span><span class=\"mejs-time-hovered no-hover\"><\/span><span class=\"mejs-time-handle\"><span class=\"mejs-time-handle-content\"><\/span><\/span><span class=\"mejs-time-float\"><span class=\"mejs-time-float-current\">00:00<\/span><span class=\"mejs-time-float-corner\"><\/span><\/span><\/span><\/div>\n<div class=\"mejs-time mejs-duration-container\"><span class=\"mejs-duration\">00:00<\/span><\/div>\n<div class=\"mejs-button mejs-volume-button mejs-mute\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Mute\" aria-label=\"Mute\" tabindex=\"0\"><\/button><a href=\"javascript:void(0);\" class=\"mejs-volume-slider\" aria-label=\"Volume Slider\" aria-valuemin=\"0\" aria-valuemax=\"100\" role=\"slider\" aria-orientation=\"vertical\"><span class=\"mejs-offscreen\">Use Up\/Down Arrow keys to increase or decrease volume.<\/span><\/p>\n<div class=\"mejs-volume-total\">\n<div class=\"mejs-volume-current\" style=\"bottom: 0px; height: 100%;\"><\/div>\n<div class=\"mejs-volume-handle\" style=\"bottom: 100%; margin-bottom: -3px;\"><\/div>\n<\/div>\n<p><\/a><\/div>\n<div class=\"mejs-button mejs-fullscreen-button\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Fullscreen\" aria-label=\"Fullscreen\" tabindex=\"0\"><\/button><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div style=\"text-align: left\">\n<h3><span style=\"vertical-align: inherit\">Installation guide<\/span><\/h3>\n<p><span style=\"vertical-align: inherit\">After Extract, view with your favorite Player.<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Subtitle: None<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Quality: 720p<\/span><\/p>\n<\/div>\n<h3 style=\"text-align: left\"><span style=\"vertical-align: inherit\">download link<\/span><\/h3>\n<p style=\"text-align: left\"><a href=\"https:\/\/dl3.downloadly.ir\/Files\/Elearning\/InformIT_Build_a_CICD_Pipeline_LiveLessons_2023-3.part1_Downloadly.ir.rar?nocache=1786098116\"><span style=\"vertical-align: inherit\">Download part 1 \u2013 1 GB<\/span><\/a><\/p>\n<p style=\"text-align: left\"><a href=\"https:\/\/dl3.downloadly.ir\/Files\/Elearning\/InformIT_Build_a_CICD_Pipeline_LiveLessons_2023-3.part2_Downloadly.ir.rar?nocache=1786098116\"><span style=\"vertical-align: inherit\">Download part 2 \u2013 692 MB<\/span><\/a><\/p>\n<p style=\"text-align: left\"><span style=\"vertical-align: inherit\">File(s) password: www.downloadly.ir<\/span><\/p>\n<h3 style=\"text-align: left\"><span style=\"vertical-align: inherit\">Size<\/span><\/h3>\n<p style=\"text-align: left\"><span style=\"vertical-align: inherit\">1.6 GB<\/span><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Description Build a CI\/CD Pipeline LiveLessons course. This live video training course, with approximately 8 hours of content, will help you implement a CI\/CD P<\/p>\n","protected":false},"author":1,"template":"","dgi_category":[10458],"dgi_tag":[37282,37283,37284,37285,37286,37287,37288,37289,37290,37291,37292,37293,37294,37295,37296],"class_list":["post-3324","digital_item","type-digital_item","status-publish","has-post-thumbnail","hentry","dgi_category-video-tutorials","dgi_tag-build-a-ci-cd-pipeline-livelessons-free-course","dgi_tag-byron-sommardahl","dgi_tag-course-build-a-ci-cd-pipeline-livelessons","dgi_tag-download-build-a-ci-cd-pipeline-livelessons","dgi_tag-download-course-build-a-ci-cd-pipeline-livelessons","dgi_tag-download-link-build-a-ci-cd-pipeline-livelessons","dgi_tag-download-links-build-a-ci-cd-pipeline-livelessons","dgi_tag-download-paid-course-build-a-ci-cd-pipeline-livelessons","dgi_tag-free-build-a-ci-cd-pipeline-livelessons","dgi_tag-free-download-build-a-ci-cd-pipeline-livelessons","dgi_tag-free-download-course-build-a-ci-cd-pipeline-livelessons","dgi_tag-free-download-link-build-a-ci-cd-pipeline-livelessons","dgi_tag-free-download-links-build-a-ci-cd-pipeline-livelessons","dgi_tag-free-links-download-build-a-ci-cd-pipeline-livelessons","dgi_tag-paid-course-build-a-ci-cd-pipeline-livelessons"],"_links":{"self":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item\/3324","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item"}],"about":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/types\/digital_item"}],"author":[{"embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item\/3324\/revisions"}],"wp:attachment":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/media?parent=3324"}],"wp:term":[{"taxonomy":"dgi_category","embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/dgi_category?post=3324"},{"taxonomy":"dgi_tag","embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/dgi_tag?post=3324"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}