Showing tag results for React

Jun 28, 2024
Post likes count2

Learnings around developing with Microsoft Graph Toolkit

David Lee
David Lee

Learnings of Microsoft Graph Toolkit from our recent project, including data leaking and privacy concerns that can help developers get a jumpstart with Microsoft Graph Toolkit.

CSE
May 17, 2023
Post likes count2

Getting to Know TypeScript Generics

Bryan
Bryan

A guide to using TypeScript Generics as a way to create reusable logic that will work for a multitude of types.

CSEFrameworks
Mar 29, 2021
Post likes count0

Unit Testing Azure DevOps UI Extensions

Florian Wagner
Florian Wagner

Mocking cloud service dependencies in modern applications is essential for independent unit testing. We show how to mock all relevant parts of the Azure DevOps Extension SDK, Azure DevOps Extension API as well as other external APIs to create meaningful unit tests for Azure DevOps UI Extensions and reach full code coverage.

DevOpsCSE