Glossary
Key terms from psychometrics, server infrastructure, AI, product management, and related fields.
B
C
Classical Test Theory (CTT)
PsychometricsClassical Test Theory (CTT) is a psychometric framework that models an observed test score as the sum of a person's true score and random measurement error.
Confirmatory Factor Analysis (CFA)
PsychometricsConfirmatory Factor Analysis (CFA) is a statistical technique that tests whether observed variables (e.g., questionnaire items) conform to a hypothesized underlying factor structure.
Construct Validity
PsychometricsConstruct validity is the degree to which a test or assessment accurately measures the theoretical construct (such as intelligence, personality, or motivation) it purports to measure.
Content Model
ProductA content model is a formal definition of the content types, their fields, relationships, and constraints within a content management system or website.
Context Window
AI & AutomationA context window is the maximum number of tokens (words and word fragments) that a large language model can process in a single conversation, encompassing both input and output.
E
F
Fail2ban
InfrastructureFail2ban is an intrusion prevention tool that monitors system log files for patterns of malicious activity and automatically bans offending IP addresses using firewall rules.
FastCGI Cache
InfrastructureFastCGI cache is an Nginx feature that stores the complete HTML output of PHP requests as static files, serving subsequent requests directly from cache without invoking PHP.
I
IndexNow
ProductIndexNow is an open protocol that allows websites to notify participating search engines (Bing, Yandex, others) immediately when content is created, updated, or deleted.
Internal Linking
ProductInternal linking is the practice of connecting pages within the same website through hyperlinks, distributing page authority and establishing topical relationships for search engines.
Item Response Theory (IRT)
PsychometricsItem Response Theory (IRT) is a family of statistical models that describe the relationship between a person's latent trait level and their probability of responding correctly to a test item.
K
L
O
O*NET (Occupational Information Network)
PsychometricsO*NET (Occupational Information Network) is a comprehensive database maintained by the US Department of Labor that describes occupations in terms of skills, abilities, knowledge, work activities, and interests.
OPcache
InfrastructureOPcache is PHP's built-in opcode cache that stores pre-compiled script bytecode in shared memory, eliminating the need to parse and compile PHP files on every request.
P
PHP-FPM (FastCGI Process Manager)
InfrastructurePHP-FPM (FastCGI Process Manager) is a PHP implementation that manages a pool of worker processes to handle PHP requests from a web server like Nginx.
Psychometric Assessment
PsychometricsA psychometric assessment is a standardized measurement instrument designed to quantify psychological attributes such as personality traits, cognitive abilities, interests, or values.
R
S
Specification-Driven Development
AI & AutomationSpecification-driven development is an approach where detailed written specifications guide implementation, particularly effective when using AI coding assistants that perform better with explicit requirements than vague instructions.
SSL/TLS Certificate
InfrastructureAn SSL/TLS certificate is a digital credential that enables encrypted HTTPS connections between a web browser and server, verifying the server's identity and protecting data in transit.
Static Site Generator
ProductA static site generator (SSG) is a tool that builds a complete website as pre-rendered HTML files at compile time, rather than generating pages dynamically on each server request.
Structural Equation Modeling (SEM)
ResearchStructural Equation Modeling (SEM) is a multivariate statistical framework that tests hypothesized relationships among observed and latent variables simultaneously, combining factor analysis with path analysis.
Structured Data (JSON-LD)
ProductStructured data is machine-readable code (typically JSON-LD format) embedded in web pages that describes content to search engines using the Schema.org vocabulary.