Skip to content

Commit

Permalink
Merge pull request #161 from Arquisoft/documentation_rita
Browse files Browse the repository at this point in the history
Documentation updated rita
  • Loading branch information
Alberto-Guerra authored Apr 10, 2024
2 parents a330f44 + cef369d commit 85db083
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/12_glossary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ 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.

|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.

Expand Down

0 comments on commit 85db083

Please sign in to comment.