You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DevOps][devops] is a [portmanteau][portmanteau] of **development** and **operations**. At its core is a desire to bring development practices more inline with operations, and operations practices more inline with development. This fosters better communication and collaboration between teams, breaks down barriers, and gives everyone an investment in ensuring customers are delighted by the software we ship.
7
7
8
-
This workshop is built to help guide you through some of the most common DevOps tasks on GitHub. You'll explore:
8
+
This workshop is built to help guide you through some of the most common DevOps tasks on GitHub. You will:
9
9
10
-
-Managing projects with [GitHub Issues][github-issues]
11
-
-Creating a development environment with [GitHub Codespaces][github-codespaces]
12
-
-Using[GitHub Copilot][github-copilot] as your AI pair programmer
13
-
-Securing the development pipeline with [GitHub Advanced Security][github-security]
14
-
-Automating tasks and CI/CD with [GitHub Actions][github-actions]
10
+
-manage a project with [GitHub Issues][github-issues].
11
+
-create a development environment with [GitHub Codespaces][github-codespaces].
12
+
-use[GitHub Copilot][github-copilot] as your AI pair programmer.
13
+
-secure the development pipeline with [GitHub Advanced Security][github-security].
14
+
-automate tasks and CI/CD with [GitHub Actions][github-actions].
15
15
16
16
## Prerequisites
17
17
18
-
The application for the workshop uses is built primarily with Python (Flask and SQLAlchemy) and Astro (using Tailwind and Svelte). While experience with these frameworks and languages is helpful, you'll be using Copilot to help you understand the project and generate the code. As a result, as long as you are familiar with programming you'll be able to complete the exercises!
18
+
The application for the workshop uses is built primarily with Python (Flask and SQLAlchemy) and Astro (using Tailwind and Svelte). Experience with these frameworks and languages is not required for the course, as the primary focus will be around GitHub features.
19
19
20
20
## Required resources
21
21
@@ -24,6 +24,9 @@ To complete this workshop, you will need the following:
24
24
- A [GitHub account][github-signup]
25
25
- Access to [GitHub Copilot][github-copilot]
26
26
27
+
> [!IMPORTANT]
28
+
> This workshop is designed to utilize the free version of GitHub Copilot, the [free compute for Codespaces][codespaces-free], and the functionality provided by GHAS and Actions to public repos.
29
+
27
30
## Getting started
28
31
29
32
Ready to get started? Let's go! The workshop scenario imagines you as a developer volunteering your time for a pet adoption center. You will work through the process of creating a development environment, creating code, enabling security, and automating processes.
@@ -38,11 +41,6 @@ Ready to get started? Let's go! The workshop scenario imagines you as a develope
38
41
7.[Use the GitHub flow][github-flow] to incorporate changes into your codebase
39
42
8.[Deploy your application][deployment] to Azure to make your application available to users
40
43
41
-
## Check out these resources to dive in and learn more
42
-
Check out the resources in [**GitHub-Copilot-Resources.md**][GitHub-Copilot-Resources].
43
-
44
-
This resource list has been carefully curated to help you to learn more about GitHub Copilot, how to use it effectively, what is coming in the future and more. There are even YouTube playlists that include the latest videos from the GitHub Developer Relations team and others from GitHub.
0 commit comments