Skip to content

Instantly share code, notes, and snippets.

@brueck1988
Created July 2, 2021 23:42
Show Gist options
  • Select an option

  • Save brueck1988/99da19e988155e8532b3c971eaf58693 to your computer and use it in GitHub Desktop.

Select an option

Save brueck1988/99da19e988155e8532b3c971eaf58693 to your computer and use it in GitHub Desktop.
GraphQL
Brief summary of what you researched
- GraphQL is a way of simplifying API requests with simplified syntax, and other paterns that can reduce the number and complexity of API calls.
How does it extend your current programming foundation?
- GraphQL is an additional tool in my toolbelt for simplifying API calls. It allows me to traverse related objects and their fields letting clients fetch related data in one request instead of making several roundtrips as one would need in a classic REST architecture.
If you were asked in an interview about the topic you researched, what would you want to highlight?
- I am interested learning it and implementing it on future projects since it seems to be a great way to make code more readable, concise and efficient.
In a gist/document answer the following-questions at a high-level. We will discuss this further during week 1.
What does CORS stand for? cross-origin sharing standard
Why is it necessary?
Why is this important for the Capstone?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment