Go Testing Patterns in 2026 — Table-Driven, Subtests, and Real Integrations

Practical Go testing: table-driven discipline, subtests for isolation, testcontainers for real DBs, t.Run patterns, fuzzing, and the test layout that scales.

May 2, 2026 · 5 min · 864 words · Manvendra Rajpoot

Testing FastAPI Apps in 2026 — Strategies That Catch Real Bugs

How to test FastAPI apps that survive: unit, integration with real Postgres, contract via OpenAPI, end-to-end, async-aware fixtures, and the patterns from production codebases.

April 30, 2026 · 3 min · 517 words · Manvendra Rajpoot

LLM Evaluations — How to Test Prompts and Agents Like a Pro

A practical guide to LLM evaluations — what to measure, building eval sets, LLM-as-judge done right, RAG-specific metrics, and integrating evals into CI so you stop shipping silent regressions.

April 28, 2026 · 7 min · 1352 words · Manvendra Rajpoot

Testing FastAPI Apps: From Pytest to Database Isolation

A practical guide to testing FastAPI: pytest configuration, async HTTP client, transactional database isolation per test, and fixtures for authentication.

April 28, 2026 · 7 min · 1414 words · Manvendra Rajpoot