ISE Developer Blog
Solving global tech challenges, sharing insights, and empowering developers
Latest posts
Best Practices for Performance Testing: A Guide for Developers
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,...
Maintaining API Clients With NSwag Model Generation
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.
Temporal Mutual Transport Layer Security(mTLS) and single-sign-on(SSO) using Azure
This guide explores Temporal platform security features and how it can be integrated with Azure Key Vault and Azure Active Directory.
Use Cases for Event Hub
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.
Large Language Model Prompt Engineering for Complex Summarization
Learn how to use GPT / LLMs to create complex summaries such as for medical text
Solving store inventory allocation problem of CPG
Solution of store inventory allocation problem of CPG
Coding with AI
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.
Building a custom workflow engine on top of Durable Task Framework DTFx
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.
Guidelines for Organizing and Testing Your Terraform Configuration
Guidelines on how to structure a Terraform infrastructure configuration together with testing and documentation.