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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. mouse-moover mouse-moover Public

    Mouse Moover is a Flutter desktop app that automatically moves your mouse to simulate user activity

    Dart

  2. network-node-manager-bot network-node-manager-bot Public

    Python 1

  3. ip-hop ip-hop Public

    IP-HOP is a modern, self-hosted Dynamic DNS (DDNS) management system updater with multi-provider support, automatic IP monitoring, and a beautiful web dashboard.

    TypeScript 6