Skip to content
View tuanpt-0634's full-sized avatar
💭
Everything will be 200 OK
💭
Everything will be 200 OK

Organizations

@sun7pro

Block or report tuanpt-0634

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
tuanpt-0634/README.md
<?php

namespace IT4Life;

class MeAtWork extends Profile
{
    public function company(): string
    {
        return 'Sun*';
    }
    
    public function position(): string
    {
        return 'Developer';
    }

    public function skills(): array
    {
        return [
            'PHP',
            'JavaScript',
            'Laravel',
            'Linux',
        ];
    }

    public function goals(): array
    {
        return [
            'To be DevOps engineer',
            'To contribute to open source',
            'To build a product',
        ];
    }
}

Pinned Loading

  1. dotansimha/graphql-yoga dotansimha/graphql-yoga Public

    🧘 Rewrite of a fully-featured GraphQL Server with focus on easy setup, performance & great developer experience. The core of Yoga implements WHATWG Fetch API and can run/deploy on any JS environment.

    TypeScript 8.2k 565