A

A TypeScript-based open-source web application framework developed by Google. Angular provides a comprehensive platform for building single-page applications with features like two-way data binding, d...

Definition
A

An open-source automation tool for configuration management, application deployment, and task automation. Ansible uses YAML-based playbooks and operates over SSH without requiring agents on managed no...

Definition
A

A directory-level configuration file for Apache HTTP Server. It allows per-directory overrides of server configuration including URL rewriting, authentication, and access control.

Definition
A

An open-source, cross-platform web server developed by the Apache Software Foundation. It is one of the oldest and most widely used web servers, known for its flexibility through modules (.htaccess, m...

Definition
A

Apache Iceberg

.parquet + metadata/ File Types

An open table format for large analytic datasets, supporting schema evolution, hidden partitioning, and time travel on data lakes.

Definition
A

A declarative GitOps continuous delivery tool for Kubernetes. ArgoCD automatically synchronizes the desired application state defined in a Git repository with the live state in a Kubernetes cluster, p...

Definition
A

Apache Arrow IPC format (formerly Feather): a columnar in-memory data format for efficient analytics and zero-copy data exchange between Python, R, and Java.

Definition
A

A lightweight markup language for writing technical documentation. More powerful than Markdown with native support for tables, admonitions, and includes.

Definition
A

Source code file for assembly language, a low-level programming language with a strong correspondence to machine code. Each assembly language is specific to a processor architecture.

Definition
A

A modern web framework that renders pages as static HTML by default and only hydrates interactive components on the client when needed. Astro supports multiple UI frameworks (React, Vue, Svelte) in th...

Definition
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