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

Block or report mathesond2

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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