ISE Developer Blog

Solving global tech challenges, sharing insights, and empowering developers

Latest posts

Jun 14, 2024
Post likes count 20

Next-Level Boilerplate: An Inside Look Into Our .Net Clean Architecture Repo

Dor Lugasi-Gal

In this article, we will take an inner look at the clean architecture boilerplate and how it helps kickstart our projects rapidly.

Jun 7, 2024
Post likes count 2

7 Essential Tips: Accelerate Prompt Flow Development

Neeraj Mandal

This post focusses on tips and tricks to accelerate from flow development through use of dev container & shell scripts.

May 24, 2024
Post likes count 1

Start Simple, Scale Fast: Azure Storage for Distributed Computing

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.

May 17, 2024
Post likes count 2

Simplified Connection State Management

Peter Lasne

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

May 10, 2024
Post likes count 4

Synchronizing multiple remote Git Repositories

Liam Moat

summary of the post

May 3, 2024
Post likes count 2

Making an Application More Robust With Data Mapping

Julia Valder

How to use data mapping to make your application more robust against unexpected third-party data schema changes.

Apr 26, 2024
Post likes count 4

Development Containers Simplified

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.

Apr 12, 2024
Post likes count 1

Testing VSCode Extensions with TypeScript

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.

Apr 5, 2024
Post likes count 6

Develop Microsoft Teams multi-tenants application that enables access to a legacy software running on-premises

Julien Corioland

In this article, we describe how we built a multi-tenants Microsoft Teams application that is able to connect to a legacy software running on-premises at different customers', in a scalable, secure and reliable way.