architecture

SAST

Static Application Security Testing (SAST) is a method used to review the source code of an application to identify potential vulnerabilities.

Read More
architecture

BASE

BASE Transactions is a transaction model often used on databases that rely heavily on horizontal scaling and performance.

Read More
architecture

ACID

ACID is an acronym used in databases to describe the properties associated with the input-output operations on the data.

Read More
architecture

Coarse-grained vs. Fine-grained

Coarse-grained vs. fine-grained In computing, these concepts refer to the level of detail at which a system, configurations, security management, and others are broken down into smaller parts. Fine-grained: It refers to smaller parts of

Read More
architecture

RAG

RAG – Retrieval Augmentation Generation is a combination of Retrieval Augmentation and Generation to improve natural language processing tasks.

Read More