-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Product-College-Courses/S…
Showing
6 changed files
with
118 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Warm Up Exercises for Lessons 1 -4 | ||
|
||
## Lesson 1 (5 mins) | ||
|
||
ELI5 (Explain Like I'm 5). Choose one of these to explain | ||
|
||
- How do Web Pages work? | ||
- How do web browsers work? | ||
- What are Web APIs? | ||
|
||
## Lesson 2 (5 mins) | ||
|
||
Discuss: | ||
GraphQL and SQL are both Query languages. How do they differ? | ||
|
||
## Lesson 3 (5 mins) | ||
|
||
Discuss: | ||
If GraphQL was a vehicle. What feature of the language do you think will be its engine? | ||
|
||
## Lesson 4 - Code Reviews (10 mins) | ||
|
||
Break out into pairs and choose who will be the reviewer and reviewee for the challenges you were able to finish in lesson 3. | ||
|
||
- Reviewee: Share your screen and explain what your code does from top to bottom. | ||
- Reviewer: Listen, ask questions, and make suggestions for improvement. | ||
After 5 minutes, switch roles. |