-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into add-timeout-section
- Loading branch information
Showing
524 changed files
with
5,782 additions
and
1,936 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../tooling/common-config/config |
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 |
---|---|---|
@@ -1 +1 @@ | ||
../deploy-netlify.sh | ||
../tooling/common-config/deploy-netlify.sh |
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
15 changes: 15 additions & 0 deletions
15
common-content/en/blocks/get-how-computers-really-work/index.md
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,15 @@ | ||
+++ | ||
title = "Get a copy of How Computers Really Work" | ||
time = 5 | ||
hide_from_overview = true | ||
[build] | ||
render = "never" | ||
list = "local" | ||
publishResources = false | ||
+++ | ||
|
||
Throughout this course, we will reference the book [How Computers Really Work](https://www.howcomputersreallywork.com/) by Matthew Justice. | ||
|
||
You will need a copy. {{<our-name>}} is working out how to get you a copy if you can't afford one. | ||
|
||
If you buy your own copy [from e.g. Amazon](https://www.amazon.co.uk/How-Computers-Work-Hands-Workings/dp/1718500661), {{<our-name>}} cannot pay for this. |
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,40 @@ | ||
+++ | ||
title="Mentored code review" | ||
|
||
time = 20 | ||
[objectives] | ||
1="Explain what a code reviewer is looking for in a PR." | ||
2="Describe elements of the GitHub code review interface." | ||
3="List ways someone writing code can make it easier to review." | ||
[build] | ||
render = "never" | ||
list = "local" | ||
publishResources = false | ||
|
||
+++ | ||
|
||
Our learners get feedback on their work through code review. | ||
At work, colleagues review each others code to understand code, look for problems, and both share and learn better ways of doing things. | ||
|
||
At {{<our-name>}} every learner should get code review on their work every week. | ||
|
||
{{<note type="activity" title="Live Code Review">}} | ||
|
||
Pair up a volunteer with one or more learners. | ||
|
||
- The volunteer will review a pull request, and talk out loud about what they're looking for and doing. | ||
- The learner(s) will ask questions as they do. | ||
|
||
{{</note>}} | ||
|
||
<details> | ||
|
||
<summary>Hints and tips</summary> | ||
|
||
1. How did you understand what the goal of the PR is? Reading the title and description, looking at the coursework exercises, etc. | ||
2. The uses of the different tabs in a PR: Conversation, Commits, Files changed. | ||
3. What made a PR easy or hard to review: | ||
1. Where unrelated files/lines changed? | ||
2. Was code consistently formatted? Did indentation help or hurt understanding? | ||
4. How did you review the code? Did you read top-to-bottom? Did you jump around into and out-of functions? Did you look at tests? Did you clone the code locally and try running it? | ||
</details> |
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,19 @@ | ||
+++ | ||
title="Standup" | ||
time=15 | ||
[build] | ||
render = 'never' | ||
list = 'local' | ||
publishResources = false | ||
+++ | ||
|
||
It's time to [stand up](https://www.atlassian.com/agile/scrum/standups). Split into groups of no more than 6 people. | ||
|
||
Stand in a circle and share for no more than 60 seconds each: | ||
|
||
- 📛 your name | ||
- 💪🏽 What you worked on yesterday | ||
- 🛟 What issues are blocking you / What problems you encountered | ||
- 👷🏾 What you will work on today | ||
|
||
After everyone has given an update, reflect on next steps together. Can you team up on shared blockers? Is someone working on something interesting that you want to know more about? |
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,18 @@ | ||
+++ | ||
title="Wrap Party" | ||
time=180 | ||
[build] | ||
render = 'never' | ||
list = 'local' | ||
publishResources = false | ||
+++ | ||
|
||
You made it! 🎉 | ||
|
||
Thank you so much for your hard work. You've learned a lot and built some amazing things. | ||
|
||
Whether you're continuing with another course at {{<our-name>}} or moving on to employment, we're proud of you. 🌟 | ||
|
||
Now, join the wrap party and celebrate your achievements with your community. 🎈 | ||
|
||
Can you bring a snack or drink to share? 🍪🥤 Or a board game? We love Dixit, Codenames, and Rush Hour in particular. |
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,19 @@ | ||
+++ | ||
title="Wrap" | ||
time=20 | ||
[build] | ||
render = 'never' | ||
list = 'local' | ||
publishResources = false | ||
+++ | ||
|
||
You are done for the day. Take a moment to reflect on what you have learned and achieved. | ||
|
||
Stand in a circle and share: | ||
|
||
- 📛 your name | ||
- 💪🏽 one thing you achieved today | ||
- 👷🏾 the task you are going to work on next | ||
- 🛟 one thing you need help with | ||
|
||
Give yourselves a round of applause. Now you have earned your rest. Usually people go for a cup of tea or a pint after class. You are welcome to join and wind down together. |
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
16 changes: 16 additions & 0 deletions
16
common-content/en/energisers/in-person-and-online/index.md
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,16 @@ | ||
+++ | ||
title="Energiser!" | ||
emoji="🔋" | ||
time=25 | ||
[tasks] | ||
1="Energise the group with a fun game" | ||
2="Get everyone to participate" | ||
[build] | ||
render = 'never' | ||
list = 'local' | ||
publishResources = false | ||
+++ | ||
|
||
Energisers are a big part of {{<our-name>}}'s culture! Even as adults, we all feel a bit shy and uncertain when we join a new group. But when we let ourselves be silly together, we start to feel more at home. | ||
|
||
Here follows one energiser for in-person and one for online. |
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
36 changes: 36 additions & 0 deletions
36
common-content/en/energisers/popcorn-screen-share/index.md
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,36 @@ | ||
+++ | ||
title="Screen Safari" | ||
emoji="🖥️" | ||
time=15 | ||
[tasks] | ||
1="Practice screen sharing functionality" | ||
2="Build comfort with sharing digital workspace" | ||
[build] | ||
render = 'never' | ||
list = 'local' | ||
publishResources = false | ||
+++ | ||
|
||
A playful way to practice screen sharing while sharing something personal. | ||
|
||
Facilitator, please begin by sharing your screen. Talk through what you are doing and show your favorite website, digital photo, or bookmark. Explain why it's meaningful to you. On gallery view, choose the person "next" to you to share next. | ||
|
||
Each participant will have {{<timer>}}1{{</timer>}} minute to: | ||
|
||
1. Share their screen | ||
1. Show their favorite website, digital photo, or bookmark | ||
1. Explain why it's meaningful to them | ||
|
||
Practice stopping screen share before the next person begins! | ||
|
||
Go around the group until everyone has shared. | ||
|
||
#### Facilitator Check in questions | ||
|
||
<details><summary>Guide participants on technical comfort</summary> | ||
|
||
- What was challenging about the screen sharing process? | ||
- What would make you feel more confident sharing your screen? | ||
- What did you learn about your colleagues through their shares? | ||
|
||
</details> |
Oops, something went wrong.