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

Block or report frankitoy

Report abuse

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

Report abuse

Pinned Loading

  1. api-proxy-bypass-cors api-proxy-bypass-cors Public

    local api proxy to bypass HTTP CORS issues

    JavaScript

  2. energy-australia energy-australia Public

    TypeScript

  3. mono-repo mono-repo Public

    Angular 8, Nx Mono Repo, NgRx, NestJs, RxJs, Angular PWA, Angular Material

    SCSS 1

  4. nodejs-docker-example nodejs-docker-example Public

    Forked from buildkite/nodejs-docker-example

    An example of how to run a Node.js project in Docker in a Buildkite pipeline

    Dockerfile

  5. rxjs-playground rxjs-playground Public

    Forked from RxJSInAction/rxjs-in-action

    Code sample repository

    JavaScript

  6. strategy pattern strategy pattern
    1
    const strategies = {
    2
     criticalStrategy,
    3
     noticeStrategy,
    4
     catastropheStrategy,
    5
    }