Backend Technologies - Reading Assignment

  1. in a database server
    2)learn about different types of server, learn what data base is & different kind of databases, fundamental understanding about HTTP, know about API
    3)it’s a set of backend technology commonly know as LAMP
    4)Python and JavaScript
    5)as it can be used both on front end and backend side. So you have single language over the entire application
1 Like
  1. How does a backend application normally store information?
    In an database like MySql
  2. Name a few things backend developers need to do.
    Writing server side code, optimises server side code and make it secure, deploy the code online so other people can use it.
  3. What is a technology stack?
    It’s a set of programming languages and frameworks used to build backend applications like LAMP.
  4. Name a popular backend stack.
    LAMP: Linux, Apache, MySQL and PHP.
  5. Why is NodeJS convenient for front-end developers who want to start programming backend?
    Because Nodejs is a JavaScript server side framework. It allows developers to use only one programming language.
1 Like
  1. How does a backend application normally store information?
    Backend applications store information on a database

  2. Name a few things backend developers need to do.
    Write server-side code; write code to interact with database; ensure that the server-side code is secure and free of vulnerabilities; ensure that the server-side code is optimised enough to cope with large volumes of traffic; deploying the code online and making to available for others to use.

  3. What is a technology stack?
    A technology stack= a classic set of backend technologies.

  4. Name a popular backend stack.
    LAMP- Linux (operating system), Apache (server), MySQL (database), PHP (server-side language); or Django- from Python

  5. Why is NodeJS convenient for front-end developers who want to start programming backend?

NodeJS can be used for both the server side and client side of an application, allowing the entire project to be in one language (making life easier).

1 Like
  1. It is stored on a database
  2. Writing server-side code, writing code to interact with a database, ensuring that the server-side code is secure and free of vulnerabilities
  3. It is a stack of system components. For example, Linux (operating system), Apache (server), MySQL (database), PHP (server-side language)
  4. NodeJs, Django
  5. Because you can learn one less language as you can use JavaScript language on the frontend and backend on the NodeJS framework
1 Like

The appropriate mobile technology stack is more important than many entrepreneurs may think. It’s not only the matter of scalability and stability, but capacity to solve complex business challenges as well. That’s why the creation of an effective solution requires consideration of both business peculiarities and technology aspects.

1 Like
  1. Backend application normally store information in a database

  2. Backend developers’ duties: Server side code, code to interact with database, keep a server bug free, ensure large traffic volume, and deploy code online

  3. Technology stack, a classic set of backend technologies, called LAMP (Linux, Apache, MySQL, PHP)

  4. Django

  5. NodeJS is a language bringing a client-side language, to the server.

1 Like
  1. How does a backend application normally store information? Backkend application store information in databases such as SQL database
  2. Name a few things backend developers need to do. Writing server-side code that can interact with database, ensure security and optimised.
  3. What is a technology stack? Classic set of backend technologies
  4. Name a popular backend stack. Classic backend stack includes Linux OS, Apache server, MySQL database, PHP server side language.
  5. Why is NodeJS convenient for front-end developers who want to start programming backend? Based on the JavaScript used in the backend, thus only requiring one language to learn.
1 Like
  1. Usually on a server
    2.They write server site code ensure it is secure and that it can handle large traffic volumes.
  2. A set of backend technologies.
    4.LAMP
    5.Its pretty nice to use NodeJS in this case because you don’t have to learn an additional programming language.
1 Like

How does a backend application normally store information?

In a database.

Name a few things backend developers need to do.

Writing and ensuring server-side code is secure and free of bugs, ensuring code can interact with database and can handle high volumes of traffic. In addition, deploying the code online are some of Backend developers’ duties.

What is a technology stack?

It’s the technology and language used for Backend.

Name a popular backend stack.

Linux Operating System.

Why is NodeJS convenient for front-end developers who want to start programming backend?

Because NodeJS can be used for both Frontend and Backend work.

1 Like
  • In a server database
  • Write the server-side code, writing a code to Interact with database, ensuring that server-side code is secure and free of vulnerabilities…
  • A group of technologies that it’s applied into some task
  • LAMP
  • Because you Only need to learn one language to deal with it
1 Like
  1. How does a backend application normally store information?
    Via Databases

  2. Name a few things backend developers need to do.
    Server coding application.
    Ensuring the bug/vulnerability free server-side code
    Enable high traffic volume through code optimization
    Deploying code online for service usage
    Writing code for interaction with the database & server-side code.

  3. What is a technology stack?
    This is the combination of programming languages: Web framework (React & JS), Database (MongoDB), Web server (CSS), OS

  4. Name a popular backend stack.
    LAMP: Linux, Apache, MySQL, PHP
    Django

  5. Why is NodeJS convenient for front-end developers who want to start programming backend?
    NodeJS uses Javascript for the server-side framework and client-side. This single language covers the entire application, so no need to learn an extra language to cover both front and backend.

