You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapters/BP_103_en.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
27
27
Server logs (web, application, database) can become very large. It is recommended to configure them. By adjusting the application's log level at the highest possible level (e.g. only information/warning/error) and by logging only relevant information, disk writes are avoided, the number of CPU cycles is reduced as well as storage space use.
28
28
29
-
To avoid disk saturation, it is also recommended to set up retention periods and log rotation based on the service operational needs.
29
+
To avoid disk saturation, it is also recommended to set up a retention time and log rotation based on the service operational needs.
Copy file name to clipboardExpand all lines: chapters/BP_4019_en.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## Prefer PWAs over native mobile applications that are similar to the website
1
+
## Prefer PWA over native mobile applications that are similar to the website
2
2
3
3
### Identifiers
4
4
@@ -26,9 +26,9 @@
26
26
27
27
It is essential to define what are the necessary features according to users when designing digital services. Responsive websites may entirely be sufficient and satisfying.
28
28
29
-
However, PWAs (Progressive Web App) can spare double to triple developments and maintenance costs that would result from a native or hybrid mobile application (React native, Flutter) when a mobile applications is required and fully or partially reproduce the associated website.
29
+
However, PWA (Progressive Web App) can spare double to triple developments and maintenance costs that would result from a native or hybrid mobile application (React native, Flutter) when a mobile applications is required and fully or partially reproduce the associated website.
30
30
31
-
PWAs reduce mobile devices obsolescence risk and lower bandwidth use since they are not tied to operating systems (OS) and are often lighter than native mobile applications. This is why several social networks have developed PWAs to conquer markets with low bandwidth networks.
31
+
PWA reduce mobile devices obsolescence risk and lower bandwidth use since they are not tied to operating systems (OS) and are often lighter than native mobile applications. This is why several social networks have developed PWA to conquer markets with low bandwidth networks.
32
32
33
33
### Example
34
34
@@ -40,6 +40,6 @@ PWAs reduce mobile devices obsolescence risk and lower bandwidth use since they
0 commit comments