← CodeClarityLab Home
Browse by Category
+ added · updated 7d
🤖 AI Guestbook — General educational data only
| |
Last 30 days
12 pings — 2026-04-08 W 2 pings — 2026-04-09 T 14 pings — 2026-04-10 F 17 pings — 2026-04-11 S 20 pings — 2026-04-12 S 16 pings — 2026-04-13 M 1 ping — 2026-04-14 T 0 pings — 2026-04-15 W 7 pings — 2026-04-16 T 34 pings — 2026-04-17 F 21 pings — 2026-04-18 S 36 pings — 2026-04-19 S 19 pings — 2026-04-20 M 5 pings — 2026-04-21 T 15 pings — 2026-04-22 W 38 pings — 2026-04-23 T 34 pings — 2026-04-24 F 50 pings — 2026-04-25 S 21 pings — 2026-04-26 S 5 pings — 2026-04-27 M 11 pings — 2026-04-28 T 19 pings — 2026-04-29 W 20 pings — 2026-04-30 T 50 pings — 2026-05-01 F 34 pings — 2026-05-02 S 25 pings — 2026-05-03 S 7 pings — 2026-05-04 M 2 pings — 2026-05-05 T 2 pings — Yesterday W 39 pings — Today T
Perplexity 8Amazonbot 6ChatGPT 1
Amazonbot 418Perplexity 400Google 138Ahrefs 127Unknown AI 124ChatGPT 79SEMrush 55Claude 29Majestic 17Meta AI 2Qwen 1
crawler 1.3k crawler_json 69 pre-tracking 24
Category total1.4k pings Terms pinged58 / 58 Distinct agents10
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
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
Brooks's Law
"Adding manpower to a late software project makes it later" — new developers require onboarding time and increase communication overhead before contributing productively.
2mo ago general intermediate
Bug Bounty Programme
A programme offering financial rewards to security researchers who responsibly disclose vulnerabilities in a vendor's systems.
2mo ago general beginner
Bus Factor
The minimum number of team members who could be incapacitated before a project stalls — a measure of knowledge concentration risk.
2mo ago general beginner
Code Documentation
Written explanations of code intent, architecture decisions, APIs, and operational concerns — distinct from comments in source files.
2mo ago general beginner
Code Review PHP 5.0+
A systematic peer examination of source code before merging, catching bugs, sharing knowledge, and enforcing standards.
2mo ago general beginner
Conway's Law
"Organisations design systems that mirror their own communication structure" — team topology shapes architecture whether you plan it or not.
2mo ago general intermediate
Database Migrations PHP 5.0+
Version-controlled, incremental scripts that evolve the database schema alongside code, enabling reproducible deployments and rollbacks.
2mo ago general intermediate
Database Normalisation PHP 5.0+
Organising relational database tables to reduce redundancy and improve integrity — from 1NF through 3NF (and beyond) as design guidelines.
2mo ago general intermediate
Decorator Pattern PHP 5.0+
Wraps an object to add new behaviour dynamically without modifying its class or using inheritance.
2mo ago general intermediate
Diagram: Defence in Depth Defence in Depth PHP 5.0+
Layering multiple independent security controls so that bypassing one does not compromise the whole system.
2mo ago general intermediate
Developer Experience (DX)
The quality of a developer's interactions with tools, APIs, documentation, and processes — good DX reduces friction, speeds onboarding, and increases productivity.
2mo ago general beginner
Documentation as Code
Treating documentation with the same discipline as code — version controlled, reviewed in pull requests, tested for accuracy, and kept close to the code it describes.
2mo ago general beginner
Dynamic Analysis (DAST)
Testing a running application by sending crafted inputs to discover vulnerabilities that only manifest at runtime.
2mo ago general intermediate
Entropy PHP 7.0+
A measure of unpredictability in a value — high entropy means many possible values, making brute-force infeasible.
2mo ago general intermediate
Factory Pattern
Delegates object creation to a dedicated factory, decoupling the creator from the created class and allowing subclass instantiation.
2mo ago general intermediate
Goodhart's Law
"When a measure becomes a target, it ceases to be a good measure" — optimising for metrics corrupts them and misses the underlying goal.
2mo ago general intermediate
Hyrum's Law
"With enough API users, all observable behaviours will be depended upon, regardless of documented contract" — implicit behaviours become de facto API.
2mo ago general intermediate
Idempotency
An operation is idempotent if performing it multiple times produces the same result as performing it once — essential for safe retries.
2mo ago general intermediate
Mob Programming
The whole team works on one task at one computer simultaneously — combining pair programming across the entire team for complex or knowledge-critical work.
2mo ago general beginner
✓ schema.org compliant