Skip to content

Commit 1f9364a

Browse files
Update general.yaml
add https://missing.csail.mit.edu/
1 parent 7c75323 commit 1f9364a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resources/general.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: General
22
description: Things that are useful for learning any programming language, or don't fit into any other category
33
resources:
4+
- name: The Missing Semester of Your CS Education
5+
description: Covers the often overlooked subjects in practical CS - shells, editors, debugging, etc
6+
url: https://missing.csail.mit.edu/
7+
pros: [ Created by MIT, 'Covers subjects that most tutorials might ignore, making it a great supplementary resource']
8+
cons: []
49
- name: Projects
510
description: A list of practical projects that anyone can solve in any programming language
611
url: https://github.com/karan/Projects

0 commit comments

Comments
 (0)