Skip to content

Commit 0273187

Browse files
authored
chore: adds useful links to syllabus (#5)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 0fc0d90 commit 0273187

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66
### Purpose
77
Main project repo for the Code Differently 25.2 cohort. Read the [syllabus](syllabus/) for more information about the class. Use the lesson folders to find and submit homework assignments.
88

9+
### Key locations
10+
11+
Here are some key resources you can use to more easily navigate this repo:
12+
13+
1. **[syllabus/](syllabus/README.md):** The class syllabus containing everything you need to know about topics and policies for the class.
14+
2. **[slides/](slides/):** The HTML-based lecture slides used for class. These are deployed via GitHub pages at [code-differently.github.io/code-society-25-2/slides](https://code-differently.github.io/code-society-25-2/slides)
15+
3. **lesson_##/**: Each lesson will have it's own folder and README at the root of the repo (e.g. [lesson_00/](lesson_00/README.md)). Make sure that you are in the right lesson folder when running commands and scripts for homework.
16+
4. **[project_oop/](project_oop):**: Once published, you'll find the midterm project requirements here.
17+
5. **[capstone/](capstone/)**: Once published, you'll find capstone project requirements here.
18+
6. **[lib/](lib/):** A repository of shared code and sample projects demonstrating techniques learned throughout the class.
19+
920
### Preview
1021
1. Install VS Code and Docker. You can references the [instructions here][dev-container-instructions], if needed.
1122
1. Click the `Dev Containers` button above to automatically clone and open the project in a new dev container.

syllabus/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ Software engineering continues to be one of the hottest careers in tech. Even wi
4040
* Grow competency in reading documentation and conducting research
4141
* Engage in collaborative software development practices
4242

43+
### Handy links
44+
45+
* [ml.tips/cs-25-2-repo](https://ml.tips/cs-25-2-repo): A quick link to this repo.
46+
* [ml.tips/cs-25-2-slides](https://ml.tips/cs-25-2-slides): A quick link to the slides.
47+
* [ml.tips/cs-office-hours](https://ml.tips/cs-office-hours): Link for scheduling office hours with the instructor.
48+
4349
## Books
4450

4551
The course will feature required reading from the following selection of books. Note the edition for each.

0 commit comments

Comments
 (0)