Backend Technologies - Reading Assignment

  1. On a server from a database.

2.Write code to interact with a database.
Ensure the server side code is secure and free from vulnerabilities.
Ensure the server side code is optimised and is capable of dealing with large traffic volumes.

  1. is a functioning set of components for eg ; LAMP
    Linux (operating system.) Apache (server) MySol(database) PHP(language)

4.Django

  1. Node JS is used by frontend developers, however it is also used by backend developers! So frontend developers have no need to learn an additional language.
1 Like

Backend applications usually store information on servers.

  • Writing server-side code
  • Writing code to interact with a database
  • Optimizing server-side code

Technology stack is a set of tools, languages, frameworks etc. that developers use.

LAMP - Linux (operating system), Apache (server), MySQL (database), PHP (server-side language).

Because it’s a single language (JavaScript) for both client and server-side.

1 Like
  1. In some type of database or datastore.

  2. Connect to databases, consider the App architecture, write resilient code and make sure the server is running optimized and fast.

  3. A stack is a combination of frameworks / Technologies that make up and run in the server.

  4. LAMP. Linux, Apache, MySQL and PHP

  5. Because it’s written in Javascript, just like most Frontend frameworks.

1 Like

1: In a database.

2: Build the safety of the server, ensure its running smoothly, make sure it can handle heavy traffic. deploy the code online.

3: A group of Server-side applications, LAMP is a common example.

4: NodeJs

5: It is a common language built from the front end side. Some of the things will be familiar with the back-end development.

1 Like
  1. How does a backend application normally store information? In a database
  2. Name a few things backend developers need to do. Write server-side code and ensure it is secure and optimised, write code to interact with a database, deploy code online
  3. What is a technology stack? A set of backend technologies
  4. Name a popular backend stack. The infrastructure of services that work together to run a single application.
  5. Why is NodeJS convenient for front-end developers who want to start programming backend? NodeJS is a backend (server-side) framework written in JavaScript, which is a frontend (client-side) language. This means the single language of JavaScript can be used to program the entire application.
1 Like

Q1. How does a backend application normally store information.
A1. Store in a database within the server is running on.

Q2. Hame a few things backend developers need to do.
A2. handle the database, have logic run smooth with the frontend application, create the code of the backend and organized the technology needed for the backend operation.

Q3. What is a technology stack?
A3. it is a collection of technology

Q4. Name a popular backend stack?
A4. L=linux the OS, A=Apache the web server, M= My SQL the database and P=PHP the code

Q5. Why is Node.JS convenient for frontend developers who want to start programming backend?
A5. One language works with both frontend and backend.

1 Like
  1. A backend application stores information via a database.
  2. A backend developer must:
    Write server-side code
    Write code to interact with a database
    Ensure that the server-side code is free of bugs and secure
    Ensure that the server-side code is optimized enough to handle a large volume of traffic
  3. A technology stack is a set of Backend technologies (Operating System, Server, database, and a server-side language).
  4. A popular stack is LAMP(Linux, Apache, MySQL, and PHP), however that is becoming replaced by NodeJS and JavaScript and Django with Python. I personally like Django with Python, but Javascript NodeJS fits my current skillset since this academy has already taught me JavaScript, C++, and I have NodeJS downloaded.
  5. NodeJS is popular because JavaScript is a frontend and backend language, so you master JavaScript and run an app with one language. You can move quickly into Blockchain because Solidity has similiarities (some) to JavaScript.
2 Likes
  1. In a database

  2. Write server-side code. Writing code to interact with a data base. Making sure that the server-side code is secure and free of vulnerabilities. Ensuring that the server-side code is optimised and can handle large volumes of traffic.

  3. A set of programming languages and frameworks that is used for backend applications.

  4. LAMP ; Linux, Apache, MySQL and PHP.

  5. Because NodeJS uses the same language for both front and back-end.

1 Like
  1. How does a backend application normally store information?
    In a database.
  2. Name a few things backend developers need to do.
    Write and optimize server side codes.
  3. What is a technology stack?
    a set of programming languages and frameworks.
  4. Name a popular backend stack.
    LAMP
  5. Why is NodeJS convenient for front-end developers who want to start programming backend?
    it is based on javascript, so if you already now the front-end it will be easier and less time to learni back-end
