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

Organizations

@Pokemon-Millennium
Block or Report

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.';
    }
}

Pinned Loading

  1. Advent-Of-Code-2019 Advent-Of-Code-2019 Public

    My solutions in PHP for Advent of Code 2020

    PHP

  2. Web-Developer-Course Web-Developer-Course Public

    Web Developer Course

    HTML