- In server databases
- Write the interacting with the database, taking care of code security
- The programming languages used in backend dev.
- LAMP
- one single language can be used on both sides of the application.
-
How does a backend application normally store information?
on the server -
Name a few things backend developers need to do.
- writing server side code
- write code to interact with the database
- ensure security of the database
- ensure performance of the server (that the code is efficient)
- What is a technology stack?
= a bundle of software which works together (ie. LAMP)
L - Linux (for operating system)
A - Apache (server)
M - My SQL (database)
P - PHP (server side language)
- Name a popular backend stack.
- backend langauges like Python and Java Script
- frameworks like Django or Flask
- Why is NodeJS convenient for front-end developers who want to start programming backend?
since it is build on Java Script which is a language both used for frontend and backend.
-
Through the server and the database.
-
-
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 the other people can use you service
-
-
A technology stack is a classic set of backend technologies.
-
LAMP. It’s an acronym that stamds for Linux (operating system), Apache (server), MySQL (database), PHP (server-side language).
-
NodeJS is the framework for JavaScript, which is being used for both frontend and backend programming. So in this way is more convenient if you want to go from frontend to backend, because you have a single language to learn.
- On a server from a database.
- Writing server code, to interact with a database, ensure security, ensure volume of traffic
optimisations. - It’s a set of programming languages and frameworks used to build backed aplications.
- LAMP,LINUX,APACHE,MySQL,PHP.
- Fronted developers will be familar with JavaScript. NodeJS runs on the JavaScript
language making it easier to switch to backed without having to learn another language.
- A backend application normally stores information in a database.
- Create / maintain databases, fixing server-side bugs, creating APIs for others to interact with.
- A technology stack is a set of technologies used to collectively implement a complete project.
- LAMP - Linux, Apache, MySQL, PHP
- NodeJS is convenient for front-end developers moving into backend because they both use javascript to interact with.
-
In a database
-
Write server side code, optimize code to be free from vulnerabilities and bugs, deploy code online
-
LAMP - Linux, Apache, MySQL and PHP language.
-
DJANGO
-
Because Java is used in both front end and back end.
1.How does a backend application normally store information?
-Information is stored on a server, in a database.
2.Name a few things backend developers need to do.
-Write server side code, code that interacts with the database, security, optimization and deployment.
3.What is a technology stack?
-A Technology Stack consists of an operation system, a database server, a webserver, and a programming language.
4.Name a popular backend stack.
-the clasic stack is LAMP,a Linux/Apache/MySql/PHP stack, or Django for Python, or NodeJS for JavaScript languages.
5.Why is NodeJS convenient for front-end developers who want to start programming backend?
-NodeJS is a JavaScript framework for server side, same JavaScrstack used for frontend develppment.
How does a backend application normally store information?
A backend application stores the information in a database.
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 optimized 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 technology stack is a set of technologies, software, apps etc. that are used in the development and deployment of websites, apps and other digital products.
Name a popular backend stack.
LAMP, which stands for 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?
NodeJS introduces the JavaScript language to the server-side. You have therefore one language for both the front- and the backend.
-
How does a backend application normally store information?
backend stores information on a Database and acessed through a server -
Name a few things backend developers need to do.
creates codes , able to direct traffic to access data in the data base optimize server side and security. -
What is a technology stack?
technology stacks are layers of systems that make up the applications and solutions in the database -
Name a popular backend stack.
lamp is one and another is CRUD -
Why is NodeJS convenient for front-end developers who want to start programming backend?
because node js runs on the java script language so it can be used through the front and backend making it easier to execute the programs as you are only using one language
LAMP yes, but could you please describe about CRUD?
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? Inside Databases.
-
Name a few things backend developers need to do. Write Server Side Code, write code to interact with databases, make sure server side code is secure and bug free, optimize server side code enough for heavy traffic volumes, and deploy online code so that others can interact with the service.
-
What is a technology stack? The classic set of backend technologies (the “technology stack”) is called LAMP. It is an acronym that stands for Linux (operating system), Apache (server), MySQL (database), PHP (server-side language).
-
Name a popular backend stack. NodeJS and Django.
-
Why is NodeJS convenient for front-end developers who want to start programming backend? Since JavaScript is also used on the client-side, you have a single language over the entire application. This allows one language less to learn. It’s especially true when moving into backend after gaining experience with web frontend.
- How does a backend application normally store information?
Answer - the backend app normally store the information in a server and it is fetched from a database. - Name a few things backend developers need to do.
Answer - the things the the backend developers do are the flowing:
- 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?
Answer - The classic set of backend technologies is calles the “technology stack” and is called LAMP. It is an acronym that stands for Linux (operating system), Apache (server), MySQL (database), PHP (server-side language). - Name a popular backend stack.
Answer - one of the most popular technology stack languages are - Python and JavaScript. - Why is NodeJS convenient for front-end developers who want to start programming backend?
Answer - NodeJS is a JavaScript server-side framework built on the Chrome V8 engine and written in C++. So, JavaScript is used on both client-side and server-side, therefore as a stating programmer you have to learn one less language to be able to handle the entire wen application.
Reading Assignment: Backend Technologies
1. How does a backend application normally store information?
In a database
2. Name a few things backend developers need to do.
Decide a tech stack to build on, make sure that the server and software is secured from hackers(DDOS attacks, and SQL injections ), if it’s a important/ critical service, a load balances to handle system and network resources, eventual a r edundant server farm to keep the service online 24/7/365.
3. What is a technology stack?
The typ e of technology used on the backend, as OS to run the Web-server upon , type of web-server, type of database and programming language/ API to use for communication.
4. Name a popular backend stack.
LAMP backend (Linux Apache MySQL PHP)
MEAN (Mong o DB Express Angelus Node JS)
5. Why is NodeJS convenient for front-end developers who want to start programming backend?
As you have a single language over the client and backend side, saving time as it’s less to learn.
-
A back end application usually stores data on a server or in a database.
-
Back end developers write the back end code,write the code to interact with a database, ensure the serever side code is immutable as possible, ensure the sever can handle heavy traffic,and deploying the code to the user.
-
The technology stack is a set of backend technologies.
-
LAMP is a classic backend stack consisting of Linux, Apache, MySQL, and PHP.
-
NodeJS is convenient for front end developers who want to learn backend developing because they already know Javascript, which means they only have to know 1 language.
-
How does a backend application normally store information? - The information is stored traditionally on a database that needs to run 24/7 to meet the standards
-
Name a few things backend developers need to do.
-optimize the backend code
-keep the database free from hacks
-Making sure that that the server code can handle big data traffick -
What is a technology stack?
It’s an acronym that helps us know instantly which languages/technologies we are using in a given situation -
Name a popular backend stack.
LAMP
-Linux
-Apache
-MySQL
-PHP -
Why is NodeJS convenient for front-end developers who want to start programming backend?-
NODEJS is a javascript framwork and you can use javascript in the backend and frontend which save you alot of time when you start out.
-
How does a backend application normally store information?
In a database e.g. mySQL. -
Name a few things backend developers need to do.
Write and optimize code for the server-side and databases and ensure security. -
What is a technology stack?
It refers a set of Backend Technologies needed by developers to create web and mobile applications. -
Name a popular backend stack.**
LAMP is a classic backend stack and consists of 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?
NodeJS is a client-side language of Javascript and Javascript is also a server-side framework written in C++. Therefore a developer can use a single language to operate in the frontend and the backend.operations.
It stores the Information in a Database.
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
It is called LAMP and it is an acronym that stands for:
Linux (operating system)
Apache (server)
MySQL (database)
PHP (server-side language)
Linux (operating system)
MySQL (database)
It is a Sever-sided JavaScript framework that can be used an both ends.
4. Name a popular backend stack.
Those are programming languages, not backend stacks, maybe you want to redesign your answer.
If you have any more questions, please let us know so we can help you!
Carlos Z.
-
A backend application normally stores data on a server.
-
A backend developer: writes server-side code, writes code to interact with a database, ensures that the server-side code is secure and free of vulnerabilities, ensures that the server-side code is optimised enough to handle large volumes of traffic, & deploys the code online so that other people can use your service.
-
A technology stack is the classic set of backend technologies called LAMP. It is an acronym that stands for Linux (operating system), Apache (server), MySQL (database), PHP (server-side language).
-
A popular backend stack is Django.
-
NodeJS is convenient for frontend developers that want to jump into backend because it uses JavaScript and brings a frontend language server-side.
- In a database
- 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.
- A technology stack is technology infrastructure, or a data ecosystem. It is a list of all the technology services used to build and run one single application.
- LAMP. It is an acronym that stands for Linux (operating system), Apache (server), MySQL (database), PHP (server-side language).
- NodeJS brings a client-side language, JavaScript, to the server. Thus, you have one language less to learn.