Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.85 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.85 KB

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:

  1. Scaffold new applications and create new features in existing applications
  2. Create test cases for your application
  3. Debug application bugs
  4. Optimize your application
  5. Best practices to optimize your experience with Copilot
  6. 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

  • Andy Huang