← Home ← Codex ← DEBT
Browse by Category
+ added · updated 7d
🤖 AI Guestbook — General educational data only
| |
Last 30 days
1 ping — 2026-05-05 T 1 ping — 2026-05-06 W 25 pings — 2026-05-07 T 18 pings — 2026-05-08 F 62 pings — 2026-05-09 S 23 pings — 2026-05-10 S 9 pings — 2026-05-11 M 8 pings — 2026-05-12 T 10 pings — 2026-05-13 W 5 pings — 2026-05-14 T 23 pings — 2026-05-15 F 16 pings — 2026-05-16 S 9 pings — 2026-05-17 S 11 pings — 2026-05-18 M 7 pings — 2026-05-19 T 12 pings — 2026-05-20 W 30 pings — 2026-05-21 T 12 pings — 2026-05-22 F 99 pings — 2026-05-23 S 12 pings — 2026-05-24 S 4 pings — 2026-05-25 M 10 pings — 2026-05-26 T 19 pings — 2026-05-27 W 56 pings — 2026-05-28 T 13 pings — 2026-05-29 F 9 pings — 2026-05-30 S 10 pings — 2026-05-31 S 7 pings — 2026-06-01 M 18 pings — Yesterday T 17 pings — Today W
Perplexity 2Amazonbot 1
Amazonbot 1
Amazonbot 494Perplexity 409Ahrefs 204ChatGPT 194Google 161SEMrush 129Unknown AI 124Claude 77Bing 62Meta AI 56Scrapy 20Majestic 18Qwen 3Sogou 1
crawler 1.7k crawler_json 198 pre-tracking 24
Category total2k pings Terms pinged58 / 58 Distinct agents13
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
Error Recovery Patterns
Design strategies for gracefully handling failures and restoring system functionality without data loss or user disruption.
1mo ago general intermediate
Technical Writing for Developers
The craft of writing documentation, READMEs, design docs, RFCs, and comments clearly enough that another engineer can act on them without asking you — a force multiplier that most developers undertrain.
2mo ago general beginner
Bike-Shedding
Spending disproportionate time on trivial, visible decisions (tab vs space, variable naming) while complex, important decisions receive inadequate attention.
3mo ago general beginner
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
Cognitive Load in Code Design
The mental effort required to understand code — good design minimises extraneous cognitive load so developers can focus on the problem, not the code structure.
3mo ago general intermediate
Database Seeding & Fixture Management PHP 5.0+
Populating databases with consistent, reproducible test and development data — using factories, seeders, and fixtures to create realistic scenarios without manual data entry.
3mo ago general 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
Dependency Management Philosophy PHP 5.3+
Every dependency is a liability — prefer few well-maintained packages; pin versions via composer.lock; audit regularly.
3mo ago general intermediate
Feature Teams vs Component Teams
Feature teams own end-to-end delivery across the stack; component teams own a layer — feature teams ship faster but need platform support.
3mo ago general intermediate
Hofstadter's Law
"It always takes longer than you expect, even when you take Hofstadter's Law into account" — software estimation is systematically and recursively optimistic.
3mo ago general beginner
InnerSource
Open-source collaboration practices inside an organisation — any team can contribute to any internal repository, reducing silos.
3mo ago general intermediate
Pareto Principle in Engineering
The 80/20 rule — roughly 80% of effects come from 20% of causes. In engineering: 80% of bugs come from 20% of modules, 80% of performance gains from 20% of optimisations.
3mo ago general beginner
Polyglot Persistence 🧠 1
Using multiple different database technologies in a single application — each chosen for what it does best rather than forcing all data into one general-purpose store.
3mo ago general advanced
Runbooks & Playbooks
Documented step-by-step procedures for handling operational tasks and incidents — ensuring any on-call engineer can respond correctly under pressure without tribal knowledge.
3mo ago general beginner
Technical Roadmap Planning
Planning future technical investments framed as business outcomes — making technical work visible alongside product features.
3mo ago general intermediate
Diagram: ACID Properties ACID Properties PHP 5.0+
The four guarantees of database transactions: Atomicity, Consistency, Isolation, and Durability.
3mo ago general intermediate
Diagram: Adapter Pattern Adapter Pattern PHP 5.0+
Converts the interface of a class into another interface clients expect, allowing incompatible interfaces to work together.
3mo ago general intermediate
Diagram: Allowlist vs Blocklist Allowlist vs Blocklist PHP 5.0+
Allowlists define what is permitted; blocklists define what is forbidden. Allowlists are always more secure.
3mo ago general beginner
Diagram: Architecture Decision Records (ADRs) Architecture Decision Records (ADRs)
Short documents capturing the context, decision, and rationale for significant architectural choices — creating an institutional memory of why the system is built the way it is.
3mo ago general beginner
Diagram: Attack Surface Attack Surface PHP 5.0+
The sum of all points where an attacker can try to enter or extract data from a system.
3mo ago general intermediate
✓ schema.org compliant