Category: JavaScript

How to Code Copilot Connectors

September 29, 2024 By Joao LIVIO

Introduction Copilot connectors are powerful tools that extend the capabilities of Microsoft Copilot by integrating it with various data sources and services. This guide will walk you through the process of coding Copilot connectors, providing detailed code examples and use cases to help you get started. What are Copilot Connectors? Copilot connectors allow you to […]

Exploring the Microsoft DEV Proxy: Enhancing API Testing with Realistic Simulations

August 31, 2024 By Joao LIVIO

Microsoft Graph API, somethings can result in “unexpected” behaviors, that’s why is important to test and simulate first ensuring that applications can handle various API behaviors and errors is crucial. The Microsoft DEV Proxy is a powerful tool designed to help developers simulate different API scenarios, making it easier to test and debug applications. This […]