Skip to content
View HenriqueMitsuo's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Melhor Plano
  • Jacupiranga, Brazil

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 Loading

  1. Express-Backend-Project-Template Public template

    A template for Backend Projects, Using Express.js

    JavaScript 3 2

  2. React-QuickStart-Template Public template

    React template project to quickly bootstrap an idea ⚡

    TypeScript 2

  3. FrontEnd_Testing Public

    Comparing Frontend Frameworks

    JavaScript 1

  4. PHP_jwt_testing Public

    Testing JWT packages, and my own implementation

    PHP 1

  5. 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
    1
    //! MY SOLUTION 😏
    2
    function duplicateCount(text) {
    3
      let count = 0;
    4
      let result = 0;
    5