|
|
|
|
|
by AlexITC
1075 days ago
|
|
The author focuses on simplicity, he tries to handle everything with a single file for the app + a single file for the database. Unnecessary overhead gets introduced with docker, for example, now you need to depend on a container-registry + the authentication to pull those images from the server + other stuff. |
|