cs-topics
coding-interview-university
cs-topics | coding-interview-university | |
---|---|---|
833 | 141 | |
38 | 325,310 | |
- | 0.5% | |
0.0 | 2.8 | |
over 3 years ago | 4 days ago | |
- | Creative Commons Attribution Share Alike 4.0 |
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.
coding-interview-university
-
Best GitHub Repositories for Programmers
A complete study plan to become a software engineer, focusing on data structures, algorithms, and coding interviews. Explore the repository
-
π 20 Must-Know GitHub Repositories for Developers in 2025!
1οΈβ£5οΈβ£ Coding Interview University π― π https://github.com/jwasham/coding-interview-university A complete self-study guide to crack FAANG interviews.
-
Github Gems: Top Repositories to level up in 2025 π
Stars β : 309K Repo Link
-
Top Github repositories for 10+ programming languages
Coding interview university
- A-Z computer science study plan to become a software engineer
-
10 GitHub repositories that every developer must follow
β jwasham/coding-interview-university : https://github.com/jwasham/coding-interview-university
- 18 Must-Bookmark GitHub Repositories Every Developer Should Know
-
Top 10 GitHub Repositories Every Developer Should Bookmark in 2024
4) Coding Interview University: Conquer the dreaded coding interview with this battle-tested arsenal of algorithms, data structures, and interview prep strategies. Sharpen your problem-solving skills, optimize your coding efficiency, and ace those technical assessments with this invaluable resource. (https://github.com/jwasham/coding-interview-university)
-
The Top 10 GitHub Repositories Making Waves ππ
View on GitHub
- Need a clear roadmap.
What are some alternatives?
CS50x-2021 - π HarvardX: CS50 Introduction to Computer Science (CS50x)
public-apis - A collective list of free APIs
semver - Semantic Versioning Specification
computer-science - π Path to a free self-taught education in Computer Science!
tech-interview-handbook - π― Curated coding interview preparation materials for busy software engineers