🍋
Menu
695 glossary terms

Glosario

Términos técnicos explicados — desde formatos de archivo hasta algoritmos de cifrado.

Audio Codec

Software that encodes raw audio into a compressed format and decodes it back for playback (e.g. MP3, AAC, FLAC).

Audio

Audio Fingerprint

Acoustic Fingerprinting

A compact digital summary of an audio signal used to identify songs or detect duplicate content.

Audio

Bit Depth (Audio)

Audio Bit Depth

The number of bits in each audio sample, determining the dynamic range and noise floor (e.g. 16-bit, 24-bit).

Audio

Bitrate

Tasa de bits (velocidad de datos)

El número de bits procesados o transmitidos por segundo en un flujo de audio o vídeo, que afecta directamente tanto la calidad del contenido como el tamaño del archivo.

Audio

Channel

Canal (ruta de señal de audio)

Un flujo individual e independiente de datos de audio dentro de una grabación. El audio mono tiene un canal, el estéreo tiene dos (izquierdo y derecho), y el sonido envolvente usa seis o más canales para un posicionamiento espacial del sonido.

Audio

Chorus Effect

Audio Chorus Effect

An effect that duplicates a signal with slight pitch and timing variations to simulate multiple voices or instruments.

Audio

Clipping

Recorte o clipping (distorsión de audio)

Una forma de distorsión de audio que ocurre cuando una señal excede el nivel máximo que un sistema puede representar, provocando crestas planas en la forma de onda y un sonido áspero y distorsionado.

Audio

De-esser

Audio De-esser

A specialized compressor targeting sibilant frequencies (4-10 kHz) to reduce harsh 's' and 'sh' sounds in vocals.

Audio

Dithering (Audio)

Audio Dithering

Adding low-level random noise when reducing bit depth to mask quantization distortion and preserve detail.

Audio

Dynamic Range

Audio Dynamic Range

The difference between the quietest and loudest parts of an audio signal, measured in decibels.

Audio

FLAC

Free Lossless Audio Codec

An open-source audio codec that compresses audio without any loss in quality, reducing file sizes by 50-70%.

Audio

Loudness War

The trend of increasing audio loudness in mastering at the expense of dynamic range, countered by LUFS standards.

Audio

Pitch

Audio Pitch

The perceived frequency of a sound, determining how high or low a tone sounds to the listener.

Audio

Anchor Positioning

CSS Anchor Positioning

A layout feature that positions elements relative to a named anchor element, useful for tooltips and popovers.

CSS

Aspect Ratio (CSS)

CSS aspect-ratio Property

A property that sets a preferred width-to-height ratio for an element, preventing layout shift during loading.

CSS

BEM

Block Element Modifier

A CSS naming convention using block__element--modifier format to create reusable, maintainable class names.

CSS

Box Model

CSS Box Model

The layout model where every element is a box with content, padding, border, and margin areas.

CSS

Color Function

CSS Color Function

Modern CSS functions for defining colors: oklch(), oklab(), color(), hsl(), hwb(), with improved perceptual uniformity.

CSS

Color Mix

CSS color-mix() Function

A function that blends two colors in a specified color space by a given percentage, replacing manual hex math.

CSS

Content Visibility

CSS content-visibility Property

A property enabling the browser to skip rendering of off-screen elements, dramatically improving initial page load.

CSS

CSS max()

CSS max() Function

A comparison function returning the largest value from a list, useful for responsive sizing with lower bounds.

CSS

Custom Property

CSS Custom Property (Variable)

A user-defined property (--name) that stores reusable values, accessible via the var() function.

CSS

:has() Selector

CSS :has() Relational Pseudo-class

A parent selector that matches elements containing descendants matching a given selector, enabling upward DOM selection.

CSS

Keyframe Animation

CSS @keyframes Animation

A set of style rules defining intermediate steps in a CSS animation sequence using percentage waypoints.

CSS

oklch()

OK Lightness Chroma Hue

A perceptually uniform color space where equal numerical changes produce equal visual differences.

CSS

Subgrid

CSS Subgrid

A Grid feature allowing child grids to inherit and align with the parent grid's track sizing for consistent layouts.

CSS

Accessibility

Design Accessibility (a11y)

Designing products usable by people with disabilities, following WCAG guidelines for perceivable and operable interfaces.

Design

Affordance

Design Affordance

A visual cue suggesting how an element should be used (e.g. a raised button affords clicking).

Design

Baseline Grid

Typographic Baseline Grid

A horizontal grid aligned to text baselines that maintains consistent vertical rhythm across a page.

Design

Color Temperature

The perceived warmth (reds, yellows) or coolness (blues, greens) of a color, influencing mood and atmosphere.

Design

Contrast Ratio

WCAG Contrast Ratio

A numerical measure of luminance difference between text and background, with 4.5:1 minimum for WCAG AA compliance.

Design

Fitts's Law

A predictive model stating that the time to reach a target depends on its distance and size — larger, closer targets are faster.

Design

Font Weight

The thickness of a typeface's strokes, expressed numerically (100-900) or by name (light, regular, bold).

Design

Rule of Thirds

A composition guideline dividing the frame into a 3x3 grid, placing key elements along lines or intersections for visual balance.

Design

AST

Abstract Syntax Tree

A tree representation of the syntactic structure of source code, used by compilers and code analysis tools.

Developer

Backpressure

Stream Backpressure

A flow control mechanism where a slow consumer signals a fast producer to reduce its output rate, preventing buffer overflow.

Developer

Base58

Base58 Encoding

A binary-to-text encoding that excludes visually ambiguous characters (0, O, I, l), used in Bitcoin addresses.

Developer

CI/CD

Continuous Integration / Continuous Deployment

A development practice where code changes are automatically built, tested, and deployed to production.

Developer

CIDR

Classless Inter-Domain Routing

A notation for IP address ranges using a base address and prefix length (e.g. 192.168.1.0/24).

Developer

Content Negotiation

HTTP Content Negotiation

A mechanism where the client and server agree on the best representation of a resource using Accept headers.

Developer

Cron Expression

Cron Schedule Expression

A string format representing a schedule using five fields: minute, hour, day, month, and day of week.

Developer

Dead Letter Queue

Dead Letter Queue (DLQ)

A message queue that stores messages that could not be processed successfully, enabling later inspection and retry.

Developer

DNS

Domain Name System

The hierarchical naming system that translates human-readable domain names into IP addresses.

Developer

Docker

Docker Container Platform

A platform for building, shipping, and running applications in lightweight, isolated containers that share the host OS kernel.

Developer

Epoch Time

Unix Epoch Timestamp

The number of seconds elapsed since January 1, 1970 UTC, used as a universal time reference.

Developer

GraphQL

Graph Query Language

A query language for APIs that lets clients request exactly the data they need in a single request.

Developer

Idempotent

Idempotent Operation

An operation that produces the same result regardless of how many times it is applied.

Developer

Aliasing (Audio)

Audio Aliasing

Distortion occurring when audio frequencies above the Nyquist limit are sampled, producing false lower frequencies.

Audio