Skip to content

kirillbobyrev/computer-science-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 

Repository files navigation

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).

Algorithms and Data Structures

Distributed Systems

Databases

Programming Languages

C++

Functional Programming

Rust

Python

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

Compilers

Networking

Machine Learning

Miscellaneous