6 results for "all documents"
tools/docker/dockerfile_best_practices.md
Non-default BuildKit build-security flags: secret mounts, SBOM/provenance attestations, distroless size/CVE numbers, and named Docker Hub supply-chain incidents (Leaky Vessels CVEs, JFrog imageless-repo campaign).
databases/nosql/mongodb/best_practices.md
Production guidance for MongoDB covering embedding vs referencing schema design, compound indexing and index intersection limits, the aggregation pipeline, multi-document transaction costs, and when a document store beat...
databases/sql/postgresql/best_practices.md
Production-oriented PostgreSQL guidance covering specialized index types (GIN, GiST, BRIN, hash), JSONB modeling, table partitioning, connection pooling, autovacuum tuning, and logical replication.
languages/python/performance.md
A practical guide to Python performance work: profiling with py-spy, Scalene, and cProfile; common bottlenecks; compilation options (mypyc, Cython, Nuitka, PyPy); and caching strategies from functools.cache to external c...
languages/javascript/frameworks/frontend/react_best_practices.md
Production-grade React guidance for 2026: the Rules of Hooks, Server Components vs Client Components, the modern state management landscape (Zustand, TanStack Query, Redux Toolkit), and common rendering performance pitfa...
databases/nosql/redis/best_practices.md
Production guidance for Redis covering core data structure selection, caching patterns (cache-aside, write-through), eviction policies, RDB vs AOF persistence trade-offs, pub/sub vs streams, and Redis Cluster fundamental...