> ## Documentation Index
> Fetch the complete documentation index at: https://notes.kodekloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Course Introduction

> Master automation and CI/CD with GitHub Actions through a structured course covering core concepts, workflows, and hands-on labs.

Welcome to the **GitHub Actions Certification Course**! In this series, you’ll master automation and CI/CD (Continuous Integration/Continuous Deployment) with GitHub Actions—GitHub’s native automation engine. Whether you’re looking to optimize your development workflow, speed up integrations, or automate complex deployments, GitHub Actions has you covered.

<Frame>
  ![The image shows a person speaking in front of a screen displaying the KodeKloud logo, with a list of software development topics like "Core Concepts" and "Containerization" on the side.](https://kodekloud.com/kk-media/image/upload/v1752876286/notes-assets/images/GitHub-Actions-Certification-Course-Introduction/kodekloud-presentation-software-topics.jpg)
</Frame>

## What You’ll Learn

We’ll start by building a solid foundation in CI/CD:

* Core concepts, benefits, and real-world use cases
* Key differences: Continuous Delivery vs. Continuous Deployment
* Why GitHub Actions stands out among automation tools

From there, you’ll explore how workflows are structured, learn about common automation tasks, and see how to connect various services to streamline your pipeline.

<Callout icon="lightbulb" color="#1CB2FE">
  Storing sensitive information in GitHub requires using [encrypted secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets).\
  Never hard-code credentials in your workflow files.
</Callout>

***

## Three-Phase Learning Structure

Every topic follows a consistent three-step approach:

1. **Lecture**: Deep dive into theory and key concepts.
2. **Demo**: Live walkthrough of setting up and running a workflow.
3. **Hands-On Lab**: Interactive KodeKloud lab—no local setup required.

***

## Community & Support

At KodeKloud, we foster a supportive learning community. Ask questions, share your experiences, and help peers in the course forums.

Ready to kick off your GitHub Actions journey? Let’s harness the power of automation and build production-grade CI/CD pipelines—together!

***

## Links and References

* [GitHub Actions Documentation](https://docs.github.com/en/actions)
* [Continuous Integration Guide](https://martinfowler.com/articles/continuousIntegration.html)
* [Docker Official Docs](https://docs.docker.com/)
* [KodeKloud Labs](https://kodekloud.com/)

<CardGroup>
  <Card title="Watch Video" icon="video" cta="Learn more" href="https://learn.kodekloud.com/user/courses/github-actions-certification/module/f7702c28-34a1-40fc-9511-9bbc4940a4af/lesson/5622dc7b-72bd-4312-ba9f-fe1fb074d6db" />
</CardGroup>