1 Like
  1. Backend application store information in servers or databases.

  2. Backend developers need to:
    -Write server-side code
    -Writing code to interact with database
    -Ensuring that the server is secure

  3. Technology stack is list of all the technology services used to build and run one single application.

  4. LAMP: Linux, Apache, MYSQL, PHP

  5. NodeJS can be used in server (backend), therefore developers only have to learn one language: Javascript.

1 Like
  1. in a Database
  2. Write server-side code, write code to interact with the database, ensure the server side code is secure and free of vulnerabilities, deply the code online so people can see your service.
  3. LAMP Linux, Apache, MySQL, PHP.
  4. Python and JavaScript.
  5. NodeJS provides a single language over the entire application.
1 Like
  1. A database stores website content in a structure that makes it easy to retrieve, organize, edit, and save data. It runs on a remote computer called a server . There are many different databases that are widely used, such as MySQL, SQL Server, PostgresSQL, and Oracle.

  2. The backend (or “server-side”) is the portion of the website you don’t see. It’s responsible for storing and organizing data, and ensuring everything on the client-side actually works. The backend communicates with the front-end, sending and receiving information to be displayed as a web page.

  3. 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).

  4. Python and JavaScript…

  5. One reason NodeJS is recommended over other frameworks is that since 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 — you have one language less to learn. This is especially true if you’re moving into the backend after gaining experience with the web frontend.

1 Like
  1. Normally stores information in a server database.
  2. They need to write server-side code, wire code to interact with a database, ensure the server side code is secure and free of vulnerabilities, etc.
  3. A technology stack is a combination of programming languages, tools ad frameworks that the developer uses.
  4. A popular backend stack is called LAMP. (Linux, Apache, MySQL, PHP)
  5. Because JavaScript is also on the client side so you would just use one language over the entire application
1 Like
  1. Back end applications normally store information on a database
  2. A back end developer will write server side code, ensure server side code is secure and free of vulnerability, deploy the code online so other people can use your service
  3. A technology stack is a set of technologies that make up the system of components, operating system, server, database and server side language. #
  4. Flask
  5. NodeJS is convenient for front end developers who want to program back end because the client and server side are written in the same language.
1 Like
  1. Backend applications normally store information in a database.

  2. Some of the things backend developers do include:

  • 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. The back end technology stack is the framework and systems that are running on the server side of the application.

  2. NodeJS is a popular backend stack.

  3. NodeJS is a convenient way for front end developers to start programming back end because it is written in JavaScript so would be easy to use the same language on both the front and back end.

1 Like
  • How does a backend application normally store information?
    On a database.

  • Name a few things backend developers need to do.
    Write server-sided code, write code to interact with a database, deploy the code online

  • What is a technology stack?
    A collection of technologies which the developer uses on the backend

  • Name a popular backend stack.
    LAMP and MEAN

  • Why is NodeJS convenient for front-end developers who want to start programming backend?
    Frontend developers who know Javascript don’t need to learn another language for the backend

1 Like

1.database
2.set up database, write server side code, optimize, bugs, efficiency and security
3.different components of the system, the server, the operating system and language for server and api
Django or lamp
4. NodeJS is A JAVASCXRIPT SERVER SIDE FRAMEWORK. IT ALLOWS joint clients side, with only one programming language

1 Like

1.On a dabase internal server.
2.They write server side code, interact with a database, ensure service side code is secure and free of vulnerability, ensuring the server code is optimized enough to handle large volumes of traffice, and deploys the code online so that other pleople can use your service.
3. A technology stack is a list of server languages called LAMP.
4. LAMP.
5. Its convenient because if the they know Javascript allready they don’t have learn another for backend.

1 Like
  1. A backend application normally stores information in a database.

  2. A few things develops need to do are:
    -writing server-side code
    -writing to interact with a database
    -ensuring that the server-side code is secure and free of vulnerabilties
    -ensuring that the server-side code is optimised enough to handle large volume of traffic
    -deploying the code online so that other people can use your services

  3. A technology stack is a stack of backend frame works LAMP is an example of an older technology stack which stands for Linux(operating system), Apache(server), MySQL(database), PHP(server side language).

  4. Another popular backend is Django.

  5. NodeJS is convenient for front end developers who want to start programming backend, since JavaScript is used on the client side and NodeJS is JavaScript server-side framework.

1 Like
  1. In a database

  2. Server side code, ensure that the server code is bug free and able to withstand large loads.

  3. A technology stack is a group of systems that work together to produce a result e.g LAMP.

  4. Django

  5. Node.js is a server side version of Javascript making it easy for frontend devs who already know javascript to transition to backend development.

1 Like