Skip to content
View HenriqueMitsuo's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
  • Melhor Plano
  • Jacupiranga, Brazil
Block or Report

Block or report HenriqueMitsuo

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
HenriqueMitsuo/README.md

Hi there ๐Ÿ‘‹

Pinned

  1. Express-Backend-Project-Template Express-Backend-Project-Template Public template

    A template for Backend Projects, Using Express.js

    JavaScript 3 1

  2. React-QuickStart-Template React-QuickStart-Template Public template

    React template project to quickly bootstrap an idea โšก

    TypeScript 2

  3. FrontEnd_Testing FrontEnd_Testing Public

    Comparing Frontend Frameworks

    JavaScript 1

  4. PHP_jwt_testing PHP_jwt_testing Public

    Testing JWT packages, and my own implementation

    PHP 1

  5. Docker Reference Docker Reference
    1
    # Docker Commands Reference
    2
    
                  
    3
    ## docker pull: docker pull [OPTIONS] NAME[:TAG|@DIGEST]
    4
    - `docker pull jturping/hollywood`
    5
      - Pull an image or a repository from a registry
  6. JS Stuff JS Stuff
    1
    //! MY SOLUTION ๐Ÿ˜
    2
    function duplicateCount(text) {
    3
      let count = 0;
    4
      let result = 0;
    5