From c96ac7b2456a8e9e0da971395a3632e900f6141f Mon Sep 17 00:00:00 2001 From: ritacatuxo <87928858+ritacatuxo@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:29:23 +0200 Subject: [PATCH 1/2] remove svelte from glossary.adoc --- docs/src/12_glossary.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/src/12_glossary.adoc b/docs/src/12_glossary.adoc index 9cd9498..fca9993 100644 --- a/docs/src/12_glossary.adoc +++ b/docs/src/12_glossary.adoc @@ -65,9 +65,6 @@ See https://docs.arc42.org/section-12/[Glossary] in the arc42 documentation. |MongoDB |A popular open-source NoSQL database management system known for its flexibility, scalability, and ease of use. It stores data in a flexible, JSON-like format called BSON and is commonly used for applications requiring high-volume data storage and real-time data processing. -|Svelte -|A modern JavaScript framework for building user interfaces. Unlike traditional frameworks that require the runtime presence of a virtual DOM, Svelte shifts the work to compile-time, resulting in highly optimized and efficient code with smaller bundle sizes. - |API (Application programming interface) |Set of rules and protocols that allows different software applications to communicate and interact with each other. APIs define the methods and data formats that applications can use to request and exchange information. They enable developers to access the functionality of other software components or services without having to understand their internal workings. APIs are commonly used to integrate third-party services, access data from remote servers, and build modular and interoperable software systems. From cef369d303d2c01da35d4a2ab5f56ab920d4f6a2 Mon Sep 17 00:00:00 2001 From: ritacatuxo <87928858+ritacatuxo@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:58:07 +0200 Subject: [PATCH 2/2] glossary updated.adoc --- docs/src/12_glossary.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/12_glossary.adoc b/docs/src/12_glossary.adoc index fca9993..c343827 100644 --- a/docs/src/12_glossary.adoc +++ b/docs/src/12_glossary.adoc @@ -62,6 +62,9 @@ See https://docs.arc42.org/section-12/[Glossary] in the arc42 documentation. |Docker |A platform for developing, shipping, and running applications in containers. It allows developers to package applications and their dependencies into standardized units called containers, providing a consistent environment for software deployment across different computing environments. +|Deployment +|The process of making a software application, website, or service available for use. It involves taking the codebase of a developed application and installing it onto servers or other computing infrastructure so that it can be accessed by end-users. + |MongoDB |A popular open-source NoSQL database management system known for its flexibility, scalability, and ease of use. It stores data in a flexible, JSON-like format called BSON and is commonly used for applications requiring high-volume data storage and real-time data processing.