Landing page for GitHub Copilot Dev Days — a collection of hands-on workshops to master GitHub Copilot across every IDE, language, and workflow.
🔗 Live site: copilot-dev-days.github.io
| Workshop | Stack | Duration |
|---|---|---|
| Agent Lab — Python | Python + FastAPI + HTMX | ~1 hr |
| Agent Lab — TypeScript | TypeScript + Vite + React | ~1 hr |
| Agent Lab — Java | Java 21 + Spring Boot | ~1 hr |
| Agent Lab — .NET | .NET 10 + Blazor | ~1 hr |
| Workshop | Stack | Duration |
|---|---|---|
| Mona Mayhem — VS Code (Beginner) | VS Code + Astro + TypeScript | ~60 min |
| App Modernization | Java + Spring Boot Modernization | ~60 min |
| Workshop | Stack | Duration |
|---|---|---|
| Mona Mayhem — CLI (Beginner) | Terminal + Copilot CLI | ~60 min |
| Copilot CLI Workshop | Terminal + AI-Powered Development | ~90 min |
| Workshop | Stack | Duration |
|---|---|---|
| Copilot for Visual Studio | Visual Studio + .NET 10 + Blazor | ~120 min |
| Copilot for JetBrains | IntelliJ IDEA + Spring PetClinic | ~60 min |
| Copilot for Xcode | Xcode + SwiftUI | ~60 min |
- GitHub Account
- GitHub Copilot License
- Git installed
- Your IDE of choice
This is a static site hosted on GitHub Pages. To run locally, serve the files with any static file server:
# Example using Python
python3 -m http.server
# Example using Node.js
npx serveBuilt with 💜 by the GitHub Copilot Team