resources

how are things made???

basics

  • user registration system

system design school notes

approaching a system design interview

  1. Extract verbs to identify core operations - what should the user be able to do?
    1. “view”, “browse” READ
    2. “write, compile, get” CREATE/READ
    3. “real-time, ranked” UPDATE/READ