10 results for "all documents"
languages/nim/common_pitfalls.md

Nim Common Pitfalls & Anti-Patterns

The canonical, exhaustive catalogue of Nim semantics that cause confident-but-wrong LLM-generated code: partial case/underscore-insensitive identifiers, the Nim 1.x-to-2.0 ARC/ORC memory-management default change, ref-vs...

databases/sql/postgresql/best_practices.md

PostgreSQL Best Practices

Production-oriented PostgreSQL guidance covering specialized index types (GIN, GiST, BRIN, hash), JSONB modeling, table partitioning, connection pooling, autovacuum tuning, and logical replication.