Showing category results for CSE

Jun 12, 2025
Post likes count6

Dockerizing UV

Jimmy Kurian

How to Dockerize Python Package Management Tool UV

CSE
May 30, 2025
Post likes count3

Efficient Ground Truth Generation for Search Evaluation

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,
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

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 count2

Running RAG with ONNX Runtime GenAI for On-Prem Windows

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
Mar 27, 2025
Post likes count1

Using OpenTelemetry for flexible observability

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.

CSEFrameworksInternet Of Things