53 results for "all documents"
languages/python/frameworks/fastapi/best_practices.md

FastAPI Best Practices

Version-specific FastAPI/Pydantic v2 gotchas: verified current releases, yield-dependency cleanup timing, BackgroundTasks/middleware footguns, threadpool starvation, and Pydantic v2 union-resolution traps - with sources.

languages/go/best_practices.md

Go Best Practices

Current idiomatic-vs-outdated verdicts for Go error handling (errors.AsType, errors.Join), concurrency (WaitGroup.Go, testing/synctest, errgroup), and context.Context - backed by named production goroutine-leak research ...

languages/go/README.md

Go Language Overview & Ecosystem (2026)

Verified current Go release state (1.26.x, 1.27 pending Aug 2026), the semantic changes since 1.21 that actually alter idiomatic code (loop-var scoping, range-over-func, generic type aliases, tool directive, errors.AsTyp...