JimYuan's Blog

Sharing the things I learned

0%

IntroToTheWeb_Section_1

This is the note from The Web Developer Bootcamp on Udemy created by Colt Steele. I’ve always want to know more about web, and I think it might be a good idea to just follow this bootcamp a bit.

Link: https://www.udemy.com/course/the-web-developer-bootcamp/

The Internet In 5 Minutes

  • Routing: phyiscal machine to help you connet your computer to someone else.
  • My computer doesn’t need to know your computer at all
  • Internet -> Network of networks

HTTP requests

  • Foundation of communication on the World Wide Web
  • Hyper Text Transfer Protocol
  • Request -> I would like this information please
  • Responese -> Ok, here you go!

The Request/Response Cycle

A server somewhere(Here are the instructions) -INSTRUCTION-> your browser (Look what I made!)

You can right click on any webpage [View_Page_Source] to see the content of the Instrucstion from that server.

Front End/ Back End

  • Front End: Dining Place
  • Back End: Kitchen

What do HTML/CSS/JS do?

The

  • Purple [CSS_adj]
  • Dinosaur [HTML_noun]
  • Danced [JS_verbs]

https://codepen.io/