Intermediate terms
Log Sampling Strategies
Techniques for reducing log volume by emitting only a representative subset, balancing cost against debugging fidelity.
4d ago
Observability intermediate
Competency Questions
Natural-language queries that specify what a knowledge graph or ontology must be able to answer, used to scope and validate the model.
1w ago
Knowledge Engineering intermediate
Managed services (AWS KMS, Azure Key Vault, Google Cloud KMS) that generate, store, rotate, and gate access to encryption keys via IAM.
CWE-320 OWASP A02:2021 Cryptographic Failures
3w ago
Cloud intermediate
7.5
Cloud Egress Costs
Per-gigabyte charges cloud providers levy on data leaving a region for the internet, other regions, or on-premises systems.
1mo ago
Cloud intermediate
Rust Cargo Workspaces
A Cargo workspace groups multiple related crates under one manifest so they share a lockfile, target directory, and dependency resolution.
1mo ago
Rust intermediate
itertools Patterns
Python 3.8+
Standard-library building blocks for lazy, memory-efficient iteration over finite, infinite, or combinatorial sequences without materializing intermediate lists.
1mo ago
Python intermediate
RDF Triple Store
A database purpose-built to store and query RDF subject-predicate-object statements over SPARQL, not a general-purpose relational or document store.
1mo ago
Knowledge Engineering intermediate
navigator.sendBeacon
ES2015
navigator.sendBeacon queues a small asynchronous POST that survives page unload, designed for analytics and diagnostic pings.
2mo ago
JavaScript intermediate
Stemming & Lemmatization
Index-time text normalisation that reduces inflected words to a common form so 'running', 'ran', and 'runs' all match the query 'run'.
2mo ago
Search intermediate
Wikidata as Knowledge Source
Using Wikidata's collaboratively-edited RDF knowledge graph as a structured source of entities, properties, and facts for downstream systems.
2mo ago
Knowledge Engineering intermediate
Accessible Tooltips
Tooltips that appear on hover, focus, and keyboard interaction, are associated with their trigger via aria-describedby, and can be dismissed without moving the pointer.
2mo ago
Accessibility intermediate
HMAC Construction
PHP 5.1+
1
HMAC combines a secret key with a cryptographic hash via a nested keyed construction — providing message authentication that resists length-extension attacks.
CWE-353 OWASP A02:2021 Cryptographic Failures
2mo ago
Cryptography intermediate
7.5
Slot Filling
1
Extracting values for a predefined set of structured fields (slots) from unstructured text or dialogue turns.
2mo ago
Knowledge Engineering intermediate
Property Graph Model
A graph data model where nodes and edges carry labels and key-value properties, enabling typed multi-hop traversals without joins.
2mo ago
Knowledge Engineering intermediate
The OS-level abstraction that provides endpoints for bidirectional communication between processes across networks, enabling all higher-level protocols like HTTP, WebSocket, and database connections.
3mo ago
Networking intermediate
Cloud IAM Roles
2
A named bundle of permissions attached to a principal that defines which actions it can perform on which cloud resources.
CWE-732 OWASP A01:2021-Broken Access Control
3mo ago
Cloud intermediate
8.1
Python functools Module
Python 3.2+
The functools module provides higher-order tools like wraps, partial, lru_cache, reduce, and singledispatch for building and reusing function logic.
3mo ago
Python intermediate
SPARQL Query Basics
The W3C standard query language for retrieving and manipulating RDF triple data stored in graph databases and triple stores.
3mo ago
Knowledge Engineering intermediate
Taxonomy Design
1
The discipline of organizing concepts into a structured hierarchy of categories so knowledge can be classified, navigated, and retrieved consistently.
3mo ago
Knowledge Engineering intermediate
Dependency Injection in Python
Python 3.8+
A design technique where objects receive their collaborators from outside rather than constructing them internally, inverting who controls instantiation.
3mo ago
Python intermediate