What The Hack - GitHub Copilot
Introduction
Welcome to the GitHub Copilot What The Hack! This series of challenges will guide you through the nuances of leveraging GitHub Copilot effectively, from writing your first lines of code to optimizing complex systems, and even beyond coding into areas like debugging, testing, and documentation.
Learning Objectives
This GitHub Copilot What The Hack will help you learn how to do the following with Copilot:
- Scaffold new applications and create new features in existing applications
- Create test cases for your application
- Debug application bugs
- Optimize your application
- Best practices to optimize your experience with Copilot
- How to use Copilot beyond the application
Challenges
Prerequisites
- A GitHub account with GitHub Copilot subscription or Copilot Trial
- Visual Studio Code with GitHub Copilot extension installed
- Basic understanding of software development and version control systems
Contributors