0% found this document useful (0 votes)
6 views

Apuntes Programacion

Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Apuntes Programacion

Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

PROGRAMACION

- World Wide Web: The World Wide Web (WWW), commonly


known as the web is an information system where documents
and other web resources are identified by Uniform Resource
Locators (URLs) such as https://example.com/), which may be
internlinked by hypertext, and are accessible over the internet.
The resources of the Web are transferred via the Hypertext
Transfer Protocol (HTTP) and may be accessed by users by a
software application called a web browaser and are published
by a software…
- Web origins
- Markup language
- Hypertetxt measn all text you see in a web has a meaning.
- Web evolution
- WHY html IS not ENNOUGH?

Development and deployment of a website


Developing a website:
- How can I create content?
- How is that content going to be accessible?
Web architecture: very complex
If someone asks you how the internet works you say there are
three components, browser (to consume the coetnt) and aon the
other side the webserver or serversite and the last component the
internet (you need to be connected). A browser without internet is
useless.
Deploy websites:
- Provides scalable infrastructure easy to maintain and setup so
you don’t need to worry about technical stuff.
- You can monitor user’s activity and get analytics
- You can get information from users
- You can handle identities and authentication
- You can integrate your website with other platforms
- You can manage build and preview deployments.
- You can deploy code that works as API endpoints, runs
automatically in response to events or processes more complex
jobs in the backgrounds.

You might also like