A communication protocol that provides full-duplex, bidirectional communication channels over a single TCP connection. WebSockets enable real-time data transfer between client and server, used in chat...
Definition
Glossary
Browse our comprehensive glossary of technical terms, definitions, and concepts.
An HTTP callback that delivers real-time data to other applications when specific events occur. Unlike APIs where you poll for data, webhooks push data to your endpoint automatically, enabling event-d...
DefinitionA static module bundler for JavaScript applications that processes and bundles JavaScript files, CSS, images, and other assets into optimized output files. Webpack analyzes dependency graphs to determ...
DefinitionConfiguration file for Webpack, a static module bundler for JavaScript applications. Defines entry points, loaders, plugins, and output configuration.
DefinitionA family of wireless network protocols based on the IEEE 802.11 standards, used for local area networking and internet access. Wi-Fi allows devices to connect to a network without physical cables, wit...
DefinitionA learned representation of text where words with similar meanings are mapped to nearby points in a vector space. Pioneered by Word2Vec and GloVe, word embeddings capture semantic and syntactic relati...
DefinitionA small, fast, class-based scripting language designed for embedding in applications, game engines, and other host programs.
DefinitionExtensible 3D: the ISO standard successor to VRML for representing 3D scenes and objects on the web using XML encoding.
DefinitioneXperimental Computing Facility: the native image format for GIMP (GNU Image Manipulation Program). It supports layers, channels, paths, and other GIMP-specific editing data.
DefinitionAdobe XD Document: the native format for Adobe XD, a vector-based UI/UX design and prototyping tool (now in maintenance mode).
DefinitionExtensible HyperText Markup Language: a stricter, XML-based version of HTML requiring well-formed syntax. Used in EPUB e-books and XML-based workflows.
DefinitionMicrosoft Excel Binary File Format: the legacy spreadsheet format used by Microsoft Excel prior to Excel 2007.
DefinitionExcel Binary Workbook: a binary format for Excel spreadsheets offering faster loading and smaller file sizes than XLSX for large datasets.
DefinitionOffice Open XML Spreadsheet: the default spreadsheet format for Microsoft Excel since 2007. It supports advanced features like charts, formulas, pivot tables, and macros (in .xlsm variant).
DefinitionExtended Module: an evolution of the MOD format created by Triton/FastTracker 2 with more channels, instruments, and effects.
DefinitionExtensible Markup Language: a markup language for storing, transmitting, and reconstructing data. It is both human-readable and machine-readable, defined by W3C.
DefinitionXML Paper Specification: a Microsoft document format similar to PDF, based on XML and designed for fixed-layout document sharing and printing.
DefinitionXML Schema Definition: a W3C standard for defining the structure, content, and data types of XML documents for validation.
DefinitionXML Shareable Playlist Format: an XML-based playlist format designed for portability across different media players and platforms.
DefinitionCross-Site Scripting: a web security vulnerability that allows attackers to inject malicious scripts into web pages viewed by other users. XSS attacks can steal session cookies, redirect users, or def...
Definition