xiaoyi510 / xiaoyi510

home

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

👾  About Me

a luckly coder;

My Public Project

  • XArrMedia
  • RustApiServer

Readme Card

Readme Card


tools_I_use Git GitHub GitLab Goland Phpstorm Vscode Sublime Text Photoshop Cad Bash GNU/Linux Neovim SVN Elasticsearch Apache2 Nextcloud OpenSSL Postman Google Chrome

lang PHP Golang Javascript Dart Flutter Html Css Markdown 易语言 Vue3

other Sqlite Mysql Mssql Pgsql MongoDb Redis 逆向 MariaDB


<?php

namespace Baozi;

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => '嘿嘿嘿,小秘密',
                'position' => 'SiChuan'         
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Javascript::class,
            Yii::class,
            ThinkPHP::class,
            Swoole:class,
            Vuejs::class,
            BeeGo::class,
            GoFrame::class,
            MongdoDb::class,
            Redis::class,
            Mysql::class,
            Mssql::class,
        ];
    }

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

⚡ GitHub Stats

About

home