reading-notes

Class 6 Notes

To what extent did psychological safety impact your previous work experience?

In a previous job, we had something called a “who am I”. This was a practice of everytime we had a new hire we would go through our employees and each person had to go through their life story. It was an amazing tool to learn about the struggles people had, the families they grew up in, the relationships they built and what life events built who they are. It was an amazing tool and it gave a feeling of being understood and being heard. It definitely made it feel like you could be yourself to all the upper admins in the department.

How does this article inform your approach to working with others moving forward?

I think the best way to implement this going forward is just using great communication. Explaining to managaement how you work best where you will need help. What motivates you and what can deflate you. As a manager its your job to understand the people you are managing and how to build cohesiveness within the team.

Who is Roy Fielding?

A man who wrote the first web servers, http, provided research on why the web works.

Why don’t the techniques that we use in this class work well when we need to be able to talk to all of the machines in the world?

Because we are building them to only talk to a small group of machines.

What is the HTTP protocol that Fielding and his friends created?

its basically applies verbs to noun on the web. Like GET,POST, PUT, and DELETE

What does a GET do?

Request Data

What does a POST do?

Create New Data

What does PUT do?

Update Data

What does PATCH do?

Partially Update Data

Geocoding: Did you get your API key?

Yes

Weather Bit: Did you get your API key?

Yes

Yelp: Did you get your API key?

Yes

The Movbie DB API: Did you get your API key?

Yes

Things I want to know more about

I would like to learn more about how API keys are used and what impacts their usage.