REST is for the weak. Just have to code, code, code long into the night, right? No, REST (Representation State Transfer) is a programming standard used in many languages for organizing ‘routes’ and making them reusable. A ‘RESTful’ system is “stateless and separate(s) the concerns of client and server” —…