General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Low Level
comments
Comments by "" (@SRG-Learn-Code) on "Low Level" channel.
...and remember to don't be evil.
2
Soooo, I'm looking into local first and sqlite and whatelse... I'm wondering if it is a very big mistake. Context: simple webapp crud for small business for everyday operations and invoicing, 4 concurrent users at most, one primary server for database and multiple clients with replicated database and reduced logic, invoicing has to be be done on the server. What can go wrong? Apparently a lot. I mean, being local first I have to duplicate a lot of logic and validation to work on the browser, which most likely will be the same as in the backend, so the code is exposed. Even when the app is not supposed to be open to the www, we can think of the clients as untrusted, as the workers might be wise enough to exploit the app and steal from the boss. What are your thoughts on this?
1
You are 10/10, thanks for sharing
1