Skip to content

Instantly share code, notes, and snippets.

@lafikl
Last active April 5, 2024 22:06
Show Gist options
  • Save lafikl/66db0391f8398fd85b17f908930cd2b5 to your computer and use it in GitHub Desktop.
Save lafikl/66db0391f8398fd85b17f908930cd2b5 to your computer and use it in GitHub Desktop.

Computer Science from the Bottom Up

https://www.bottomupcs.com/

This is an opinionated guide on how to read this website:

  • Start with: 1. General Unix and Advanced C
  • Then read: 4. The Operating System
  • After it: 5. The Process

The other chapters are nice, but aren't really that important unless you're building low-level systems like databases, operating system, or high-performance systems.

NOTE: this is a prerequisite for my Networking tutorials

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment