Showing category results for CSE

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 24, 2024
Post likes count1

Start Simple, Scale Fast: Azure Storage for Distributed Computing

Andrew Vineyard
Andrew Vineyard

Azure Storage Accounts are one of the simplest resources on Azure, but simultaneously one of the most useful and reused building blocks across the Microsoft Cloud ecosystem. Blobs, leases, and queues are fundamental components that enable powerful patterns. Let's dig into why Storage Accounts should be in your Azure toolkit.

CSEISE
May 17, 2024
Post likes count2

Simplified Connection State Management

Peter Lasne
Peter Lasne

This post advocates for a simplifying a complex network of states into simple states that correlate with user expectations.

CSEISE
Apr 26, 2024
Post likes count4

Development Containers Simplified

Ayman
Ayman

This post talks about the concept of development containers and how it can help us to solve the challenges we face when setting up our development environment or onboarding a new team member.

CSEISE
Apr 12, 2024
Post likes count1

Testing VSCode Extensions with TypeScript

Annika Bassey Jake Reifer
Annika,
Jake

Due to the nature of VS Code, testing extensions can be quite complex. In this blog post, we explore various ways to write unit tests for VS Code extensions, as well as strategies for writing more sufficient integration tests.

CSEISE