Skip to content
View Taoshan98's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@Pokemon-Millennium

Block or report Taoshan98

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

Taoshan98_header

Hi, I'm Nunzio Marfè 👋🏻‍💻, a Developer from Naples, Italy. 🚀

Github Linkedin Instagram Twitter Badge StackOverflow wakatime

<?php

namespace Taoshan;

class About extends Me
{
    protected array $myself = [
      'birthday' => '1998-10-25',
      'gender' => 'Male',
      'city' => 'Naples',
      'country' => 'Italy'
    ];

    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => '@GruppoTecno',
                'position' => 'Full Stack Web Developer',         
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Laravel::class,
            Javascript::class,
            React::class,
            ReactNative::class,
            MySQL::class,
            PostgresSQL::class,
            TimeScale::class,
        ];
    }

    public function getFutureGoal(): string
    {
        return 'Solving more and more bugs.';
    }
}

Popular repositories Loading

  1. disable-amd-gpu-macbookpro-2011 disable-amd-gpu-macbookpro-2011 Public

    Guide to disable AMD GPU for MacBook Pro 2011

    1

  2. gdrive-sync-uploader gdrive-sync-uploader Public

    Python 1

  3. network-node-manager-bot network-node-manager-bot Public

    Python 1

  4. Taoshan98 Taoshan98 Public

    My Personal Repository

  5. airport-flight-challenge airport-flight-challenge Public

    PHP

  6. mov-stream mov-stream Public

    MovStream is a Chrome extension allows users to play .mov files directly in the browser.