View on GitHub

reading-notes

CodeFellows Class Reading Notes

What Google Learned From Its Quest to Build the Perfect Team

See reading notes from 201: Class 14


How I Explained REST to my Brother

REST provides a definiton of a ‘resource’

A web page is a ‘representation’ of a resource

The URL tells the browser that a representation exists - it is the machine equivalent of a noun

HTTP is essentially about applying verbs to nouns… but it’s usually just used to GET


Home