
What is Git and GitHub | Create a New Repository on GitHub | Push Code from Local to GitHub | Connect Your Local Project to Your GitHub Repository | Add and Commit Changes in Local git repo | Authentication to GitHub Account from Local
How to Integrate GitHub Copilot With Visual Studio Code
Learn how to create a sample workflow in GitHub Actions by cloning a repository, creating a new YAML workflow, and running a simple Hello World JavaScript Action to output time.
Learn to run multiple shells in GitHub Actions by adding ubuntu and windows jobs to a sample yaml workflow, including python and bash commands, pushing updates, and tracking actions.
Filter workflows in GitHub Actions using branches, tags, and path patterns to control when jobs run, including main and demo branch patterns and negations with exclamation marks.
Explore include and exclude matrix configurations in GitHub Actions to selectively run jobs across Mac OS, Windows, and Ubuntu with node versions six to eight, using env and metrics.
Build and test a Ruby project with a GitHub Actions workflow that checks out code, sets up Ruby, installs dependencies, runs tests, and supports multiple Ruby versions via a matrix.
Generate Jacoco report for Java Maven Project using GitHub Actions, Adding Jacoco Plugin in Maven
Generate jacoco-report for Java Gradle Project using GitHub Actions, Adding Jacoco in Gradle Project, jacoco-badge-generator for Gradle using GitHub Actions
SonarQube Code Analysis for Maven Project using GitHub Actions | Integrate SonarQube Scanner with GitHub Actions | Integrate SonarQube for Java Maven Project using GitHub Actions | GitHub Actions workflow for SonarQube for Java Maven Project
SonarQube Code Analysis for Node.js Project using GitHub Actions | Integrate SonarQube Scanner with GitHub Actions | Integrate SonarQube for Node.js Project using GitHub Actions | GitHub Actions workflow for SonarQube for Node.js Project
SonarQube Code Analysis for Gradle Project using GitHub Actions | Integrate SonarQube Scanner with GitHub Actions | Integrate SonarQube for Java Gradle Project using GitHub Actions | GitHub Actions workflow for SonarQube for Java Gradle Project
Publish java packages with maven to github packages using a github actions workflow, configure pom.xml distribution management, and authenticate via a github token secret.
Publish NPM packages to GitHub packages using a guided workflow. Set up prerequisites, create a repository, configure NPM auth token, and run a GitHub Actions CI/CD workflow.
How to upload files to AWS S3 using GitHub Actions
Monolithic vs Microservices Architecture | What is a Microservice Architecture and it's Advantages | Scalability of Monolithic and Microservices | Deployment of Monolithic and Microservices | Maintability of Monolithic and Microservices
In this Course we are going to cover,
Introduction to GitHub Actions, Sample Workflow, Environment Variables
Introduction to GitHub Actions, Workflows, Events, Jobs, Steps, Actions, Runners
Creating Sample Workflow in GitHub Actions
Checkout Actions and Environment Variables in GitHub Actions
How to use Contexts in GitHub Actions
How to Use Different Shells in GitHub Actions
Default and Custom Environment Variables in GitHub Actions
Workflows in GitHub Actions
Using Workflow Syntax in GitHub Actions
Adding Secrets in GitHub Actions Workflow
Scheduling Jobs in GitHub Actions
Scheduling Cron Expression in GitHub Actions
Include and Exclude Matrix Configuration in GitHub Actions
Continuous Integration (CI) with GitHub Actions
GitHub Actions Workflow to Build and Test Java Project with Maven
GitHub Actions Workflow to Build and Test Java Project with Gradle
GitHub Actions Workflow to Build and Test Python Project
GitHub Actions Workflow to Build and Test GO Language Project
GitHub Actions Workflow to Build and Test Ruby Project
JaCoCo Integration with GitHub Actions
Integrate JaCoCo for Java Maven Project with GitHub Actions
Integrate JaCoCo for Java Gradle Project with GitHub Actions
GitHub Packages and Publishing Packages with GitHub Actions
Publishing Java packages with Gradle to GitHub Packages
Publishing Java packages with Maven to GitHub Packages
Publishing Node.js packages to NPM using GitHub Actions
Containerization with GitHub Actions
Build and Push Docker Image to Docker Hub with GitHub Actions
Build and Push Docker Image to AWS ECR with GitHub Actions
What is Helm | Why We need Helm | What is Helm Chart | Structure of Helm Chart
What is Helm | What is Helm Chart | Structure of Helm Chart | Helm Basic Command
Continuous Deployments(CD) with GitHub Actions
Continuous Deployments(CD) with GitHub Actions, Deploy a Web App using Amazon EC2
Deploy to Minikube with GitHub Actions
Deploy Helm Chart on EKS cluster | Deploy Application on EKS using HELM - Practical Tutorial | Helm | How to Use Helm to deploy Helm Charts in Kubernetes
Deploy Node.js App on EKS using GitHub Actions | Build and Deploy to Kubernetes using GitHub Actions | Automatic deploy to Kubernetes with GitHub Action
Java + Maven + GitHub Actions + Docker + ECR + Helm + Kubernetes | Deploy Java Helm Chart on EKS via GitHub Actions