Skip to the content.

what google learned from team.

1- Psychological safety: Everyone feels safe in taking risks around their team members, and that they won’t be embarrassed or punished for doing so. 2- Dependability: Everyone completes quality work on time. Structure and clarity: Everyone knows what their specific expectations are. These expectations must be challenging yet attainable. 3- Meaning: Everyone has a sense of purpose in their work (i.e., financial security, supporting family, helping the team succeed, etc.). 4- Impact: Everyone sees that the result of their work actually contributes to the organization’s overall goals.

REST

Roy Thomas Fielding (born 1965) is an American computer scientist, one of the principal authors of the HTTP specification and the originator of the Representational State Transfer (REST) architectural style. He is an authority on computer network architecture and co-founded the Apache HTTP Server project.

Different HTTP methods :

GET : used to retrieve data from systems. POST : used to send data to the servers. PUT : used to replace data. PATCH : used to update data.