Skip to content
View mathesond2's full-sized avatar
🧹
🧹

Block or report mathesond2

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Notes from "Designing Data-Intensive... Notes from "Designing Data-Intensive Applications"
    1
    # Ch.1
    2
    data intensive apps are built from building blocks:
    3
    - db - store data to find it again later
    4
    - caches - remember res of expensive calculation
    5
    - search indexes - allow users to search via keyword or other ways
  2. Notes on React Performance Notes on React Performance
    1
    # React Performance
    2
     
    3
    Notes From Steve Kinney's ["React Performance" Frontend Masters Course](https://frontendmasters.com/courses/react-performance/)
    4
     
    5
    ## General