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

Block or report HenriqueMitsuo

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 Express-Backend-Project-Template Public template

    A template for Backend Projects, Using Express.js

    JavaScript 3 2

  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