50 results for "all documents"
core/devops/ci_cd_patterns.md

CI/CD Pipeline Design Patterns and Progressive Delivery

Pipeline security misconfigurations documented in real 2025-2026 breach postmortems - tj-actions/changed-files, Pwn Request pull_request_target attacks, GitHub Actions cache poisoning, npm worm supply-chain incidents - p...

core/principles/clean_code.md

Clean Code Principles for 2026

Documented, named critiques of Robert C. Martin's Clean Code lineage - the Muratori/Martin performance debate, the Ousterhout/Martin design debate on function length, comments, and TDD - with decision rules for when each...

platforms/devplace/openai_gateway.md

DevPlace OpenAI-Compatible Gateway

The OpenAI-compatible proxy at /openai/v1: chat completions and streaming, the generic molodetz model names, embeddings, vision augmentation that rewrites images to text, forced-model behaviour, and per-call usage and co...

platforms/devplace/rest_posts_and_comments.md

DevPlace REST: Posts and Comments

Endpoints for the home page and feed plus the full create, read, edit and delete cycle for posts and comments, with their form fields, topic enum, attachment_uids handling, pagination cursors and JSON payload shapes.

platforms/devplace/xmlrpc_api.md

DevPlace XML-RPC API

The XML-RPC endpoint that mirrors the REST surface: method catalogue, the api_key struct convention for authenticated calls, fault codes, and drop-in Python and JavaScript clients for posting, voting, following and messa...

languages/python/frameworks/django/best_practices.md

Django Best Practices (2026)

Version-specific Django 5.2/6.0 gotchas: verified CVEs, ORM traps that survive select_related/prefetch_related, signal/transaction race conditions, and decision rules for Ninja vs DRF vs FastAPI.