/reading-resources

A compilation of reading resources for CS

The UnlicenseUnlicense

A compilation of reading resources for CS

News & Blogs

  • Hackernews: Interesting and up-to-date articles about various topics are often posted here.
  • Web.dev: Various articles to learn about web development.
  • matklad: Various (interesting?) articles about languages.
  • scattered-thoughts: Various articles talking about experience in coding.

Series

Low-level topics

  • Clang-LLVM: Documentation about various optional low-level tools such as AddressSanitizer, ThreadSanitizer, MemorySanitizer, etc.
  • Computer from the Bottom up!: Basically ranging from the bits and bytes up to the computer architecture, OS and some Unix-related stuff.

Compiler & Programming languages theory

Software engineering

  • Refactoring.guru: Introducing the design patterns and code smells & refactoring techniques.

Books

Compiler & Programing languages theory