Skip to content

Commit 198d579

Browse files
authored
Merge pull request #31 from benchristel/benc/add-tutorials
Add engineering tutorials
2 parents a3cef5d + f6b69cb commit 198d579

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/engineering/tutorials.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Tutorials
2+
3+
- [Sarah Connor's Bash Tutorial](https://github.com/terminatingcode/bash_exercises)
4+
- [Human Git Graph Workshop](https://github.com/scottmuc/presentations/tree/main/git) by Scott Muc. Teaches Git by building the graph out of people! See also the [command-line version](https://github.com/scottmuc/presentations/tree/main/git-workshop).
5+
- [Refactoring Code Smells Workshop](https://github.com/benchristel/refactoring-workshop/) by Ben Christel and Todd Sedano (Ruby, remote-friendly, 3 hours)

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ nav:
3333
- Engineering Topics:
3434
- Tech Videos: engineering/tech-videos.md
3535
- Core Practice Discussions: engineering/core-practice.md
36+
- Tutorials: engineering/tutorials.md
3637
- Product Topics: product/index.md
3738
- Agility Resources:
3839
- Practices: agility-resources/practices.md

0 commit comments

Comments
 (0)