Intermediate terms
Knowledge Base Population
2
The pipeline that extracts, structures, chunks, and loads domain content into a searchable repository for retrieval, often feeding a RAG system.
3mo ago
Knowledge Engineering intermediate
Knowledge Representation Formats
1
Standard serializations like RDF, Turtle, JSON-LD, and OWL that encode entities, relationships, and semantics for knowledge graphs and linked data.
3mo ago
Knowledge Engineering intermediate
Kubernetes for PHP Developers
PHP 5.0+
1
The essential Kubernetes concepts PHP developers need — Pods, Deployments, Services, ConfigMaps, Secrets, and Ingress — for deploying and scaling PHP applications on Kubernetes.
6mo ago
DevOps intermediate
Ensuring all interactive elements are reachable and usable with keyboard alone — essential for users who cannot use a mouse and required for WCAG compliance.
6mo ago
Accessibility intermediate
A pagination technique using WHERE id > :last_seen_id instead of OFFSET, providing consistent O(log n) performance regardless of page depth.
6mo ago
Database intermediate