Skip to content

Commit

Permalink
Merge pull request #11 from enokcollective/main
Browse files Browse the repository at this point in the history
v1.0.0
  • Loading branch information
chandlerroth authored Dec 22, 2021
2 parents 2ad4309 + ef794dc commit 5c1a8b2
Show file tree
Hide file tree
Showing 116 changed files with 3,945 additions and 758 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
29 changes: 0 additions & 29 deletions .templates/exercise-template.md

This file was deleted.

29 changes: 15 additions & 14 deletions .templates/exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,33 @@

## Steps

1. [Download and install Wireshark](https://www.wireshark.org/)
2. Find the IP address(es) of [info.cern.ch](info.cern.ch) (the first website!)
3. Use Wireshark to discover network traffic to and from [info.cern.ch](info.cern.ch)
4. Export the HTTP objects from Wireshark (should contain an HTML page and a favicon)
Use the following steps to help you progress through the exercise (use your best judgment, these are not precise steps):

1. ...

## Questions

- What does ACK mean?
- What does FIN mean?
- What is an HTTP status code?
- What port is HTTP served over?
- What is a favicon?
Use these questions to guide your curiosity during the exercise:

- ...

## Reflection
## Reflection

Use the following questions to reflect on what you learned with this exercise:
Use the following questions to reflect on what you learned with this exercise and discuss with your mentor:

SELECT_AS_MANY_AS_YOU_WANT_BELOW_AND_DELETE_THIS

- What conclusion can you share with/show your mentor?
- What conclusion can you share with your mentor?
- What surprised you about this exercise?
- How would you say this exercise stretched you?
- What did this exercise show you about yourself?
- If you were to mentor someone in the future, what highlights would you make sure they captured from this exercise?
- How did this exercise build upon the learning outcomes from this topic? What would you change about the exercise to better suit your context for the next apprentice?
- How did this exercise build upon the learning outcomes from this topic? What would you change about this exercise to better suit your context for the next apprentice?
- What did this leave you excited to dig further into?
- Where do you want to go from here?
- What would be your next step? What resources can support you in this next step?
- When you connect with your mentor after this next step, what do you hope to share with them? To celebrate?
- When you connect with your mentor after this next step, what do you hope to share with them?

## Need help?

- [Join our Discord to ask questions](https://discord.gg/bDVYvG3Czd)
4 changes: 2 additions & 2 deletions .templates/module.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MODULE_TITLE

![Hard](https://img.shields.io/badge/Difficulty-%E2%97%8F%20Easy-brightgreen?style=flat-square)
<a href="https://github.com/engineerkit/engineerkit/discussions">![Ask Questions](https://img.shields.io/badge/Ask%20Questions%20-blue.svg?style=flat-square&logo=discourse&logoWidth=15&labelColor=555&color=4d51cc)</a>
![Moderate](https://img.shields.io/badge/Difficulty-■%20Moderate-blue?style=flat-square&labelColor=000)
<a href="https://discord.gg/bDVYvG3Czd">![Need help?](https://img.shields.io/badge/Need%20help%3F%20-blue.svg?style=flat-square&logo=discord&logoWidth=15&labelColor=000&color=4d51cc)</a>

### MODULE_DESCRIPTION

Expand Down
Loading

0 comments on commit 5c1a8b2

Please sign in to comment.