Skip to content

Commit

Permalink
Update 08_concepts.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
UO288443 authored Feb 17, 2024
1 parent 80f4977 commit 6698a68
Showing 1 changed file with 27 additions and 31 deletions.
58 changes: 27 additions & 31 deletions docs/src/08_concepts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,62 +56,58 @@ See https://docs.arc42.org/section-8/[Concepts] in the arc42 documentation.
****


=== _<User Interface >_
=== User Interface

_<A user interface is the space where a human and a computer or device communicate and exchange information.>_
A user interface is the space where a human and a computer or device communicate and exchange information

=== _<Ergonomics >_
=== <Ergonomics >

_<Ergonomics is the science of designing and arranging workplaces, products, and systems to fit and adapt to the people who use them. Ergonomics aims to improve comfort, efficiency, and safety by considering human physical and psychological needs and limitations. >_
Ergonomics is the science of designing and arranging workplaces, products, and systems to fit and adapt to the people who use them. Ergonomics aims to improve comfort, efficiency, and safety by considering human physical and psychological needs and limitations.

=== _<Internationalization >_
=== Internationalization

_<Internationalization is the practice of designing and developing applications that can support multiple languages, formats, and conventions>_
Internationalization is the practice of designing and developing applications that can support multiple languages, formats, and conventions

=== _<Security >_
=== Security

_<Security is a broad term that can refer to different aspects of protection, resilience, or prevention of harm. >_
Security is a broad term that can refer to different aspects of protection, resilience, or prevention of harm.

=== _<Safety >_
=== Safety

_<Is the state of being protected from danger or harm.>_
Is the state of being protected from danger or harm.

=== _<Build, Test, Deploy >_
=== Build, Test, Deploy

_<- Build: This stage involves compiling, validating, and packaging the source code into executable or deployable artifacts.
- Build: This stage involves compiling, validating, and packaging the source code into executable or deployable artifacts.
- Test: This stage involves running various tests, such as unit tests, integration tests, and regression tests, to ensure the quality and functionality of the software.
- Deploy: This stage involves delivering or releasing the software to the target environment, such as a server, a cloud platform, or a user device. >_
- Deploy: This stage involves delivering or releasing the software to the target environment, such as a server, a cloud platform, or a user device.

=== _<Code Generation >_
=== Code Generation

_<Code generation is the process of creating executable or deployable code from various sources of information, such as natural language, images, or other code.>_
Code generation is the process of creating executable or deployable code from various sources of information, such as natural language, images, or other code.

=== _<Migration >_
=== Migration

_<Migrating from one software application or platform to another, such as switching from a legacy system to a modern one, or from a local server to a cloud service.>_
Migrating from one software application or platform to another, such as switching from a legacy system to a modern one, or from a local server to a cloud service.

=== _<Configurability >_
=== Configurability

_<Configurability is the ability to modify or customize something, especially in computing, electronics, or de>_
Configurability is the ability to modify or customize something, especially in computing, electronics, or devices

=== _<Administration >_
=== Administration

_<The process or activity of managing, directing, or organizing something or someone>_
The process or activity of managing, directing, or organizing something or someone

=== _<Management >_
=== Management

_<Management is the process of organizing and directing the resources of a business or organization to achieve its goals. >_
Management is the process of organizing and directing the resources of a business or organization to achieve its goals.

=== _<Disaster-Recovery >_
=== Disaster-Recovery

_<Is the process of restoring the functionality and data of software applications after a disaster, such as a natural calamity, a cyberattack, or a human error.>_
Is the process of restoring the functionality and data of software applications after a disaster, such as a natural calamity, a cyberattack, or a human error.

=== _<Architecture and design patterns >_
=== Architecture and design patterns

_<Architecture and design patterns are concepts that help software developers and architects design and build software systems that are efficient, scalable, and maintainable>_
Architecture and design patterns are concepts that help software developers and architects design and build software systems that are efficient, scalable, and maintainable



=== _<Concept >_

_<explanation>_

0 comments on commit 6698a68

Please sign in to comment.