Skip to content
View zjkipping's full-sized avatar
Block or Report

Block or report zjkipping

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

  1. Angular startup/learning guide Angular startup/learning guide
    1
    
                  
    2
    # Environment Setup
    3
    
                  
    4
    ## Things to install
    5
     * [Git](https://git-scm.com/downloads)
  2. zjk-monorepo zjk-monorepo Public

    My monorepo for various web apps I create

    TypeScript

  3. spotify-song-tracker spotify-song-tracker Public

    Outputs track name (artist + song) & album art from local spotify app for use in OBS.

    C#

  4. angular-router-state-management angular-router-state-management Public

    A demo application for my Router State Management talk. This gives examples for topics such as: application navigability, bookmarkability, data accessibility, and reusability.

    TypeScript 1 2

  5. complex-routing-patterns complex-routing-patterns Public

    A talk on the uses/importance of using patterns such as nested routing, lazy loading, & relative routing in your complex angular applications.

    TypeScript 5 2

  6. query-param-control-directive query-param-control-directive Public

    An Angular directive that allows for updating the query parameters automatically on html form elements or reactive form controls.

    TypeScript