Videos

Use GitHub Spark to create a travel log app
A walkthrough of GitHub Spark to create a travel log app.

GitHub Copilot Chat and o1-preview: Building a maze generator!
A demo video showcasing o1-preview and GitHub Copilot.


Private Mirrors App
A walkthrough of GitHub's Private Mirrors App, helping to maintain a set of private mirrors against public forks.

Code from your phone with Github Copilot Workspace
A walkthrough of GitHub Copilot Workspace from a Mobile Phone.

How to use Copilot Workspace for inspiration
A walkthrough of GitHub Copilot Workspace when starting from a GitHub Template Repository.

Transform issues into plans with GitHub Copilot Workspace
A walkthrough of GitHub Copilot Workspace when starting from a GitHub Issue.
Automate Azure infrastructure change reviews by using Bicep and GitHub
Add checks to pull requests that run automatically during your code reviews. Run the Bicep linter on your code, and deploy the resources to a temporary environment to enable further automated and manual testing.
Test your Bicep code by using GitHub Actions
Validate and test your Bicep code in your deployment workflow. You'll use linting, preflight validation, and the what-if operation to validate your Azure changes before you deploy, and you'll test your resources after each deployment.

Rapid Prototyping as a way to validate your idea
Rapid Prototyping is an approach to software development that emphasizes quick, iterative development cycles and minimal feature sets. The goal in rapid prototyping is not to develop a product. The goal is to, as quickly as possible, build something that utilizes a technology or platform to the point that you can understand the strengths and weaknesses of that technology or platform.


