All things Azure

Developer focused how-tos, use cases and solutions on Microsoft Azure

Featured posts

How to subscribe for GitHub Copilot Business without GitHub Enterprise: A Step-by-Step Guide
Nov 6, 2024
0
4

How to subscribe for GitHub Copilot Business without GitHub Enterprise: A Step-by-Step Guide

Rafferty Uy
Rafferty Uy

Did you know that now you can subscribe to GitHub Copilot Business without GitHub Enterprise (GHE), which means you can get GitHub Copilot Business as a standal...

All things AzureGitHub CopilotDeveloper Productivity
How to Create Inclusive Code Review Culture Using GitHub Copilot
Nov 4, 2024
0
2

How to Create Inclusive Code Review Culture Using GitHub Copilot

Lubna Thomas
Lubna Thomas

Leaders in some development teams where I worked singled out individuals. They inspected developers' code with external reviewers without including the develope...

All things AzureGitHub CopilotDeveloper Productivity

Latest posts

GitHub Copilot Tip: Interactive Debugging with GitHub Copilot Chat
Nov 9, 2024
0
0

GitHub Copilot Tip: Interactive Debugging with GitHub Copilot Chat

utejomurtula
utejomurtula

Hello developers! Continuing our series on GitHub Copilot tips, here's another valuable insight to enhance your coding experience: Debugging is an essential part of the development process, but it can often be time-consuming and frustrating. GitHub Copilot Chat transforms this experience by providing an interactive and intelligent debugging assistant right within your IDE. Here's how you can leverage Copilot Chat to streamline your debugging workflow creatively and effectively. The Challenge Imagine you're working on a complex function that's not behaving as expected. You encounter an error message or...