← Home ← Codex ← DEBT
Browse by Category
+ added · updated 7d
🤖 AI Guestbook — General educational data only
| |
Last 30 days
0 pings — 2026-05-06 W 12 pings — 2026-05-07 T 15 pings — 2026-05-08 F 43 pings — 2026-05-09 S 18 pings — 2026-05-10 S 9 pings — 2026-05-11 M 8 pings — 2026-05-12 T 9 pings — 2026-05-13 W 5 pings — 2026-05-14 T 22 pings — 2026-05-15 F 13 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 29 pings — 2026-05-21 T 12 pings — 2026-05-22 F 97 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 — 2026-06-02 T 37 pings — Yesterday W 72 pings — Today T
Amazonbot 12Perplexity 11Scrapy 6ChatGPT 2Google 1SEMrush 1
Amazonbot 2Perplexity 2SEMrush 1Scrapy 1
Amazonbot 494Perplexity 409Ahrefs 204ChatGPT 194Google 161SEMrush 139Unknown AI 124Scrapy 101Claude 77Bing 63Meta AI 56Majestic 18Qwen 3Sogou 1
crawler 1.8k 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
Observer Pattern PHP 5.0+
Defines a one-to-many dependency so that when one object changes state, all its registered observers are notified automatically.
3mo ago general intermediate
Pair Programming
Two developers work together at one workstation — one writing code (driver), one reviewing and guiding (navigator).
3mo ago general beginner
Penetration Testing PHP 5.0+
A simulated cyberattack against a system, conducted by security professionals, to identify exploitable vulnerabilities before attackers do.
3mo ago general intermediate
Principle of Least Privilege PHP 5.0+
Every component should operate with the minimum permissions required to do its job — nothing more.
3mo ago general intermediate
Rainbow Table PHP 5.5+
A precomputed lookup table mapping hash values back to their original inputs — used to crack unsalted password hashes.
3mo ago general intermediate
Refactoring PHP 5.0+
Improving code structure without changing its external behaviour — cleaning up debt while keeping tests green.
3mo ago general beginner
Responsible Vulnerability Disclosure
The practice of privately reporting security vulnerabilities to vendors before publishing, allowing time for a fix.
3mo ago general intermediate
Separation of Concerns
Organising code so that each part addresses a distinct concern — business logic, data access, presentation — with minimal overlap.
3mo ago general beginner
Singleton (Anti-Pattern)
A class that restricts instantiation to a single instance — widely considered an anti-pattern due to hidden global state and testability issues.
3mo ago general intermediate
Soft Delete Pattern PHP 5.0+
Marking records as deleted with a flag or timestamp rather than removing them, preserving data for audit trails and recovery.
3mo ago general beginner
Diagram: Static Analysis Static Analysis PHP 7.1+ 🧠 2
Automated inspection of source code without execution to find type errors, security issues, dead code, and style violations.
3mo ago general intermediate
Strategy Pattern PHP 5.0+
Defines a family of interchangeable algorithms behind a common interface, allowing the algorithm to be selected at runtime.
3mo ago general intermediate
Diagram: Threat Modelling Threat Modelling PHP 5.0+
A structured analysis process for identifying security threats, attack vectors, and appropriate countermeasures during design.
3mo ago general intermediate
UUID vs Auto-Increment IDs
UUIDs are globally unique identifiers that don't expose record counts or enable enumeration, at the cost of larger index size and random writes.
3mo ago general beginner
Zero Trust PHP 5.0+
Never trust, always verify — authenticate and authorise every request regardless of network location.
3mo ago general intermediate
Input Validation vs Output Encoding PHP 5.0+
Validation checks that input is acceptable; output encoding makes data safe for the context it's rendered in. Both are required.
3mo ago general beginner
Diagram: Repository Pattern Repository Pattern PHP 5.0+ 🧠 2
Abstracts the data persistence layer behind an interface, decoupling domain logic from database implementation details.
3mo ago general intermediate
Single Responsibility Principle PHP 5.0+
A class or function should have one reason to change — doing one thing and doing it well.
3mo ago general beginner
✓ schema.org compliant