Family Backend | 6 recommendations - 72 criteria
The backend represents the computer translation of business processes, the technical means and data implemented for their use, as well as all the external interactions implemented for their realization.
Filtered by:
Quality
Is the documentation of the functionality available to enable its reuse ?
Architecture
Do interactions between components benefit from caching mechanisms ?
Data processing
Are temporary files included in the "logrotate" ?
Data processing
Is the level of logs adapted to the environment ?
security
Is the security implemented justified with regard to the operations carried out ?
security
Are the versions of the components used tracked and deployed ?
Architecture
Is an Open Source solution available for the functional need ?
Architecture
Is there a lighter framework / library that meets the functional need ?
Architecture
Are the browser caches not being blocked by the framework or technology used ?
Performance
Is the web server used asynchronous and multi-threaded ?
Performance
Does service availability require redundancy ?
Performance
Is a VM necessary as opposed to a container solution ?
Performance
Are unused resources freed up as quickly as possible ?
Performance
Has the integration of asynchronous processing been evaluated ?
Performance
Is the user informed of a processing in progress in the background ?
Performance
Can dependencies be reduced by using an alternative component ?
Performance
Has the dependency tree of the integrated components been evaluated ?