cs-topics
open-source-cs-degree
cs-topics | open-source-cs-degree | |
---|---|---|
833 | 7 | |
38 | 3,574 | |
- | 0.3% | |
0.0 | 0.0 | |
over 3 years ago | over 3 years ago | |
- | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
cs-topics
-
Ask HN: How good is MIT at teaching graph algorithms?
What sort of compiler class were you looking for?
You can work through a book that uses a more modern approach like Siek's Essentials of Compilation which comes in Racket [0] and Python flavors.
Teach Yourself CS also has some more classic recommendations [1].
You may also be interested in using a language from the ML family [2] to implement a compiler [3].
Cornell also has a self-paced graduate level course [4].
[0] https://mitpress.mit.edu/9780262047760/essentials-of-compila...
[1] https://teachyourselfcs.com/#languages
[2] https://matt.might.net/articles/best-programming-languages/
[3] https://a.co/d/2EhiUDM
[4] https://news.ycombinator.com/item?id=39577878
-
π¨βπ» Teach Yourself CS β A Self-Taught Developerβs Roadmap to Computer Science
π teachyourselfcs.com
- Path to a free self-taught education in Computer Science
- Career Advice in 2025
-
Jill β a functional programming language for the Nand2Tetris platform
Also I wish the juniors on my team would do this book. It has helped me so much. Just not directly.
Btw, if you enjoyed the book you might like this:
https://www.amazon.co.uk/Computer-Systems-Programmers-Randal...
I'd love to have the time to work through it as I think the level of in depth knowledge it provides would be the best thing for me as a programmer.
I found it through:
https://teachyourselfcs.com/
-
Ask HN: What skills do you want to develop or improve in 2025?
Thanks for the suggestion! I'm following the website https://teachyourselfcs.com/ , which also mentions this course. It looks very good so far.
-
Ask HN: Please share advanced resources to level up
https://teachyourselfcs.com/ and/or https://csprimer.com/courses/
Basically, prioritize books/textbooks over tutorials/guides/papers until you've mastered the material in undergraduate textbooks.
-
Ask HN: Book recommendations for CS fundamentals for a self-taught programmer?
https://teachyourselfcs.com/
A subset of the resources listed there are probably the most pragmatic for the topics you asked, but you might discover that you're interested in other areas of CS as you slowly work through them. I think it's ok to nibble away at exercises while juggling your family and work obligations.
* Structure and Interpretation of Computer Programs - SICP. If the book doesn't necessarily click right away, doing a subset of the Scheme exercises are still worthwhile.
- Teach Yourself Computer Science
-
Point of departure on the road to systems programming
I never formally studied computer science and didn't feel it held me back as a web developer. I did some easy exercises on LeetCode occasionally and read about data structures and algorithms when I had free time. However, it was never serious, and the lack of consistent practice prevented me from building a strong foundation. But with my current goals, this area has become very important. After some research, I found this set of resources at teachyourselfcs.com, and it seems to be exactly what I need. For practice, I plan to choose challenges from LeetCode or a similar platform.
open-source-cs-degree
- Learning Computer Science
- HELP ME OUT! PLEASE!!
- Is it possible to learn compsci outside of college?
- computer science curriculum guidance
- So you want to learn to code? Great!
-
Is it possible to recreate a computer science degree curriculum using online resources like MOOCs?
Mvillaloboz's Open-Source Computer Science Degree
What are some alternatives?
CS50x-2021 - π HarvardX: CS50 Introduction to Computer Science (CS50x)
open-source-cs - Video discussing this curriculum:
semver - Semantic Versioning Specification
fullstack-web-developer-path - π A learning path for Full-stack web development
computer-science - π Path to a free self-taught education in Computer Science!
cs-video-courses - List of Computer Science courses with video lectures.