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

Block or report frankitoy

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. 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
    }