what are the pillars of the web?
- HTML, provides for structure, markup language
- CSS, make a page pretty, styles
- 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
- Download postman, make an account if you want to
- Go to https://reqres.in/ and I want you to do a GET, POST, PUT and DELETE request
- Do these same requests using the curl command (optional)