Add resources for internet and http

pull/1657/head
Kamran Ahmed 3 years ago
parent 2fb46a294a
commit 24867c876d
  1. 12
      content/roadmaps/100-frontend/content/100-internet/100-how-does-the-internet-work.md
  2. 8
      content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md
  3. 5
      content/roadmaps/100-frontend/content/100-internet/readme.md

@ -1 +1,13 @@
# Internet
The Internet is a global network of computers connected to each other which communicate through a standardized set of protocols.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Watch' href='/guides/what-is-internet'>Introduction to Internet</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=x3c1ih2NJEg'>How does the Internet work?</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=7_LPdttKXPc'>How the Internet Works in 5 Minutes</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.vox.com/2014/6/16/18076282/the-internet'>The Internet Explained</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='http://web.stanford.edu/class/msande91si/www-spr04/readings/week1/InternetWhitepaper.htm'>How Does the Internet Work?</BadgeLink>
<ResourceGroupTitle>Paid Content</ResourceGroupTitle>
<BadgeLink colorScheme='green' badgeText='Course' href='https://click.linksynergy.com/link?id=d5k43cu*M0k&offerid=507388.2444060&type=2&murl=https%3A%2F%2Fwww.udemy.com%2Fcourse%2Fhow-the-internet-works-the-web-development-process%2F'>How the Internet Works</BadgeLink>

@ -1 +1,9 @@
# What is HTTP?
HTTP is the `TCP/IP` based application layer communication protocol which standardizes how the client and server communicate with each other. It defines how the content is requested and transmitted across the internet.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' href='https://www.cloudflare.com/en-gb/learning/ddos/glossary/hypertext-transfer-protocol-http/'>What is HTTP?</BadgeLink>
<BadgeLink badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Web/HTTP/Overview'>An overview of HTTP</BadgeLink>
<BadgeLink badgeText='Read' href='https://kamranahmed.info/blog/2016/08/13/http-in-depth/'>Journey to HTTP/2</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Watch' href='https://www.youtube.com/watch?v=iYM2zFP3Zn0'>HTTP Crash Course & Exploration</BadgeLink>

@ -5,6 +5,9 @@ The Internet is a global network of computers connected to each other which comm
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Watch' href='/guides/what-is-internet'>Introduction to Internet</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=x3c1ih2NJEg'>How does the Internet work?</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=7_LPdttKXPc'>How the Internet Works in 5 Minutes</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.vox.com/2014/6/16/18076282/the-internet'>The Internet Explained</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='http://web.stanford.edu/class/msande91si/www-spr04/readings/week1/InternetWhitepaper.htm'>How Does the Internet Work?</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=7_LPdttKXPc'>How the Internet Works in 5 Minutes</BadgeLink>
<ResourceGroupTitle>Paid Content</ResourceGroupTitle>
<BadgeLink colorScheme='green' badgeText='Course' href='https://click.linksynergy.com/link?id=d5k43cu*M0k&offerid=507388.2444060&type=2&murl=https%3A%2F%2Fwww.udemy.com%2Fcourse%2Fhow-the-internet-works-the-web-development-process%2F'>How the Internet Works</BadgeLink>

Loading…
Cancel
Save