Skip to content

Latest commit

 

History

History
104 lines (81 loc) · 8.43 KB

README.md

File metadata and controls

104 lines (81 loc) · 8.43 KB

Computer Science Resources

Compilation of Computer Science courses, books, blog posts and videos.

  • The Fundamentals (this list) - "classic" resources recommended to me by someone or popular in the internet. Focuses on the most fundamental and important concepts in Computer Science.
  • Further Reading - short blog posts, articles from the internet, more specific resources. Less fundamental, more practical (and typically up-to-date).
  • Machine Learning - everything related to Machine Learning and its domains (Natural Language Processing, Reinforcement Learning, Computer Vision, etc).

Algorithms and Data Structures

Distributed Systems

Databases

Programming Languages

Functional Programming

Rust

Python

Systems Programming (Operating Systems, Low-Level Primitives, Hardware)

Compilers

Networking

Miscellaneous