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. 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 1

  2. laravel-api-watcher laravel-api-watcher Public

    A modern Laravel package to intercept, analyze, and visualize API requests.

    Python

  3. JLens JLens Public

    JLens, a modern Data Structure explorer designed for developers

    Python 1

  4. markdown-to-quill-delta markdown-to-quill-delta Public

    Convert Markdown to Quill Delta format in PHP

    PHP 1