1 Like
  1. In a database
  2. Write server-side code, write code that interacts with the database, ensure that the code can process large amounts of data.
  3. A name for multiple programming languages that often go together. For example “Full-stack” refers to back and front end.
  4. LAMP
  5. Because it is built on Javascript and thus developers don’t need to learn a new language.
1 Like

1.How does a backend application normally store information?
In a database
2. name a few things backend developers need to do?

  • 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
    3.What is a technology stack?
    A group of server side applications
    4.Name a popular back-end stack?
    Lamp
    5. why is NodeJS convenient for front-end developers who want to start programming back-end?
    Is with javascript and this you can use as a front-end and a back end developer
1 Like
  1. How does a backend application normally store information?

In a database

  1. Name a few things backend developers need to do.

They make sure the logic in the server-side code works correctly, that the server communicates with clients properly and that database works correctly.

  1. What is a technology stack?

It can be a combination of programming languages and databases. Like NodeJS and MongoDB.

  1. Name a popular backend stack.

MySQL and PHP

  1. Why is NodeJS convenient for front-end developers who want to start programming backend?

Only one language to learn.

2 Likes
  1. How does a backend application normally store information?
    The information is stored in a database.

  2. 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
  1. What is a technology stack?
    This is a set of backend technologies.

  2. Name a popular backend stack.
    LAMP. It is an acronym that stands for Linux (operating system), Apache (server), MySQL (database), PHP (server-side language).

  3. Why is NodeJS convenient for front-end developers who want to start programming backend?
    JavaScript is also used on the client-side, you have a single language over the entire application (assuming you’re building a web app). This basically gives you more bang for your buck.

1 Like
  1. Using databases.
  2. Making sure a server runs smoothly. Fixing bugs. Making it so the server can withstand traffic without crashing. Keeping their code live and running 24/7.
  3. A set of protocols that you’ll need to use to build the backend. Servers, databases, programming languages, etc.
  4. LAMP - Linux (Operating system), Apache (web server), mySQL (database) and PHP (Script language)
  5. It’s based on Javascript, which means you can do both front end and back end with a single programming language.
2 Likes
  1. How does a backend application normally store information?
    In a database
  2. Name a few things backend developers need to do.
    Write code, audit code and make sure it’s free of bugs, deploy code to users
  3. What is a technology stack?
    The backend technologies
  4. Name a popular backend stack.
    LAMP
  5. Why is NodeJS convenient for front-end developers who want to start programming backend?
    because it gives you a single language over the entire application
1 Like

1.How does a backend application normally store information ? :

The backend is the part that you can’t “see”.
It is the internal working of the application or website like the server, the database, etc. To where it stores information.

2.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

*Backend developers may work with other kinds of developers on a single project since the skill
set required to complete an app or a web service is not limited to backend development.

3.What is a technology stack? : LAMP ; Linux (operating system), Apache (server), MySQL (database), PHP (server-side language).

4.Name a popular backend stack ? : Flask is backend framework written in Python ; Django Written Python.

5.Why is NodeJS convenient for front-end developers who want to start programming backend ? :
Because it allows to code / server-side framework using with Javascript (only) especially after gaining knowledge
of frontend.

1 Like
  1. How does a backend application normally store information?
    in a Database
  2. Name a few things backend developers need to do.
    writing server-side code
    writing code to interact with a database
    Deploying the code online so that other people can use your service.
  3. What is a technology stack?
    a set of backend technologies
  4. Name a popular backend stack.
    MySQL or PHP
  5. Why is NodeJS convenient for front-end developers who want to start programming backend?
    it combines front-end and back-end into one language.
2 Likes

[quote=“ivan, post:1, topic:6382”]

  • How does a backend application normally store information?
    In a Database
  • Name a few things backend developers need to do.
    write server-side code, write code to interact with the database, ensure the security of the code and its optimisation and deploy the code online so that other people can use the service
  • What is a technology stack?
    It is a set of technologies that work together
  • Name a popular backend stack.
    LAMP
  • Why is NodeJS convenient for front-end developers who want to start programming backend?
    Because JavaScript is commonly used as front end technology thus you can use the same language for the whole web app and the learning curve would be shorter
1 Like