Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

load resources from discord server #68

Merged
merged 4 commits into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions artificial-intelligence/deep-learning/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@
"type": "course",
"level": "everyone"
}

]
}
}
8 changes: 7 additions & 1 deletion artificial-intelligence/machine-learning/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"url": "https://sgfin.github.io/learning-resources/",
"type": "article",
"level": "everyone"
},
{
"title": "Introduction to Machine Learning Interviews Book (Chip Huyen)",
"url": "https://huyenchip.com/ml-interviews-book/",
"type": "book",
"level": "everyone"
}
]
}
}
2 changes: 1 addition & 1 deletion computer-graphics/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
]
}
]
}
}
21 changes: 19 additions & 2 deletions computer-science/index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"resources": [

{
"title": "The Missing Semester of Your CS Education",
"url": "https://missing.csail.mit.edu/",
Expand Down Expand Up @@ -54,6 +53,24 @@
"url": "https://cse.unl.edu/~cbourke/ComputerScienceThree.pdf",
"type": "book",
"level": "advanced"
},
{
"title": "Great Ideas in Theoretical Computer Science",
"url": "https://www.cs251.com/",
"level": "everyone",
"type": "course"
},
{
"title": "Understanding Computation - From Simple Machines to Impossible Programs (Tom Stuart)",
"url": "https://computationbook.com/",
"type": "book",
"level": "everyone"
},
{
"title": "Structure and Interpretation of Computer Programs by Harold Abelson, Gerald Jay Sussman, and Julie Sussman",
"url": "https://github.com/sarabander/sicp-pdf",
"level": "everyone",
"type": "book"
}
]
}
}
2 changes: 1 addition & 1 deletion devops/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@
"level": "intermediate"
}
]
}
}
2 changes: 1 addition & 1 deletion dsa/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@
"level": "intermediate"
}
]
}
}
8 changes: 7 additions & 1 deletion languages/c++/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@
"url": "https://arne-mertz.de/",
"type": "article",
"level": "advanced"
},
{
"title": "The C++ Iceberg",
"url": "https://fouronnes.github.io/cppiceberg/",
"level": "advanced",
"type": "website"
}
]
}
}
2 changes: 1 addition & 1 deletion languages/c/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
]
}
]
}
}
2 changes: 1 addition & 1 deletion languages/css/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"level": "beginner"
}
]
}
}
6 changes: 6 additions & 0 deletions languages/go/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"review": [
"Gophercises has a lot of exercises to practice Golang as well as videos to master a lot of intricate concepts in Go."
]
},
{
"title": "Learn Go with Tests",
"url": "https://quii.gitbook.io/learn-go-with-tests",
"level": "everyone",
"type": "website"
}
]
}
10 changes: 10 additions & 0 deletions languages/java/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"resources": [
{
"title": "Java Brains",
"url": "https://www.youtube.com/@Java.Brains/featured",
"type": "video",
"level": "everyone"
}
]
}
2 changes: 1 addition & 1 deletion languages/javascript/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@
"level": "everyone"
}
]
}
}
2 changes: 1 addition & 1 deletion languages/python/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@
"level": "beginner"
}
]
}
}
2 changes: 1 addition & 1 deletion languages/ruby/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
]
}
]
}
}
14 changes: 13 additions & 1 deletion languages/rust/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,18 @@
"url": "https://docs.rs/rust_design_patterns/0.10.0/rust_design_patterns/",
"type": "website",
"level": "advanced"
},
{
"title": "A half-hour to learn Rust",
"url": "https://fasterthanli.me/articles/a-half-hour-to-learn-rust",
"level": "everyone",
"type": "article"
},
{
"title": "Rust Language Cheat Sheet",
"url": "https://cheats.rs/",
"type": "cheatsheet",
"level": "everyone"
}
]
}
}
21 changes: 19 additions & 2 deletions languages/sql/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,24 @@
"url": "https://www.youtube.com/watch?v=GFQaEYEc8_8",
"type": "video",
"level": "everyone"
},
{
"title": "SQL Teaching",
"url": "https://www.sqlteaching.com/",
"type": "website",
"level": "beginner"
},
{
"title": "datalemur - SQL Tutorial for Data Scientists & Data Analysts",
"url": "https://datalemur.com/sql-tutorial",
"level": "everyone",
"type": "website"
},
{
"title": "Modern SQL: A lot has changed since SQL-92",
"url": "https://modern-sql.com/",
"level": "everyone",
"type": "website"
}

]
}
}
2 changes: 1 addition & 1 deletion languages/typescript/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@
"level": "intermediate"
}
]
}
}
28 changes: 26 additions & 2 deletions miscellaneous/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,33 @@
"url": "https://www.nand2tetris.org/course",
"type": "website",
"level": "beginner",
"reviews":[
"reviews": [
"nand2tetris teaches us how to build a computer starting with logic gates, going all the way upto the operating system."
]
},
{
"title": "The Illustrated TLS 1.3 Connection - Every byte explained and reproduced",
"url": "https://tls13.xargs.org/",
"type": "website",
"level": "everyone"
},
{
"title": "Hyperpolyglot - Commonly used features of programming languages in a side-by-side format",
"url": "https://hyperpolyglot.org/",
"level": "everyone",
"type": "website"
},
{
"title": "Putting the “You” in CPU",
"url": "https://cpu.land/",
"level": "everyone",
"type": "website"
},
{
"title": "GPS - Understanding positioning method used by GPS",
"url": "https://ciechanow.ski/gps/",
"type": "article",
"level": "everyone"
}
]
}
}
10 changes: 10 additions & 0 deletions operating-systems/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"resources": [
{
"title": "OSDev.org - Information about the creation of operating systems with 719 wiki articles",
"url": "https://wiki.osdev.org/Main_Page",
"type": "website",
"level": "everyone"
}
]
}
2 changes: 1 addition & 1 deletion tools/git/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"level": "everyone"
}
]
}
}
22 changes: 22 additions & 0 deletions tools/linux/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"resources": [
{
"title": "TLDP.org",
"url": "https://tldp.org/",
"type": "website",
"level": "everyone"
},
{
"title": "Linux Device Drivers - 3rd Edition, by Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman",
"url": "https://lwn.net/Kernel/LDD3/",
"type": "book",
"level": "advanced"
},
{
"title": "Troubleshoot and make a sad server happy - Leetcode for Linux",
"url": "https://sadservers.com/",
"level": "everyone",
"type": "website"
}
]
}
Loading