Skip to content
View henryonsoftware's full-sized avatar
🖥️
Slapping the keyboard until something good happens
🖥️
Slapping the keyboard until something good happens
Block or Report

Block or report henryonsoftware

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

Hi! I'm Henry 👋

Welcome to my Github profile!



🌱   I'm a back-end developer with over 8 years of experience, specializing in PHP, Laravel, and Javascript. Over the years, I have been actively involved in large-scale projects for companies in Vietnam, Thailand, and Sweden, predominantly collaborating with international teams.

📫  How to reach me:

⚡  Fun fact: I love croissant 🥐 but hate donut 🍩

Languages:

javascript   php

Frameworks & Tools

BE:

laravel   nextjs   redis  

FE:

tailwind   react webpack   sass   bootstrap  

Database:

mysql   mongodb  

Tools:

aws   docker   git   postman   vagrant  



GitHub Streak

Pinned Loading

  1. clean-code-php clean-code-php Public

    Forked from piotrplenik/clean-code-php

    🛁 Clean Code dành cho ngôn ngữ PHP

    PHP 64 35

  2. Install xdebug on Ubuntu Install xdebug on Ubuntu
    1
    # Install Xdebug on Ubuntu.
    2
    
                  
    3
    ## Install xdebug
    4
    Run `php -i` and copy the output of the following command and paste it on https://xdebug.org/wizard.php.
    5
    Follow the instructions there to install xDebug.
  3. Install xdebug on CentOS Install xdebug on CentOS
    1
    # Install Xdebug on CentOS
    2
    
                  
    3
    ## You need to install PHP’s devel package for PHP commands execution
    4
    ```
    5
    yum install php-devel
  4. Laravel deploy script on Forge Laravel deploy script on Forge
    1
    # Go inside the site directory
    2
    cd $FORGE_SITE_PATH
    3
    
                  
    4
    # Turn on maintenance mode
    5
    $FORGE_PHP artisan down