Skip to content

Commit 5bb3f23

Browse files
authored
Merge pull request #19 from github/cyz-patch-1
Revise README for GitHub Copilot Dev Days agenda and workshops
2 parents f4508df + 2369b96 commit 5bb3f23

2 files changed

Lines changed: 13 additions & 14 deletions

File tree

assets/devdays-labs.gif

9.08 MB
Loading

content/README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,15 @@
33
This folder contains the **official content** for **GitHub Copilot Dev Days**, including presentation slides and hands-on labs.
44
Organizers can select content based on their audience, event format, and available time.
55

6-
> 📅 **Content availability**
7-
> All content listed below will be published during the week of **February 16**.
8-
96
## 🗓️ Sample Agenda (Sessions + Workshop)
107

118
This is a suggested agenda for events following the **Sessions + Workshop** format
129
(approximately **3 hours total**).
1310

1411
| Order | Session | Type | Estimated Time | Description |
1512
| ----: | ------------------ | ------------ | -------------- | ------------------------------------------------------------------------------------- |
16-
| 01 | Core Content | Session | 30–45 min | Core technical content provided by the GitHub Copilot Dev Days program. |
17-
| 02 | Community Session | Session | 30–45 min | A session led by the local community, showcasing real-world use cases or experiences. |
13+
| 01 | [GitHub Copilot: Your AI Companion for Every Workflow](https://1drv.ms/p/c/81ca8b32607fd7e7/IQA1vUA5H6AJQ7l5zhTkLA42AcPT_L60EtiW3CtBisfUaXw?e=enwvf4) | Session | 30–45 min | The provided slide deck is a comprehensive, all-in-one resource that includes sections for every major GitHub Copilot topic area. |
14+
| 02 | Community Session | Session | 30–45 min | A session led by the local community, showcasing real-world use cases or experiences. Optional — can be skipped if you choose a longer workshop. |
1815
| 03 | Hands-on Lab | Hands-on Lab | 60 min | Guided, practical exercises using GitHub Copilot. |
1916

2017
> This agenda combines **official content**, **community-led sessions**, and **hands-on practice** in a balanced format.
@@ -36,48 +33,50 @@ This session can be used in every GitHub Copilot Dev Days event.
3633

3734
| Name | Type | Time | Description / Concepts Taught | Level |
3835
| ------------- | ------------ | --------- | ----------------------------- | ------------- |
39-
| **GitHub Copilot Dev Days Overview** | Session | ~30 - 60 min | [Slides](https://1drv.ms/p/c/81ca8b32607fd7e7/IQA1vUA5H6AJQ7l5zhTkLA42AcPT_L60EtiW3CtBisfUaXw?e=enwvf4) | Beginner |
36+
| [**GitHub Copilot: Your AI Companion for Every Workflow**](https://1drv.ms/p/c/81ca8b32607fd7e7/IQA1vUA5H6AJQ7l5zhTkLA42AcPT_L60EtiW3CtBisfUaXw?e=enwvf4) | Session | ~30 - 60 min | Comprehensive slide deck covering every major GitHub Copilot topic area. | Beginner |
4037

4138

4239
## 📚 Content Tracks - Workshops
4340

41+
![GitHub Copilot Dev Days Labs](../assets/devdays-labs.gif)
42+
4443
> 🔎 **Highlight**
4544
> Most workshops are hosted on the GitHub Copilot Dev Days organization site: [copilot-dev-days.github.io](https://copilot-dev-days.github.io)
4645
4746
Workshop content is organized by **technology track**.
4847
Each track includes the **GitHub Copilot Dev Days – Core Content Session** and one of the **hands-on workshops**.
4948

50-
### GitHub Copilot for VS Code
49+
### 💻 GitHub Copilot for VS Code
5150

52-
#### TypeScript / JavaScript Track
51+
#### 🟦 TypeScript / JavaScript Track
5352

5453
| Name | Type | Time | Description / Concepts Taught | Level |
5554
| ------------- | ------------ | --------- | ----------------------------- | ------------- |
5655
| [**TypeScript Copilot Agent Lab**](https://copilot-dev-days.github.io/agent-lab-typescript/) | Hands-on Lab | ~1 hr | Build a Social Bingo game while mastering VS Code Copilot Agent Mode. Covers context engineering, agentic primitives (background/cloud/custom agents), design-first development, and TDD workflows. | Intermediate |
5756

5857

59-
#### Python Track
58+
#### 🐍 Python Track
6059

6160
| Name | Type | Time | Description / Concepts Taught | Level |
6261
| ------------- | ------------ | --------- | ----------------------------- | ------------- |
6362
| [**Python Copilot Agent Lab**](https://copilot-dev-days.github.io/agent-lab-python/) | Hands-on Lab | ~1 hr | Build a Social Bingo game while mastering VS Code Copilot Agent Mode. Covers context engineering, agentic primitives (background/cloud/custom agents), design-first development, and TDD workflows. | Intermediate |
6463

65-
#### Java Track
64+
#### Java Track
6665

6766
| Name | Type | Time | Description / Concepts Taught | Level |
6867
| ------------- | ------------ | --------- | ----------------------------- | ------------- |
6968
| [**Java Copilot Agent Lab**](https://copilot-dev-days.github.io/agent-lab-java/) | Hands-on Lab | ~1 hr | Build a Social Bingo game while mastering VS Code Copilot Agent Mode in a Java stack. Covers context engineering, agentic primitives, design-first development, and TDD workflows. | Intermediate |
7069
| [**Java App Modernization Workshop**](https://copilot-dev-days.github.io/appmod-workshop-java/) | Hands-on Lab | ~1 hr | Modernize a legacy Java app with Copilot: assess modernization opportunities, upgrade Java/Spring Boot, add health endpoints, and containerize for cloud-native deployment. | Intermediate |
7170

72-
#### .NET / C# Track
71+
#### 🟣 .NET / C# Track
7372

7473
| Name | Type | Time | Description / Concepts Taught | Level |
7574
| ------------- | ------------ | --------- | ----------------------------- | ------------- |
7675
| [**.NET 10 + Blazor WebAssembly – Copilot Agent Lab**](https://copilot-dev-days.github.io/agent-lab-dotnet/) | Hands-on Lab | ~1 hr | Build a Social Bingo game while mastering VS Code Copilot Agent Mode in .NET. Covers context engineering, agentic primitives (background/cloud/custom agents), design-first development, and TDD workflows. | Intermediate |
7776

78-
### GitHub Copilot and other IDEs
77+
### 🛠️ GitHub Copilot and other IDEs
7978

80-
#### GitHub Copilot in Visual Studio for .NET
79+
#### 💜 GitHub Copilot in Visual Studio for .NET
8180

8281
| Name | Type | Time | Description / Concepts Taught | Level |
8382
| ------------- | ------------ | --------- | ----------------------------- | ------------------------ |
@@ -113,4 +112,4 @@ Each track includes the **GitHub Copilot Dev Days – Core Content Session** and
113112
* Use **sessions** to introduce concepts and workflows
114113
* Use **hands-on labs** for guided, practical learning
115114
* Match **content level** to your audience experience
116-
* Prefer **one hands-on lab per event** to ensure enough execution time
115+
* Prefer **one hands-on lab per event** to ensure enough execution time

0 commit comments

Comments
 (0)