D

A programmable configuration language that is not Turing-complete, guaranteeing that configuration generation always terminates.

Definition
D

An electronic document issued by a Certificate Authority (CA) that binds a public key to an identity (person, organization, or server). Digital certificates are fundamental to HTTPS, enabling browsers...

Definition
D

A video codec known for compressing long video into small files while maintaining quality. Popular in the early 2000s for video sharing.

Definition
D

A file format designed for scanned documents, combining image, text, and drawing layers. It achieves much higher compression than PDF for scanned content.

Definition
D

An open-source platform for developing, shipping, and running applications in lightweight, portable containers. Docker packages an application and its dependencies into a standardized unit called a co...

Definition
D

A YAML file defining multi-container Docker applications with services, networks, and volumes for orchestrating development and deployment environments.

Definition
D

A text file containing instructions for building Docker container images. It defines the base image, dependencies, configuration, and commands to create reproducible application environments.

Definition
D

A regularization technique in neural networks where randomly selected neurons are temporarily removed during training. Dropout prevents co-adaptation of neurons and reduces overfitting by forcing the...

Definition
D

Dynamic Library: the macOS equivalent of SO/DLL. A shared library loaded at runtime by the dynamic linker (dyld).

Definition
D

A fully managed NoSQL key-value and document database service by AWS that provides single-digit millisecond performance at any scale. DynamoDB offers automatic scaling, built-in security, backup and r...

Definition
E

An ASTM standard for storing 3D point cloud data from laser scanners. It supports structured and unstructured point clouds with images and metadata.

Definition
E

Embedded JavaScript Templates: a simple templating language that uses plain JavaScript embedded in HTML markup. Commonly used in Node.js and Express applications.

Definition
E

Executable and Linkable Format: the standard binary file format for executables, shared libraries, and object files on Unix/Linux systems.

Definition
E

A popular open-source log management stack consisting of Elasticsearch (search and analytics), Logstash (log ingestion and transformation), and Kibana (visualization and dashboards). The ELK Stack is...

Definition
E

Enhanced Metafile: the 32-bit successor to WMF with improved features for vector and raster graphics on Windows platforms.

Definition
E

Email Message: a standard format for individual email messages based on RFC 5322, preserving headers, body, and attachments in MIME format.

Definition
E

Apple Mail Message: the email storage format used by Apple's Mail application, storing one message per file with metadata.

Definition
E

Environment File: a plain text file containing key-value pairs for environment variables. Used by frameworks like Laravel, Node.js, and Ruby on Rails to manage configuration and secrets.

Definition