How does a back-end application normally store information?
Databases
Name a few things backend developers need to do.
Code that interacts with DB, heavy duty data-processing apps on the server, retrieve data from external service through API.
What is a technology stack?
It is a “stack” of inter-operational parts that builds a working server environment to deliver a service, LAMP for example
Name a popular backend stack.
Django, Flask, LAMP(old school)
Why is NodeJS convenient for front-end developers who want to start programming backend?
Because it brings front end languages to the back-end which helps with the transfer when you don’t have to start over with a new language.