Why do we need to add server-side validation? Didn't we add validation in the front-end section?
Hi!
It’s a basic principle of web development that we can’t prevent the users from inspecting and modifying the source code of an app. The browser needs HTML, CSS and JS to run the app, and everyone can inspect and modify anything in the browser’s de...
omarsaade.hashnode.dev1 min read