https://github.com/samuelsenerwa/alx-backend-python
https://github.com/samuelsenerwa/alx-backend-python
alx backend python3 specialization
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuelsenerwa/alx-backend-python
- Owner: samuelsenerwa
- Created: 2023-08-03T13:11:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T21:41:10.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T02:45:23.482Z (over 1 year ago)
- Topics: alx, backend, python3, specialization
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## :orange_book: Web Stack Introduction
A web stack is a compilation of software applications, often needed for web development, especially for developing web applications and implementing websites. A web stack is a type of solution stack, which is a collection of software for performing specific tasks. Web stacks are critical components for web applications as well as websites.
A web stack is also known as a web application stack.
### What is BackEnd
Backend is the data access layer of a software or any device, which is not directly accessible by users, it also contains the logic of the application that handles said data. The Backend also accesses the server, which is a specialized application that understands how the browser requests things.
Some of the Backend programming languages are Python, PHP, Ruby, C # and Java, and as in Frontend, each of the above has different frameworks that allow you to work better according to the project you are developing, such as Laravel, Django , rails, etc
## :books: Content
- [0x00-python_variable_annotations](/0x00-python_variable_annotations)