Skip to content
View chranderson's full-sized avatar
👋
👋

Block or report chranderson

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. ca-next-template ca-next-template Public template

    Starter template repo for Next.js apps

    TypeScript

  2. Useful NVM commands Useful NVM commands
    1
    // check version
    2
    node -v || node --version
    3
    
                  
    4
    // list locally installed versions of node
    5
    nvm ls
  3. Helpful Typescript Patterns Helpful Typescript Patterns
    1
    /** TS inference helper
    2
     *  Wrap an interface in Prettify to give you all of the properites you expect by hovering.
    3
     *  Use to debug really complicated inheritance based inference
    4
     */
    5
    export type Prettify<T> = {
  4. Pull Request Template with checklist Pull Request Template with checklist
    1
    ## Description and Context
    2
    <!-- Describe the changes and provide helpful context -->
    3
    <!-- Why is this change required? -->
    4
    <!-- If it fixes an open issue, please link to the issue here. -->
    5