Take GitHub Actions Course For Free – iProgrammer

0
117

A beginner-friendly, and free, course to help you take your first steps as a DevOps engineer is available as a series of YouTube videos.
But first, let’s start with some definitions of what DevOps is. In “The DevOps Master Class – Go Behind The Concept” we saw that it is not just about the tools:
DevOps is the union of people, process, and products to enable continuous delivery of value to our end users
It’s about bringing teams together and enabling them through the use of agile tools and processes to cooperate, to create new features that bring value to end users as well as cope with frequent changes in requirements, something remedied under a continuous cycle that ensures continual delivery.
And what are those tools and processes? Git and CI/CD, monitoring, infrastructure as code and containers.
Further, continuous Integration means newly developed code changes to a project are regularly built, tested, and merged to a shared repository like Git. The continuous delivery part is the process of automating the release of the merged and validated code of a repository, and releasing the outcome of a production-ready build to the production environment.
Which brings us to the concept of CI/CD pipeline, the process that:
The GitHub Actions course is about the GitHub as an automation platform. In fact, it teaches you how to write your first workflow- pipeline with GitHub Actions and GitHub APIs to build, test and deploy software in an automated fashion. It covers the internals of the actions, the workflow syntax, the jobs, the steps, the functions and more. 

It is comprised of four videos, each more than an hour long:
Chapter 1. Writing your first workflow with GitHub Actions and GitHub APIs
Chapter 2. Building Python and NodeJS continuous integration (CI) pipelines with GitHub Actions
Goes through the history of integration, what problem continuous integration is trying to solve and how to build CI pipelines using as an example the cPython project.
Chapter 3. Continuous Deployment with GitHub Actions
Continuous deployment with GitHub Actions. Set up an on-demand staging EC2 AWS instances workflow, combine continuous integration and continuous deployment for faster release cycles.
Chapter 4. Manage your AWS infrastructure with Terraform like a pro DevOps engineer
Goes through the concept of Infrastructure as code (IaC) with examples using Terraform and AWS.
It’s an engaging course that pretty much covers the whole aspect of a workflow and is a good starting point for the world of DevOps.
 
 
GitHub Actions: The Full Course
The DevOps Master Class – Go Behind The Concept
The Insider’s Guide to the Java Web Developer Nanodegree – 5
 
 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


IPython 8 Improves Code Reformatting
18/01/2022

IPython has been updated with improvements including code reformatting, ghost suggestions, and better tracebacks which highlight the error node. IPython 8 comes three years after the release of versio [ … ]



Apache Ignite Adds Change Data Capture
20/01/2022

Apache Ignite has been updated with improvements including Change Data Capture (CDC), an Index Query API, and several vulnerability fixes. Ignite is a distributed database for high-performance computi [ … ]


More News

IPython has been updated with improvements including code reformatting, ghost suggestions, and better tracebacks which highlight the error node. IPython 8 comes three years after the release of versio [ … ]

Apache Ignite has been updated with improvements including Change Data Capture (CDC), an Index Query API, and several vulnerability fixes. Ignite is a distributed database for high-performance computi [ … ]

square

 

or email your comment to: [email protected]

source