1.)into a database.
2.)* Write server side-code
- Write code to interact with a database
*Ensuring that the server-side code is secure and free of vulnerabilities
- ensuring the seaside code is optimised enough to handle large volumes
- Deploying the code online so that other people can use your service.
3.) Technology stack is the combination of programming languages, tools and frameworks that the developers use to create web and mobile applications. A stack is created when one layer of application is built atop the other.
A stack contains different layers of components/servers that developers use to build software applications solutions.
4.)The Back end consists of a server, an application, ( OS, Web server, Programming Language, Web Framework,) and a database.
Example: LAMP is the abbreviation for Linux Apache, MY SQL and PHP. Linux is the server operating system, Apache is the web server, My SQL is the database and P is for PHP, the scripting language.
5.)NodeJs is a javascript server-side frame-work. Javascript is also used on the client -side, so you have a single language over the entire application ( assuming your building a web app).