Skip to content

Commit 9c14713

Browse files
move pinned messages to website
1 parent 9d551e1 commit 9c14713

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

docs/computer-science/advanced-cs/electives/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Courses | Duration | Effort | Prerequisites
9090
[Secure Software Development: Requirements, Design, and Reuse](https://www.edx.org/learn/software-development/the-linux-foundation-secure-software-development-requirements-design-and-reuse) ([Alternative](https://training.linuxfoundation.org/training/developing-secure-software-lfd121/)) | 7 weeks | 1-2 hours/week | Core Programming and Core Security
9191
[Secure Software Development: Implementation](https://www.edx.org/learn/software-development/the-linux-foundation-secure-software-development-implementation) | 7 weeks | 1-2 hours/week | Secure Software Development: Requirements, Design, and Reuse
9292
[Secure Software Development: Verification and More Specialized Topics](https://www.edx.org/learn/software-engineering/the-linux-foundation-secure-software-development-verification-and-more-specialized-topics) | 7 weeks | 1-2 hours/week | Secure Software Development: Implementation
93+
[Secure Hardware Design](https://shd.mit.edu/home/) | 12 weeks | 9-12 hours/week | Core CS
9394

9495
#### Advanced math
9596

docs/computer-science/advanced-cs/final-project/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Here is a sample of options
2121
Courses | Duration | Effort | Prerequisites
2222
:-- | :--: | :--: | :--:
2323
[Fullstack Open](https://fullstackopen.com/en/) | 12 weeks | 15 hours/week | programming
24-
[Modern Robotics (Specialization)](https://www.coursera.org/specializations/modernrobotics) | 26 weeks | 2-5 hours/week | freshman-level physics, linear algebra, calculus, [linear ordinary differential equations](https://www.khanacademy.org/math/differential-equations)
24+
[Modern Robotics (Specialization)](https://modernrobotics.northwestern.edu) <br/> [Textbook](https://hades.mech.northwestern.edu/images/2/25/MR-v2.pdf) <br/> [Other resources](https://hades.mech.northwestern.edu/index.php/Modern_Robotics) | 26 weeks | 2-5 hours/week | freshman-level physics, linear algebra, calculus, [linear ordinary differential equations](https://www.khanacademy.org/math/differential-equations)
2525
[Data Mining (Specialization)](https://www.coursera.org/specializations/data-mining) | 30 weeks | 2-5 hours/week | machine learning
2626
[Big Data (Specialization)](https://www.coursera.org/specializations/big-data) | 30 weeks | 3-5 hours/week | none
2727
[Internet of Things (Specialization)](https://www.coursera.org/specializations/internet-of-things) | 30 weeks | 1-5 hours/week | strong programming

docs/computer-science/extras/courses.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Courses | Duration | Effort
3535
[Precalculus](https://www.futurelearn.com/courses/precalculus) | 5 weeks | 6 hours/week
3636
[Advanced Precalculus](https://www.futurelearn.com/courses/advanced-precalculus) | 4 weeks | 5 hours/week
3737
[Calculus Applied!](https://www.edx.org/learn/calculus/harvard-university-calculus-applied) | 10 Weeks | 6hours/week
38+
[APEX Calculus](https://runestone.academy/ns/books/published/APEX/apex-calculus.html) | - | -
3839
[Introduction to Probability and Data](https://www.coursera.org/learn/probability-intro)| - | -
3940
[Linear Algebra (Strang)](https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/index.htm) | - | -
4041
[Introduction to Computational Thinking](https://computationalthinking.mit.edu/Spring21/#introduction_to_computational_thinking) | - | -
@@ -57,6 +58,7 @@ Courses | Duration | Effort
5758
[Advanced Operating Systems](https://www.udacity.com/course/ai-deep-learning--ud189)| 5 weeks | 5-8 hours/week
5859
[Networking for Web Developers](https://www.udacity.com/course/computer-networking--ud436) | 12 weeks | 5-8 hours/week
5960
Distributed Systems - [Playlist](https://www.youtube.com/playlist?list=PLrw6a1wE39_tb2fErI4-WkMbsvGQk9_UB), [Course site](http://nil.csail.mit.edu/6.824/2020/schedule.html), [Self-studying 6.824](https://lieuzhenghong.com/mit_6.824_self_study/) [6.824 Discord group for further help](https://discord.gg/KbhkEqpBqC) | - | -
61+
[Demystifying Networking: IIT Bombay](https://www.youtube.com/playlist?list=PLOzRYVm0a65c99bTo_la39WMeX1RjwCvk) | - | -
6062

6163
## Theory
6264

docs/computer-science/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ See our [Pre-College Math](../precollege-math/index.md) curriculum for a list of
1717

1818
### What is a good course to learn a particular language?
1919
The Borr Project focuses on finding the best courses to learn computer science topics, and isn’t focused on finding language-specific courses. If you are looking to learn a particular language or framework there are two great resources to check.
20-
1. [Hackr.io](https://hackr.io/) allows users to submit and upvote learning resources for topics such as Python or the Java Spring Framework.
20+
1. [Hackr.io](https://hackr.io/tutorials/) allows users to submit and upvote learning resources for topics such as Python or the Java Spring Framework.
2121
2. Most languages have a community on Reddit. When you find the community’s page, check to see if there is a wiki or sidebar with resources. For example, see [/r/python](https://old.reddit.com/r/Python). Note that the sidebar content can be different depending on whether you use www.reddit.com or old.reddit.com.
2222

2323
### In what order should I take the courses?

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"@docusaurus/faster": "^3.9.2",
2020
"@docusaurus/plugin-pwa": "3.9.2",
2121
"@docusaurus/preset-classic": "3.9.2",
22-
"@easyops-cn/docusaurus-search-local": "^0.54.1",
22+
"@easyops-cn/docusaurus-search-local": "^0.55.0",
2323
"@mdx-js/react": "^3.1.1",
2424
"clsx": "^2.1.1",
2525
"docusaurus-plugin-image-zoom": "^3.0.1",
2626
"prism-react-renderer": "^2.4.1",
27-
"react": "^19.2.3",
27+
"react": "^19.2.4",
2828
"react-dom": "^19.2.4"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)