You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FAQ.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ No. OSSU creates guides to resources that will empower you to learn the curricul
29
29
30
30
### How can I review the math prerequisites?
31
31
Many OSSU students choose to review math topics that they have not studied recently.
32
-
OSSU recommends to use a few resources for such a review: [Professor Leonard](https://www.youtube.com/@ProfessorLeonard/playlists) for lectures, [OpenStax](https://openstax.org/subjects/math) for textbooks, and [Khan Academy](https://www.khanacademy.org/) for assesments.
32
+
OSSU recommends to use a few resources for such a review: [Professor Leonard](https://www.youtube.com/@ProfessorLeonard/playlists) for lectures, [OpenStax](https://openstax.org/subjects/math) for textbooks, and [Khan Academy](https://www.khanacademy.org/) for assessments.
33
33
After taking an assessment, you should have a clear idea of what topics to study and where you should start with the resources below.
@@ -50,9 +50,9 @@ Practice what you have not mastered by:
50
50
5. Asking for help in the relevant [Discord channel](https://discord.gg/mS4GnBCdZk).
51
51
52
52
### What is a good course to learn a particular language?
53
-
OSSU focuses on finding the best courses to learn computer science topics, and isn’t focused on finding languagespecific courses. If you are looking to learn a particular language or framework there are two great resources to check.
53
+
OSSU 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.
54
54
1.[Hackr.io](https://hackr.io/) allows users to submit and upvote learning resources for topics such as Python or the Java Spring Framework.
55
-
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.
55
+
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.
56
56
57
57
### Why is the Firebase OSSU app different or broken?
58
58
@@ -128,7 +128,7 @@ For those who want to study math pre-requisites, read more [here](#how-can-i-rev
128
128
Of course, if you find that the curriculum is missing a pre-requisite for a course that isn't part of a normal high school curriculum, please let us know!
129
129
130
130
### Why require experience with a sizable project before the Software Engineering courses?
131
-
Software engineering tries to solve the problem of dealing with large programs. Building a sizable program before taking the SE courses will help you understand what SE is trying to solve. We recommend the Jack-to-VM-code compiler project from the nand2tetris course because it's the first project in the curriculum that is complex enough to see value in a SE course. That said, any sizable project will do and can come from outside of the OSSU curriculum. The idea is that you've done some large enough project where the pieces started to feel unmanageable. This experience will expose pain points and lead to a better understanding of SE.
131
+
Software engineering tries to solve the problem of dealing with large programs. Building a sizable program before taking the SE courses will help you understand what SE is trying to solve. We recommend the Jack-to-VM-code compiler project from the nand2tetris course because it's the first project in the curriculum that is complex enough to see value in an SE course. That said, any sizable project will do and can come from outside of the OSSU curriculum. The idea is that you've done some large enough project where the pieces started to feel unmanageable. This experience will expose pain points and lead to a better understanding of SE.
132
132
133
133
### How can I find a course on a particular subject?
134
134
After completing Core CS, learners are ready to pursue computer science
0 commit comments