Skip to content
View yuki2811's full-sized avatar
  • MinhHoangJSC
  • ThaiNguyen city, Vietnam

Block or report yuki2811

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
yuki2811/README.md
<?php

namespace Yuki2811;

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'MinhHoangJSC',
                'position' => 'Web Developer'         
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Javascript::class,
            Laravel::class,
            Vuejs::class,
            MySql::class,
            MongoDB::class,
            Reactjs::class,
            Electronjs::class
        ];
    }

    public function getHobby(): array
    {
        return [
            Novel::class,
            Gundam::class,
            GamePC::class,
            GamePS::class,
            Piano::class,
        ];
    }
    
    public function contactMe(): array
    {
        $facebook = "https://www.facebook.com/hongnguyenvan1998/",
        $gmail = "ngvhong1998@gmail.com",
        $skype = "live:ngvhong1998"
        return [
            $facebook,
            $gmail,
            $skype,
        ];
    }

    public function getFutureGoal(): string
    {
        return 'To contribute to open source.';
    }
}

Popular repositories Loading

  1. hello-world hello-world Public

    HTML

  2. sm sm Public

    PHP

  3. test test Public

    dssdfsdf

  4. yuki2811 yuki2811 Public

  5. app-test app-test Public

    CSS