-
How does a backend application normally store information?
a backend application stored data in a database -
Name a few things backend developers need to do.
- Write code to interact with the DB
- Write server code
- Ensuring that the server-side code is secure and free of vulnerabilities
- Ensuring that the server-side code is optimised enough to handle large volumes of traffic
- Deploying the code online so that other people can use your service
-
What is a technology stack?
A classic set of backend technologies ( LAMP) - Linus-Apache-MYSQL and PHP -
Name a popular backend stack.
FLASK , Django , NodeJS -
Why is NodeJS convenient for front-end developers who want to start programming backend?
Because of the use of Javascript, that van be used both for frontend as well as for backend programming