ISE Developer Blog

Solving global tech challenges, sharing insights, and empowering developers

Latest posts

Aug 1, 2023
Post likes count 4

Best Practices for Performance Testing: A Guide for Developers

David,
Andrew

This post underscores the importance of performance testing in software development, based on insights from a project involving a high-throughput containerized workload. It highlights the necessity of establishing clear performance goals, early identification and collaboration with a Performance Engineer, effective use of Application Performance Monitoring (APM) tools, and maintaining a dedicated performance environment. It also advocates for frequent, early, and local testing to expedite issue detection and resolution. Additionally, the article emphasizes best practices such as automation, clear log segregation,...

Jul 25, 2023
Post likes count 3

Maintaining API Clients With NSwag Model Generation

Dexter Williams

Our team used NSwag, an OpenAPI .NET toolchain, to generate C# models in code and improve the maintainability of a .NET Core API client for a project. This post describes what lead to the decision along with guidance on how to use Nswag to generate C# models in code.

Jul 12, 2023
Post likes count 2

Temporal Mutual Transport Layer Security(mTLS) and single-sign-on(SSO) using Azure

Ayman,
Phong

This guide explores Temporal platform security features and how it can be integrated with Azure Key Vault and Azure Active Directory.

Jul 6, 2023
Post likes count 2

Use Cases for Event Hub

Peter Lasne

This post will discuss multiple use-cases for Azure Event Hub that hopefully help you think about how to get creative in your own solutions.

Jun 27, 2023
Post likes count 7

Large Language Model Prompt Engineering for Complex Summarization

John Stewart

Learn how to use GPT / LLMs to create complex summaries such as for medical text

Jun 19, 2023
Post likes count 3

Solving store inventory allocation problem of CPG

Sujoy,
Shinoj,
Shima

Solution of store inventory allocation problem of CPG

Jun 9, 2023
Post likes count 3

Coding with AI

Peter Lasne

Our team used AI tools to write code, documentation, indexes, etc. extensively during our last engagement. This post will talk about what we used and how we used it.

Jun 1, 2023
Post likes count 4

Building a custom workflow engine on top of Durable Task Framework DTFx

Spyros Giannakakis

In this post we write about how we implemented a custom workflow engine that supports DSL, workflow cancellation and closure on top of Durable Task Framework (DTFx), explaining the why behind our choices and discussing the challenges we faced.

May 24, 2023
Post likes count 3

Guidelines for Organizing and Testing Your Terraform Configuration

Diana Ivan

Guidelines on how to structure a Terraform infrastructure configuration together with testing and documentation.