Flight School

Flight School

2026-01-26

Flight School is an AI-powered coding practice platform built with the GitHub Copilot SDK. It delivers personalized challenges, real-time evaluation, and learning guidance based on your GitHub profile.

Features

  • Personalized Challenges: Generates coding exercises tailored to your skill level and GitHub activity
  • Real-time Evaluation: Instant feedback on your solutions powered by AI
  • Learning Guidance: Contextual hints and explanations to help you grow
  • GitHub Integration: Leverages your GitHub profile to understand your strengths and areas for improvement

Related Content

Context windows, Plan agent, and TDD: What I learned building a countdown app with GitHub Copilot

Context windows, Plan agent, and TDD: What I learned building a countdown app with GitHub Copilot

2026-01-20 · 14 min GitHub

Learn how I managed context to keep Copilot focused, used the Plan agent to sharpen vague requirements, and required Test Driven Development practices to catch bugs before users.

Rubber Duck Thursdays - It's time to build!

Rubber Duck Thursdays - It's time to build!

2026-01-08 GitHub

Chris showcases Timestamp, an open-source countdown timer app built with vanilla TypeScript featuring an extensible theme system, world map wall clock, and 2500+ unit tests with 300+ Playwright end-to-end tests. He deep-dives into structuring GitHub Copilot custom instructions vs agents vs prompt files, demonstrates manager-specialist agent patterns, and walks through GitHub Actions automation for issue forms and theme scaffolding.

Rubber Duck Thursdays - Let's build our way into 2026!

Rubber Duck Thursdays - Let's build our way into 2026!

2025-12-18 GitHub

Chris builds a New Year countdown app from scratch using Vite, TypeScript, and Tailwind CSS, leveraging GitHub Copilot's Plan agent for iterative requirements and a custom UI Performance Specialist agent. The stream covers adding time zone support with a world map, a fireworks celebration theme using fireworks.js, and a test-driven development approach.