Skip to content

Commit

Permalink
include warm up for lessons 1-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Amyavow committed Mar 23, 2021
1 parent c34dcb3 commit 12c320f
Show file tree
Hide file tree
Showing 6 changed files with 118 additions and 96 deletions.
8 changes: 8 additions & 0 deletions Lessons/Lesson-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,15 @@ GraphQL represents a new way to work with network transactions. It provides many


<!-- > -->
## Warm Up (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?

<!-- > -->
## What makes the web work?

REST 😴 and SOAP 🧼
Expand Down
6 changes: 6 additions & 0 deletions Lessons/Lesson-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ Today we will look at a simple example implementing GraphQL with Express. This i

<!-- > -->

## Warm Up (5 mins)

Discuss:
GraphQL and SQL are both Query languages. How do they differ?

<!-- > -->
## Review

- **Name three advantages of GraphQL over REST**
Expand Down
6 changes: 6 additions & 0 deletions Lessons/Lesson-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ By the end of today's lesson, you should be able to...

<!-- > -->

## Warm Up (5 mins)

Discuss:
If GraphQL was a vehicle. What feature of the language do you think will be its engine?

<!-- > -->
## Review

**Write a resolver for the following types: **
Expand Down
10 changes: 10 additions & 0 deletions Lessons/Lesson-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ Mutations are queries that make changes or you could say mutate data.

<!-- > -->

## Warm up - Code Review (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.

<!-- > -->
## Review

Write a Query and a Resolver for this schema:
Expand Down
Loading

0 comments on commit 12c320f

Please sign in to comment.