Excellent answers sir, well documented! Please keep them like that
Carlos Z.
Excellent answers sir, well documented! Please keep them like that
Carlos Z.
Excellent answers sir, well documented! Please keep them like that
Carlos Z.
4. Name a popular backend stack.
Quite close sir, but Apache is a web-server only.
If you have any more questions, please let us know so we can help you!
Carlos Z.
Indeed. Apache is just one of LAMP
How does a backend application normally store information?
Database
Name a few things backend developers need to do.
Writing server-side code and code to interact with a database.
Ensuring that the server-side code is secure and free of vulnerabilities and optimised enough to handle large volumes of traffic.
What is a technology stack?
For example LAMP that stands for Linux (operating system), Apache (server), MySQL (database), PHP (server-side language).
Name a popular backend stack.
LAMP or Django
Why is NodeJS convenient for front-end developers who want to start programming backend?
Because they can use the same language (JavaScript) for both front- and backend. So they should know about JavaScript.
4. Name a popular backend stack.
Hello miss, maybe you confuse a little bit, JavaScript & C++ are programming language, in your answer above this one (3), you mention one of the backend stack: LAMP It is an acronym that stands for Linux (operating system), Apache (server), MySQL (database), PHP (server-side language).
Hope this gives you a clear picture of the subject.
If you have any more questions, please let us know so we can help you!
Carlos Z.
How does a backend application normally store information?
In a database on a server.
Name a few things backend developers need to do.
Write server- side code.
Make server-side code is not vulnerable to hacking.
Write code that communicates with the database.
Write code that can handle large traffic volumes.
Deploy code on line so it can be used by others.
What is a technology stack?
A set of technologies used to work on the back end.
Name a popular backend stack.
LAMP - Lynx (OS), Apache (Server), MySQL (Database), PHP (Language)
Why is NodeJS convenient for front-end developers who want to start programming backend?
Because Front-end dev’s work in Javascript and Node JS is a server-side Java script framework. So they will be familiar with it and will not have to start from scratch by learning a completely new language.
Excellent answers miss, you probably mistype the word Linux on the 4th question.
If you have any more questions, please let us know so we can help you!
Carlos Z.
Nice!, Thanks for the feedback
How does a backend application normally store information?
Information is stored in database on server.
Name a few things backend developers need to do.
Writing server-side code
Writing code to interact with a database
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?
It is set of backend technologies / operating system + server + database + server side language/
Name a popular backend stack.
Classic one is /LAMP/ - Linux (operating system), Apache (server), MySQL (database), PHP (server-side language).
Why is NodeJS convenient for front-end developers who want to start programming backend?
Because it is also used by backend developers so you know one language which works at both ends.
[quote=“ivan, post:1, topic:6382”]
1: In a Data base such as MySql
2:writing code server side also write codes for communication between front and back end. optimize programs for more efficiency.
3:Its a assembly of languages and programs and data and process layers included in a complete application
4: LAMP Linus programming Apache web server MySql databases. PHP server language
5: It is a common programming laguage that can be used on both the server and client side makeing it simpler to use as only one language is required for the complete application.