Skip to content

N1cky94/talks-demo-GitHubCopilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The future of Pair Programming

Author: Nick Bauters
Talk: Future of Pair Programming
Lab / demo project
Last update: 10 september 2024

Hi there, and welcome to my repository on my Copilot talk.
This demo is optimized for the use with IntelliJ IDEA. This means that, using other tools might change how copilot works or reacts. Keep this in mind.

  1. Prerequisites
  2. Running the application
  3. Doing the Lab/Demo

Prerequisites

  • Java SE 17+
  • GitHub account
    • GitHub Copilot license
  • IntelliJ Ultimate edition
    • GitHub Copilot plugin installed

Running the App

Step 1 - Getting the repository

Go to my repository Talks > Demo > GitHub Copilot

This repository is a template repository, this means you can easily get a copy for your own account. Press the Use this template Button and select create a new repository. This will generate a new repository on your own account with all the files and structures in this repository.

TemplateRepositoryButton.png

You can easily make this a private repository for yourself. This will disable any Github Action scripts. But the code should keep working.

Step 2 - Getting the repository local

You might have another way of cloning repositories to your local system. Feel free to follow your own way of working. For those who want some help:

  1. Open a terminal or Command prompt
  2. Navigate to the folder where you keep your projects
  3. use the git clone command with the link from your repository gitCloneButton.png

There you go, it's downloading.
When it is done, open this with IntelliJ and you are ready to go.

Step 3 - Running the application

In IntelliJ, navigate to MainApp and press the run button. You can also do this via run configurations.

And now it's up to you to do the Demo/Lab

The demo / Lab

This demo/lab is a part of my talk The future of Pair Programming. You can find a rundown on the demo in the Rundown file You will find all assignments right there.

Do you want to make it more challenging? Go to the tasks file instead of the rundown and try the refactors yourself.

Happy trying out!

About

My Copilot Demo repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages