← CodeClarityLab Home
Browse by Category
+ added · updated 7d
🤖 AI Guestbook — #general educational data only
| |
Last 30 days
14 pings — 2026-04-08 W 2 pings — 2026-04-09 T 15 pings — 2026-04-10 F 19 pings — 2026-04-11 S 20 pings — 2026-04-12 S 17 pings — 2026-04-13 M 1 ping — 2026-04-14 T 1 ping — 2026-04-15 W 7 pings — 2026-04-16 T 35 pings — 2026-04-17 F 20 pings — 2026-04-18 S 35 pings — 2026-04-19 S 17 pings — 2026-04-20 M 5 pings — 2026-04-21 T 15 pings — 2026-04-22 W 36 pings — 2026-04-23 T 35 pings — 2026-04-24 F 53 pings — 2026-04-25 S 20 pings — 2026-04-26 S 5 pings — 2026-04-27 M 9 pings — 2026-04-28 T 19 pings — 2026-04-29 W 19 pings — 2026-04-30 T 53 pings — 2026-05-01 F 34 pings — 2026-05-02 S 26 pings — 2026-05-03 S 6 pings — 2026-05-04 M 2 pings — 2026-05-05 T 1 ping — Yesterday W 33 pings — Today T
Perplexity 8Amazonbot 6ChatGPT 1
Amazonbot 425Perplexity 408Google 139Unknown AI 125Ahrefs 124ChatGPT 80SEMrush 59Claude 24Majestic 19Meta AI 2Qwen 1
crawler 1.3k crawler_json 64 pre-tracking 24
Tag total1.4k pings Terms pinged58 / 58 Distinct agents10
Level All Beginner Intermediate Advanced Tag: general
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.
6d ago general intermediate
Bike-Shedding
Spending disproportionate time on trivial, visible decisions (tab vs space, variable naming) while complex, important decisions receive inadequate attention.
2mo 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.
2mo 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.
2mo 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.
2mo 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.
2mo 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.
2mo 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.
2mo 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.
2mo ago general beginner
InnerSource
Open-source collaboration practices inside an organisation — any team can contribute to any internal repository, reducing silos.
2mo 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.
2mo ago general beginner
Polyglot Persistence
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.
2mo 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.
2mo ago general beginner
Technical Roadmap Planning
Planning future technical investments framed as business outcomes — making technical work visible alongside product features.
2mo ago general intermediate
Diagram: ACID Properties ACID Properties PHP 5.0+
The four guarantees of database transactions: Atomicity, Consistency, Isolation, and Durability.
2mo 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.
2mo 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.
2mo 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.
2mo 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.
2mo ago general intermediate
Blameless Culture
An organisational norm where incidents and mistakes are treated as systemic learning opportunities rather than individual failures deserving punishment.
2mo ago general beginner
✓ schema.org compliant