C

A configuration management tool that uses Ruby-based DSL "recipes" and "cookbooks" to automate infrastructure provisioning and application deployment. Chef follows a client-server model where nodes pu...

Definition
C

GoPro CineForm: a wavelet-based video codec designed for high-quality intermediate editing. Supports 4K, HDR, and 3D video.

Definition
C

The native file format of Maxon Cinema 4D, a professional 3D modeling, animation, and rendering application widely used in motion graphics, visual effects, and broadcast design.

Definition
C

A cloud-based continuous integration and delivery platform that automates the build, test, and deployment process. CircleCI supports Docker-based builds, parallelism, caching, and integrates with GitH...

Definition
C

An OGC standard for the representation and exchange of 3D city models. Used in urban planning, simulation, and smart city applications.

Definition
C

Java Class File: compiled Java bytecode executed by the Java Virtual Machine (JVM). Generated from .java source files by the javac compiler.

Definition
C

A modern, dynamic, functional dialect of Lisp that runs on the JVM. Clojure emphasizes immutability, persistent data structures, and concurrency through software transactional memory, and is used in d...

Definition
C

An AWS Infrastructure as Code service that lets users model and provision cloud resources using JSON or YAML templates. CloudFormation manages resource dependencies, supports stack updates and rollbac...

Definition
C

An unsupervised learning technique that groups similar data points together based on their features without predefined labels. Common algorithms include K-Means, DBSCAN, and hierarchical clustering, u...

Definition
C

A technique that breaks a JavaScript application into smaller chunks that are loaded on demand rather than in a single large bundle. Code splitting improves initial page load time by deferring the loa...

Definition
C

A language that compiles to JavaScript, offering a cleaner, Python-inspired syntax. It influenced many features later adopted in ES6+.

Definition
C

A dependency management tool for PHP that allows developers to declare libraries their project depends on and manages (install/update) them. Composer uses a composer.json file and installs packages fr...

Definition
C

A primary key composed of two or more columns that together uniquely identify a row in a database table. Composite keys are commonly used in junction tables for many-to-many relationships, where neith...

Definition
C

A field of artificial intelligence that enables computers to interpret and understand visual information from the world, such as images and videos, by extracting meaningful data using deep learning al...

Definition
C

A cache of database connections maintained so that connections can be reused rather than created and destroyed for each request. Connection pooling reduces the overhead of establishing connections and...

Definition
C

A HashiCorp tool for service discovery, configuration management, and network segmentation in distributed systems. Consul provides a service registry, health checking, key-value store, and a service m...

Definition
C

The automated management of containerized application lifecycles including deployment, scaling, networking, and availability. Container orchestration platforms like Kubernetes, Docker Swarm, and Amazo...

Definition
C

A repository for storing and distributing container images. Registries can be public (Docker Hub, GitHub Container Registry) or private (AWS ECR, Google Artifact Registry, Azure Container Registry), a...

Definition
C

An HTTP response header that helps prevent cross-site scripting (XSS) and other code injection attacks by specifying which content sources a browser should consider valid. CSP allows site administrato...

Definition