Source: What Google Learned From Its Quest to Build the Perfect Team
Psychological safety had a large impact on my previous work experience, because there was a small handfull of individuals who did not make people feel psychologically safe. This had a large impact on the workplace culture and turnover rate, and it also prevented us from speaking up about it to management to fix the problem.
This article really emphasizes that being nice is worth the time. Even if sometimes patience and politeness can feel inefficient, it’s still worthwhile to be as kind as you can at work because teams that are supported are more effective.
Source: How I explained REST to my brother
A computer scientist who helped write the HTTP specification
Because they weren’t designed that way. Most of the techniques developers used to get computers to talk to each other weren’t concernred with talking to all machines in the world.
HTTP is a protocol (set of rules and conventions) that web browsers or other software use to request and exchange resourses.
A GET method retrieves information from another system
A POST method adds information to another system
A PUT method replaces information in another system
A PATCH method partially updates information in another system
Did you get your API key? Yes
Did you get your API key? Yes
Did you get your API key? Yes
Did you get your API key? Yes
What are things that we have learned about that are NOT a part of the “RESTful” style?