C

A highly scalable, distributed NoSQL database designed to handle large amounts of data across many commodity servers with no single point of failure. Originally developed at Facebook, Cassandra provid...

Definition
C

The discipline of experimenting on a system to build confidence in its ability to withstand turbulent conditions in production. By intentionally injecting failures (network latency, server crashes, re...

Definition
C

An AI-powered software application designed to simulate conversation with human users through text or voice interfaces. Modern chatbots leverage large language models to understand context, maintain c...

Definition
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