2
8

CI/CD Pipelines

Definition CI/CD Pipelines, or Continuous Integration/Continuous Deployment pipelines, are automated processes that enable developers to build, test,...
2
5

CSS

Definition CSS, or Cascading Style Sheets, is a stylesheet language used for describing the look and formatting of a document written in HTML or XML....
2
3

Caching

A cache is a data storage layer that stores a subset of data so that future requests for that same data are served faster. Analogy: Cac...
1
10

Cloudflare

Cloudflare is a web performance and security company that provides online services to protect and accelerate websites. Its services inclu...
2
8

Code Commit

Definition Code commit refers to the process of submitting changes made to a code repository, which is a centralized storage location for source code...
4
6

Code Quality

Code quality refers to how well written the code is. Quality code is clear, simple, well tested, bug-free, refactored, documented, and pe...
4
9

Code Repository

A code repository, also referred to as a code repo, is a place where developers can store, share and collaborate on the source code of a ...
2
6

Composite API

A Composite API executes a series of REST API requests in a single call. The output of the initial request can be used with the input to ...
1
2

Computer Network

A computer network is defined as a system that connects two or more computing devices for transmitting and sharing information. Analogy:...
2
3

Cookies

Definition Cookies are small text files that are stored on a user's computer or mobile device by websites. They are used to remember information abou...
3
5

Cross Platform

Definition Cross platform refers to the development of software, applications, or products that can run on multiple operating systems, devices, or pl...
1
6

Customer Journey Map

Definition A customer journey map is a visual representation of the various touch-points and interactions that a customer has with a company, from th...
4
7

Cyber Security

Definition Cyber security refers to the practice of protecting computer systems, networks, and data from theft, damage, or unauthorized access. It in...
1
6

Deploying Code

Definition Deploying code is the process of moving code changes from a development environment to a production environment, where it becomes accessib...
7
7

Development Cycle

Definition The development cycle is a sequence of stages that a product goes through during its creation, from ideation to release, and continuous im...
2
8

Server Crash

Definition A server crash is an unexpected event in which a server stops functioning properly, causing downtime or loss of data. This can be due to h...
1
3

Visual Composer (Wordpress)

Definition Visual Composer is a user-friendly, drag-and-drop website builder plugin for WordPress that allows users to create and customize their web...