ISE Developer Blog

Solving global tech challenges, sharing insights, and empowering developers

Latest posts

Hierarchical Waterfall Evaluation of Query Classification, Retrieval & Generation in Multi-Agent LLM Systems
Jun 5, 2025
Post likes count 4

Hierarchical Waterfall Evaluation of Query Classification, Retrieval & Generation in Multi-Agent LLM Systems

Abdul Karim Wenwen Wang
Abdul,
Wenwen

This post presents a hierarchical waterfall framework for evaluating query classification, retrieval, and generation in multi-agent LLM systems.

Efficient Ground Truth Generation for Search Evaluation
May 30, 2025
Post likes count 2

Efficient Ground Truth Generation for Search Evaluation

Geisa Faustino Phong Cao
Geisa,
Phong

This article discusses the challenges and methodologies for creating a reliable groundtruth dataset for search evaluation. It highlights the use of TREC Pooling and GPT-4o assisted ranking to overcome the labor-intensive process of manual labeling, ensuring high-quality search evaluations even with limited data.

Durable Functions for Indexing in RAG: A Practical Python Approach
May 23, 2025
Post likes count 0

Durable Functions for Indexing in RAG: A Practical Python Approach

Felix Mönckemeyer
Felix Mönckemeyer

Azure Durable Functions streamline RAG indexing by combining push flexibility with pull reliability for scalable,

Cloud infrastructure provisioning: best practices for IaC
May 15, 2025
Post likes count 1

Cloud infrastructure provisioning: best practices for IaC

Hannes Nel Brent Samodien
Hannes,
Brent

Infrastructure-as-Code (IaC) is a common DevOps practice that enterprises use to provision and deploy IT infrastructure. Enterprises applying IaC and continuous integration/continuous delivery (CI/CD) pipelines can maintain high availability and manage risk for their cloud environments at scale. However, multi-environment challenges, manual processes, and fragmented guidance still lead to configuration drift, errors, and inconsistencies. These issues are likely to result in downtime, security vulnerabilities, and inefficient resource utilization.

Integration testing with Dapr and Testcontainers
May 8, 2025
Post likes count 0

Integration testing with Dapr and Testcontainers

Jose Santano Gonzalez
Jose Santano Gonzalez

This blog post discusses setting up a Pytest integration test framework for a system using Dapr and Testcontainers. This framework was initially setup for a customer to suit their needs and it has been extracted into a sample project to provide a starting point.

Running RAG with ONNX Runtime GenAI for On-Prem Windows
May 2, 2025
Post likes count 1

Running RAG with ONNX Runtime GenAI for On-Prem Windows

Omer Demir
Omer Demir

Exploring how to efficiently run a RAG pipeline with structured language models (SLMs) and guardrails on Windows, achieving inference under 5 seconds with ONNX Runtime GenAI.

Data Validations with Great Expectations in MS Fabric
Apr 3, 2025
Post likes count 2

Data Validations with Great Expectations in MS Fabric

Jarang Kim
Jarang Kim

In this blog post, we will explore how to integrate GX within the Microsoft Fabric environment and use it to validate data programmatically.

Using OpenTelemetry for flexible observability
Mar 27, 2025
Post likes count 0

Using OpenTelemetry for flexible observability

Adele
Adele

OpenTelemetry offers flexible observability in distributed systems, this post looks at how to integrate multiple data sources when connected and disconnected from the internet.

The Hidden Risks of Docker Build Time Arguments and How to Secure Your Secrets
Mar 20, 2025
Post likes count 2

The Hidden Risks of Docker Build Time Arguments and How to Secure Your Secrets

Jason
Jason

This post discusses the security risks of using Docker build-time arguments to pass secrets, and suggests alternative methods for handling secrets securely.