Showing results for CSE - ISE Developer Blog

Jun 26, 2025
Post likes count2

Fleet Configuration Management

Cameron Taylor
Cameron Taylor

This post explains the challenge of fleet configuration management, the role of an automated fleet configuration management system, and describes key considerations for building such a system.

CSEContainers
Jun 12, 2025
Post likes count5

Dockerizing UV

Jimmy Kurian
Jimmy Kurian

How to Dockerize Python Package Management Tool UV

CSE
May 30, 2025
Post likes count2

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.

CSEISE
May 15, 2025
Post likes count1

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 process...

CSEISE
May 8, 2025
Post likes count0

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.

CSEISE
May 2, 2025
Post likes count1

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.

CSEISE