Showing results for ISE - ISE Developer Blog

May 24, 2024
1

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
1

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
4

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
1

Testing VSCode Extensions with TypeScript

Annika Bassey
Annika Bassey

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
Mar 22, 2024
3

APIs load testing using K6

Ayman
Ayman

In this post, We will go through the load testing concepts and how to use the K6 framework to perform load testing for API endpoints.

CSEISE