Tag: #testing
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 22 posts
Go Testing Complete Guide: Unit Tests, Mocks, and Stubs
A complete guide to writing production-quality tests in Go, from the testing package basics and table-driven tests to testify, gomock, httptest, and Mock/Stub patterns.
2026-03-17 · 19 min read #go#golang#testing#unittest#mockBuilding a Chatbot Evaluation Framework: LLM-as-Judge, RAGAS, and Automated Testing Pipelines
A comprehensive guide to building systematic quality evaluation for LLM-based chatbots. Covers RAG pipeline evaluation with RAGAS, LLM-as-Judge patterns, automated testing pipelines, and production monitoring.
2026-03-10 · 27 min read #chatbot#evaluation#ragas#llm-as-judge#testing