← Home ← Codex ← DEBT
Browse by Category
+ added · updated 7d
🤖 AI Guestbook — DevOps educational data only
| |
Last 30 days
10 pings — 2026-05-26 T 14 pings — 2026-05-27 W 37 pings — 2026-05-28 T 10 pings — 2026-05-29 F 4 pings — 2026-05-30 S 5 pings — 2026-05-31 S 7 pings — 2026-06-01 M 9 pings — 2026-06-02 T 26 pings — 2026-06-03 W 78 pings — 2026-06-04 T 86 pings — 2026-06-05 F 69 pings — 2026-06-06 S 99 pings — 2026-06-07 S 82 pings — 2026-06-08 M 33 pings — 2026-06-09 T 30 pings — 2026-06-10 W 17 pings — 2026-06-11 T 18 pings — 2026-06-12 F 14 pings — 2026-06-13 S 8 pings — 2026-06-14 S 17 pings — 2026-06-15 M 16 pings — 2026-06-16 T 14 pings — 2026-06-17 W 10 pings — 2026-06-18 T 13 pings — 2026-06-19 F 13 pings — 2026-06-20 S 21 pings — 2026-06-21 S 40 pings — 2026-06-22 M 12 pings — Yesterday T 3 pings — Today W
Bing 1Claude 1ChatGPT 1
PetalBot 7SEMrush 2Bing 2Google 1
Scrapy 434Amazonbot 389Perplexity 328Google 206SEMrush 177Ahrefs 175ChatGPT 125Unknown AI 76Claude 58Bing 56Meta AI 42Majestic 31PetalBot 31Sogou 8Qwen 4DuckDuckGo 2ShapBot 2
crawler 2k crawler_json 139 pre-tracking 16
Category total2.1k pings Terms pinged41 / 41 Distinct agents16
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
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 🧠 4
A Dockerfile instruction that defines how Docker tests whether a container is healthy — enabling automatic restart and load balancer removal on failure.
3mo ago DevOps 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
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
Kubernetes for PHP Developers PHP 5.0+ 🧠 1
The essential Kubernetes concepts PHP developers need — Pods, Deployments, Services, ConfigMaps, Secrets, and Ingress — for deploying and scaling PHP applications on Kubernetes.
3mo ago DevOps intermediate
nginx + PHP-FPM Production Config PHP 5.0+
The canonical nginx + PHP-FPM setup for PHP production — nginx handles static files and slow clients, PHP-FPM runs PHP via FastCGI, with proper timeout, buffer, and security settings.
3mo ago DevOps intermediate
On-Call Culture & Runbooks
Sustainable on-call practices — fair rotation, blameless postmortems, actionable alerts, and well-maintained runbooks that reduce mean time to recovery and prevent burnout.
3mo ago DevOps intermediate
Platform Engineering
Building internal developer platforms that abstract infrastructure complexity — giving product teams self-service access to deployment, observability, and data services without ops tickets.
3mo ago DevOps advanced
Shift-Left Testing
Moving testing earlier in the development process — catching bugs at the developer's machine and PR stage rather than in staging or production.
3mo ago DevOps intermediate
Alerting & On-Call PHP 5.0+ 🧠 2
Automated notifications triggered when SLIs breach SLO thresholds — effective alerting is actionable, low-noise, and tied to clear runbooks.
3mo ago DevOps intermediate
Blameless Post-Mortem PHP 5.0+ 🧠 3
A structured review of an incident focused on systemic causes and improvements, not individual blame — making it safe to surface failures.
3mo ago DevOps intermediate
Diagram: Blue/Green Deployment Blue/Green Deployment PHP 5.0+ 🧠 2
Maintaining two identical production environments and switching traffic between them for zero-downtime releases and instant rollback.
3mo ago DevOps intermediate
Diagram: Canary Release Canary Release PHP 5.0+ 🧠 1
Gradually routing a small percentage of traffic to a new release, monitoring for issues before a full rollout.
3mo ago DevOps intermediate
Diagram: Chaos Engineering Chaos Engineering PHP 5.0+ 🧠 2
Deliberately injecting failures into a production system to discover weaknesses before they cause unplanned outages.
3mo ago DevOps advanced
Diagram: Container Security Container Security PHP 5.0+
Security practices for building and running containers — minimal base images, non-root users, read-only filesystems, image scanning, and runtime security controls.
3mo ago DevOps intermediate
Diagram: Containerisation (Docker for PHP) Containerisation (Docker for PHP) PHP 5.0+ 🧠 3
Packaging PHP applications and their dependencies into Docker containers for consistent, reproducible environments from dev to production.
3mo ago DevOps intermediate
Diagram: Continuous Deployment (CD) Continuous Deployment (CD) PHP 5.0+ 🧠 1
Automatically deploying every commit that passes CI to production, eliminating manual release steps.
3mo ago DevOps intermediate
Diagram: Continuous Integration (CI) Continuous Integration (CI) PHP 5.0+ 🧠 3
Automating the build, test, and analysis pipeline to run on every commit, surfacing integration failures quickly.
3mo ago DevOps beginner
Diagram: Deployment Rollback Strategies Deployment Rollback Strategies PHP 5.0+ 🧠 1
Strategies for reverting a broken deployment quickly — from git revert and re-deploy to instant traffic switching with blue-green or feature flags.
3mo ago DevOps intermediate
✓ schema.org compliant