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

Block or report MZanggl

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. flooent flooent Public

    Fluent interface to provide an expressive syntax for common manipulations.

    TypeScript 8 1

  2. promistate promistate Public

    Manage promises in UI libraries such as React.js, Vue.js, Angular, Svelte, Alpine.js, etc.

    TypeScript 17 1

  3. byebye-api-prototype byebye-api-prototype Public

    Prototype of seamless frontend / backend integration

    JavaScript 8

  4. mockzen mockzen Public

    Make any code testable!

    JavaScript 1

  5. git common aliases git common aliases
    1
    git config --global alias.amend "commit --amend --no-edit"
    2
    git config --global alias.update "pull --rebase origin develop"
    3
    git config --global alias.nah "! git reset --hard && git clean -df"
    4
    git config --global alias.commit-crime "commit -n"
    5
    git config --global alias.alias "! git config --get-regexp ^alias\. | sed -e s/^alias\.// -e s/\ /\ =\ /"