Posts by this author

Jan 30, 2025
Post comments count0
Post likes count0

How to use GitHub Copilot to Convert an EJB Application to Spring Boot

Hello developers! Continuing our series on GitHub Copilot tips, here's another valuable insight to enhance your coding experience: In today's fast-paced development environment, migrating legacy applications to modern frameworks is a common practice. One such migration is converting Enterprise JavaBeans (EJB) applications to Spring Boot. ...

All things Azure
Dec 4, 2024
Post comments count0
Post likes count1

How to use Copilot for Code Refactoring

I share GitHub Copilot tips every few days, if you are new to the series, below I have linked some of the previous tips. In this article, I am sharing a tip about using GitHub Copilot for code refactoring. https://devblogs.microsoft.com/all-things-azure/github-copilot-tip-interactive-debugging-with-github-copilot-chat/ https://devblogs.micros...

All things Azure
Nov 15, 2024
Post comments count2
Post likes count2

How to use GitHub Copilot for Efficient Unit Test Creation

As developers, we know that writing comprehensive unit tests is crucial yet often tedious. GitHub Copilot Chat revolutionizes this process by serving as your intelligent testing companion right in your IDE. Let's explore how to maximize its potential for efficient and thorough test generation. The Testing Challenge: A Common Developer Pain Poi...

All things AzureGitHub CopilotDeveloper Productivity
Nov 9, 2024
Post comments count2
Post likes count0

GitHub Copilot Tip: Interactive Debugging with GitHub Copilot Chat

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 a...

GitHub CopilotAll things AzureDeveloper Productivity