A

The total number of points (attack vectors) where an unauthorized user can try to enter or extract data from a system. Reducing the attack surface involves disabling unnecessary services, closing unus...

Definition
A

A cloud computing feature that automatically adjusts the number of compute resources (instances, containers, functions) based on demand. Auto scaling ensures applications maintain performance during t...

Definition
A

A type of neural network that learns to compress input data into a compact latent representation and then reconstruct it. Autoencoders are used for dimensionality reduction, denoising, anomaly detecti...

Definition
A

Apache Avro: a row-oriented data serialization framework using JSON for schema definitions and binary format for data. Widely used in Apache Kafka and Hadoop ecosystems.

Definition
A

Microsoft Azure is a cloud computing platform offering a broad range of services including virtual machines, app services, AI, databases, and DevOps tools. It integrates tightly with Microsoft's enter...

Definition
B

Batch File: a script file for the Windows command interpreter (cmd.exe). It executes a series of commands sequentially for task automation.

Definition
B

Glyph Bitmap Distribution Format: a bitmap font format for X Window System. Used in terminals and pixel-perfect rendering scenarios.

Definition
B

BEAM bytecode: the compiled format for Erlang and Elixir executed by the BEAM virtual machine. Each .beam file contains one compiled module.

Definition
B

Border Gateway Protocol: the routing protocol that manages how packets are routed across the internet between autonomous systems. BGP is considered the backbone protocol of the internet, determining t...

Definition
B

A raw disc image format where .bin contains the data and .cue describes the track layout. Common for CD-ROM backups and game disc images.

Definition
B

Bitmap Image File: an uncompressed raster graphics format developed by Microsoft. It stores pixel data directly, resulting in large file sizes but no quality loss.

Definition
B

Better Portable Graphics: an image format based on HEVC intra-frame coding offering better compression than JPEG. Created by Fabrice Bellard.

Definition
B

Binary JSON: a binary-encoded serialization of JSON-like documents. It is the primary data format used by MongoDB for storing documents and remote procedure calls.

Definition
B

A free, open-source file compression program using the Burrows-Wheeler block sorting algorithm. It provides better compression than gzip but is slower.

Definition
B

A JavaScript compiler that transforms modern JavaScript (ES6+) into backward-compatible versions that can run in older browsers and environments. Babel also supports JSX transformation and TypeScript...

Definition
B

Babel Config

babel.config.json File Types

Configuration file for Babel, a JavaScript compiler that transforms modern JS (ES6+) into backward-compatible versions for older browsers.

Definition
B

A hidden method of bypassing normal authentication or security controls to gain access to a system. Backdoors can be intentionally installed by developers for maintenance purposes or maliciously plant...

Definition