- How does a backend application normally store information?
In a database
- Name a few things backend developers need to do.
Write the code to interact with the database, ensure it can handle large volumes, that it’s not vulnerable and share the code with others
- What is a technology stack?
Group of programming languages
-
Name a popular backend stack.
LAMP (Linux,apache, MySQL, php) -
Why is NodeJS convenient for front-end developers who want to start programming backend?
Because it’s based on java script and can be a common through line for front and back end projects.