Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save harrisonmalone/65e9dbba358729ae5dcef8908b4d3845 to your computer and use it in GitHub Desktop.
Save harrisonmalone/65e9dbba358729ae5dcef8908b4d3845 to your computer and use it in GitHub Desktop.

what are the pillars of the web?

  1. HTML, provides for structure, markup language
  2. CSS, make a page pretty, styles
  3. JavaScript, makes your page dynamic, think about the gmail example where a new email pops up without you refreshing

what is front end vs back end?

front end => you can see all of the code from the browser

back end => you can't see it from the browser, used to build web servers


http challenge

  1. Download postman, make an account if you want to
  2. Go to https://reqres.in/ and I want you to do a GET, POST, PUT and DELETE request
  3. Do these same requests using the curl command (optional)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment