|
| 1 | +# GitHub Copilot Dev Days |
| 2 | + |
| 3 | +Landing page for **GitHub Copilot Dev Days** — a collection of hands-on workshops to master GitHub Copilot across every IDE, language, and workflow. |
| 4 | + |
| 5 | +🔗 **Live site:** [copilot-dev-days.github.io](https://copilot-dev-days.github.io) |
| 6 | + |
| 7 | +## Workshops |
| 8 | + |
| 9 | +### VS Code — Agent Lab (Social Bingo) |
| 10 | + |
| 11 | +| Workshop | Stack | Duration | |
| 12 | +|----------|-------|----------| |
| 13 | +| [Agent Lab — Python](https://copilot-dev-days.github.io/agent-lab-python/) | Python + FastAPI + HTMX | ~1 hr | |
| 14 | +| [Agent Lab — TypeScript](https://copilot-dev-days.github.io/agent-lab-typescript/) | TypeScript + Vite + React | ~1 hr | |
| 15 | +| [Agent Lab — Java](https://copilot-dev-days.github.io/agent-lab-java/) | Java 21 + Spring Boot | ~1 hr | |
| 16 | +| [Agent Lab — .NET](https://copilot-dev-days.github.io/agent-lab-dotnet/) | .NET 10 + Blazor | ~1 hr | |
| 17 | + |
| 18 | +### VS Code — Specialized |
| 19 | + |
| 20 | +| Workshop | Stack | Duration | |
| 21 | +|----------|-------|----------| |
| 22 | +| [Mona Mayhem](https://copilot-dev-days.github.io/mona-mayhem/) | VS Code + Astro + TypeScript | ~60 min | |
| 23 | +| [App Modernization](https://copilot-dev-days.github.io/appmod-workshop-java/) | Java + Spring Boot Modernization | ~60 min | |
| 24 | + |
| 25 | +### Terminal |
| 26 | + |
| 27 | +| Workshop | Stack | Duration | |
| 28 | +|----------|-------|----------| |
| 29 | +| [Copilot CLI Workshop](https://copilot-dev-days.github.io/tailspin-toys-workshop/) | Terminal + AI-Powered Development | ~90 min | |
| 30 | + |
| 31 | +### Other IDEs |
| 32 | + |
| 33 | +| Workshop | Stack | Duration | |
| 34 | +|----------|-------|----------| |
| 35 | +| [Copilot for JetBrains](https://copilot-dev-days.github.io/jetbrains-workshop/) | IntelliJ IDEA + Spring PetClinic | ~60 min | |
| 36 | +| [Copilot for Xcode](https://copilot-dev-days.github.io/xcode-workshop/) | Xcode + SwiftUI | ~60 min | |
| 37 | + |
| 38 | +## Prerequisites |
| 39 | + |
| 40 | +- GitHub Account |
| 41 | +- GitHub Copilot License |
| 42 | +- Git installed |
| 43 | +- Your IDE of choice |
| 44 | + |
| 45 | +## Development |
| 46 | + |
| 47 | +This is a static site hosted on GitHub Pages. To run locally, serve the files with any static file server: |
| 48 | + |
| 49 | +```sh |
| 50 | +# Example using Python |
| 51 | +python3 -m http.server |
| 52 | + |
| 53 | +# Example using Node.js |
| 54 | +npx serve |
| 55 | +``` |
| 56 | + |
| 57 | +## Links |
| 58 | + |
| 59 | +- [GitHub Organization](https://github.com/copilot-dev-days) |
| 60 | +- [Copilot Docs](https://docs.github.com/en/copilot) |
| 61 | +- [Awesome Copilot](https://github.com/github/awesome-copilot) |
| 62 | + |
| 63 | +--- |
| 64 | + |
| 65 | +Built with 💜 by the GitHub Copilot Team |
0 commit comments