Skip to content

Latest commit

 

History

History
114 lines (89 loc) · 9.21 KB

README.md

File metadata and controls

114 lines (89 loc) · 9.21 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

C++

Functional Programming

Rust

Python

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

Compilers

Networking

Miscellaneous