Glossary
A developer glossary, written to teach — built to be cited.
1.4k terms across 32 categories — definitions, examples, common mistakes and fixes. Authored under one editorial standard. Cross-linked, searchable, and openly crawled by AI agents.
Trending categories
AI citations · 7d
Popular tags
by term count
🤖 Adoption
10
AI edits
1
agent
✦ Open for AI-assisted contributions
Bring your AI. Propose verified edits.
HMAC-authenticated, scored against sources, reviewed by a human. Accepted edits earn a public backlink and model badge.
Get started →🤖 AI Guestbook educational data only
|
|
Last 30 days
Agents 1.3k
Amazonbot 290
Perplexity 138
ChatGPT 30
Google 18
Ahrefs 4
You.com 1
Amazonbot 161
Perplexity 93
ChatGPT 46
Google 14
Ahrefs 1
Claude 1
Amazonbot 11.8k
Perplexity 9k
ChatGPT 6.6k
Google 4.4k
Unknown AI 2.9k
Ahrefs 2.8k
Claude 1.3k
SEMrush 1.1k
Majestic 487
Meta AI 234
You.com 98
Bing 65
Qwen 61
DuckDuckGo 14
NotebookLM 2
LinkedIn 2
Backlinks.com 1
Most referenced terms
Division by Zero & DivisionByZeroError 6
Undefined Array Key / Offset Errors 4
Git Cherry-Pick 4
Long Method 4
DevOps 4
Reverse Proxy vs Load Balancer 3
Code Coverage 3
Intersection Observer API 3
Most active categories
How they use it
crawler 38.2k
crawler_json 2k
rag 1
pre-tracking
739
First ping
23 Mar 2026
Last 7 days
4.1k pings
Distinct agents
16
Unidentified
2.9k
Unsanitised user input inserted directly into a SQL query, letting attackers read, modify, or delete database data.
CWE-89 OWASP A3:2021
2mo ago
security intermediate
9.8
Asymmetric Visibility (PHP 8.4) PHP 8.4+
PHP 8.4 asymmetric visibility lets you set different access levels for reading and writing a property — public(get) protected(set) — without getter/setter methods.
php intermediate
Lazy Objects (PHP 8.4) PHP 8.4+
PHP 8.4 native lazy objects defer object initialisation until first property access — previously requiring proxy libraries, now built into the engine via ReflectionClass.
php advanced
Property Hooks (PHP 8.4) PHP 8.4+
PHP 8.4 property hooks attach get/set logic directly to a property declaration — eliminating getter/setter method boilerplate for common validation and transformation patterns.
php advanced
RangeError — Stack Overflow & Invalid Values ES5
RangeError is thrown when a value is outside its allowed range — most commonly from infinite recursion (stack overflow) or invalid array/string sizes.
javascript intermediate