Skip to content
View quanghuybest2k2's full-sized avatar
What the hell?
What the hell?

Highlights

  • Pro
Block or Report

Block or report quanghuybest2k2

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

Đoàn Quang Huy

Hi, I'm Huy - Đoàn Quang Huy = Software Engineer 🌻

  • 🔭 Passion in something ... (secret😊)
  • 💪 Goals: Learning many things in Laravel
  • ⭐: Gaming, listening, walking, running, Football... and talkative😅

⚡ GitHub Stats

gif

Languages and Tools:

Visual Studio Code

Laravel

Laravel

Laravel


📫 Contact me:

Pinned

  1. DictionaryAppForIT DictionaryAppForIT Public

    Từ điển tiếng anh chuyên ngành công nghệ thông tin - Dictionary App For IT

    C# 2

  2. Farm Farm Public

    Đồ án tốt nghiệp nông trại phân hệ 2

    JavaScript

  3. PetShop PetShop Public

    Xây dựng ứng dụng web quản lý cửa hàng thú cưng - PetShop

    CSS 1

  4. dictionary-web dictionary-web Public

    API English Dictionary

    PHP

  5. phonetic phonetic Public

    Chuyển đổi Tiếng Anh sang phiên âm IPA

    PHP

  6. Customize index.php file for laragon Customize index.php file for laragon
    1
    <?php
    2
    if (!empty($_GET['q'])) {
    3
      switch ($_GET['q']) {
    4
        case 'info':
    5
          phpinfo();