← Home ← Codex ← DEBT
Browse by Category
+ added · updated 7d
🤖 AI Guestbook — #devops educational data only
| |
Last 30 days
5 pings — 2026-05-05 T 4 pings — 2026-05-06 W 48 pings — 2026-05-07 T 53 pings — 2026-05-08 F 160 pings — 2026-05-09 S 45 pings — 2026-05-10 S 16 pings — 2026-05-11 M 10 pings — 2026-05-12 T 17 pings — 2026-05-13 W 15 pings — 2026-05-14 T 52 pings — 2026-05-15 F 15 pings — 2026-05-16 S 20 pings — 2026-05-17 S 22 pings — 2026-05-18 M 10 pings — 2026-05-19 T 46 pings — 2026-05-20 W 46 pings — 2026-05-21 T 38 pings — 2026-05-22 F 201 pings — 2026-05-23 S 34 pings — 2026-05-24 S 19 pings — 2026-05-25 M 24 pings — 2026-05-26 T 61 pings — 2026-05-27 W 131 pings — 2026-05-28 T 20 pings — 2026-05-29 F 29 pings — 2026-05-30 S 20 pings — 2026-05-31 S 27 pings — 2026-06-01 M 31 pings — Yesterday T 40 pings — Today W
Amazonbot 6Google 4ChatGPT 2Perplexity 2
Amazonbot 2ChatGPT 1Google 1
Amazonbot 1.3kPerplexity 1kGoogle 683ChatGPT 499Ahrefs 419SEMrush 305Unknown AI 261Claude 179Meta AI 123Bing 122Majestic 45Scrapy 31Qwen 8Sogou 7NotebookLM 2DuckDuckGo 1
crawler 4.5k crawler_json 444 pre-tracking 54
Tag total5k pings Terms pinged131 / 131 Distinct agents15
Level All Beginner Intermediate Advanced Tag: devops
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
AI Prompt Versioning
The practice of treating prompts as versioned artifacts — tracking changes, correlating outputs to prompt revisions, and enabling rollback when quality regresses.
3w ago ai_ml intermediate
Internal Developer Platform (IDP)
A curated, self-service layer on top of cloud and CI/CD infrastructure that product teams use to ship services without filing tickets — paved roads that make the right thing the easy thing.
2mo ago devops intermediate
Docker HEALTHCHECK
A Dockerfile instruction that defines how Docker tests whether a container is healthy — enabling automatic restart and load balancer removal on failure.
2mo ago devops intermediate
Linux File Permissions
Read, write, and execute permissions assigned to owner, group, and others — the foundation of Linux access control for web application files.
CWE-732 OWASP A5:2021
2mo ago linux beginner 7.5
Structured Logging PHP 8.0+
Emitting log entries as machine-parseable key-value pairs (JSON) rather than free-form strings — enabling filtering, aggregation, and alerting.
2mo ago observability intermediate
Diagram: AI Observability AI Observability 🧠 2
The practice of monitoring, tracing, and evaluating LLM-powered systems in production — covering latency, token costs, prompt drift, output quality, and failure modes.
2mo ago ai_ml intermediate
Diagram: TLS Certificate Lifecycle TLS Certificate Lifecycle
The end-to-end process of generating, validating, issuing, deploying, monitoring, and renewing a TLS certificate — and what breaks at each stage when it goes wrong.
2mo ago cryptography intermediate
PHP Version Upgrade Checklist PHP 5.0+
A systematic PHP upgrade process: check EOL status, run static analysis, update Composer deps, run Rector, test on new version in staging, then deploy — never upgrade directly in production.
2mo ago php intermediate
Alert Fatigue
When alerts fire so frequently or for such trivial reasons that on-call engineers begin ignoring them — the most dangerous state for a production monitoring system.
3mo ago observability intermediate
APM Tools PHP 5.0+
Application Performance Monitoring tools — Datadog, New Relic, Elastic APM — provide distributed tracing, performance profiling, error tracking, and anomaly detection in production.
3mo ago observability intermediate
Brotli vs gzip Compression PHP 5.0+
Brotli (br) compresses 15-25% better than gzip for text content — use Brotli for supported browsers (all modern ones), gzip as fallback, both configured at the server level not PHP.
3mo ago performance intermediate
Cache Warming Strategies PHP 5.0+
Pre-populating a cache before traffic arrives — preventing the cold-start thundering herd where every request misses a cold cache simultaneously after a deploy.
3mo ago performance intermediate
Cloud Cost Optimisation
Systematically reducing cloud spend without reducing capability — right-sizing instances, using reserved/spot pricing, eliminating waste, and architecting for cost from the start.
3mo ago cloud intermediate
Cloud-Native Patterns PHP 5.0+
Stateless services, externalised config, health checks, graceful shutdown, and immutable infrastructure — the 12-Factor App extended for containers.
3mo ago cloud intermediate
Code Freeze & Release Management
A period stopping new features entering a release branch — feature flags and continuous delivery eliminate the need for long freezes.
3mo ago general intermediate
Container Registry PHP 5.0+
A storage and distribution system for Docker images — Docker Hub, Amazon ECR, GitHub Container Registry (GHCR), and Google Artifact Registry store versioned, immutable image tags.
3mo ago devops beginner
Conventional Commits Tooling
Automating semantic versioning and changelog generation from commit messages using commitizen, commitlint, standard-version, and semantic-release.
3mo ago git intermediate
Dependency Audit & CVE Scanning PHP 5.0+
Automated scanning of project dependencies for known vulnerabilities (CVEs) — composer audit, npm audit, and tools like Snyk run in CI to catch vulnerable packages before deployment.
3mo ago general intermediate
Diagram: Docker Multi-Stage Builds Docker Multi-Stage Builds PHP 5.0+
Dockerfile builds using multiple FROM stages — build dependencies (Composer, Node, test tools) in earlier stages, copy only production artifacts to the final minimal image.
3mo ago devops intermediate
eBPF — Kernel-Level Observability
Extended Berkeley Packet Filter — a technology for running sandboxed programs in the Linux kernel to trace system calls, network traffic, and performance metrics without modifying applications.
3mo ago devops advanced
✓ schema.org compliant