Components
Operational guides for open source components and external service integrations.
Documentation
External Service Integrations
| Document | Description |
|---|---|
| google-sheets | Google Sheets API integration patterns |
| slack | Slack bot development and messaging |
| amazon-sp-api | Amazon Selling Partner API |
| shopify | Shopify Admin API integration |
| apple-app-stores | Store identity, agreements, publication process, review lead times |
| apple-cloudkit | Private-database sync: zones, CKSyncEngine, the record codec, encryption boundary, promote-only schema |
Infrastructure Components
| Document | Description |
|---|---|
| postgresql | PostgreSQL patterns (see also Neon's docs) |
| caddy | Caddy reverse proxy patterns (configuration, internal CA, metrics, CORS, logging) |
| containerd | Containerfiles, compose, networking, nerdctl (prefer over Docker) |
| linux | Core Linux: filesystems, networking, permissions, process management |
| kubernetes | Built-in Kinds, Services, ConfigMaps, Secrets, storage, Helm, operators |
| helm | Consuming charts: the values contract, render-based validation, chart/appVersion coupling |
| gitea-actions | Self-hosted CI runner architecture, custom job/DinD images, debugging recipes |
| renovate | Self-hosted dependency-update funnel: preset resolution, autodiscovery, git-submodules content pipeline |
| wireguard | Homelab mesh VPN: routing, MASQUERADE both directions, mesh→LAN DNAT forwards, MSS clamping, troubleshooting |
| prometheus | PromQL, alert rules, Alertmanager |
| prometheus-exporters | Node exporter, blackbox exporter, and other common exporters |
| grafana-loki | Log aggregation with LogQL |
| grafana-dashboards | Dashboard management, JSON exports, administration |
| fluent-bit | YAML configuration, parsers, and pipelines |
Related
See Paradigms for broader architectural patterns (service interactions, caching, networking, cryptography, auth, etc.)