Cache A hardware or software component that stores data temporarily to reduce access time for frequently requested information.
CI/CD Continuous Integration/Continuous Deployment - Automated practices for integrating code changes and deploying applications.
CLI Command Line Interface - A text-based interface for interacting with software and operating systems.
Cloud Computing The delivery of computing services over the internet, including servers, storage, databases, and software.
Compiler A program that translates source code written in a high-level programming language into machine code.
Container A lightweight, standalone package that includes everything needed to run a piece of software, including code, runtime, and dependencies.
CORS Cross-Origin Resource Sharing - A security mechanism that allows web pages to make requests to different domains.
CSS Cascading Style Sheets - A stylesheet language used to describe the presentation and design of HTML documents.