From 14904d642f532df68960a0c19a49ff310b25fe6c Mon Sep 17 00:00:00 2001 From: uo276976 <78439067+uo276976@users.noreply.github.com> Date: Sat, 27 Apr 2024 20:09:14 +0200 Subject: [PATCH] Update 12_glossary.adoc --- docs/src/12_glossary.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/src/12_glossary.adoc b/docs/src/12_glossary.adoc index 5fbfbc3a..5b2a7b91 100644 --- a/docs/src/12_glossary.adoc +++ b/docs/src/12_glossary.adoc @@ -20,4 +20,16 @@ ifndef::imagesdir[:imagesdir: ../images] |MongoDB |NoSQL database management system used in the application + +|Continuous Integration (CI) +|Development practice where developers merge their code changes into a shared repository, triggering automated builds and tests to detect integration errors early in the development process. + +|Microservices +|Architectural style where an application is composed of loosely coupled, independently deployable services that are organized around business capabilities. Each service represents a small, focused component. + +|Session Management +|The process of handling and maintaining user session information between requests. It involves managing user information during it's interaction with the web application. + +|Scalability +|The ability of a system to handle increased workload or demand by adding resources without impacting performance or availability. |===