Skip to content
View HtunHtunHtet's full-sized avatar
πŸ‘¨β€πŸ’»
Hi πŸ‘‹
πŸ‘¨β€πŸ’»
Hi πŸ‘‹
Block or Report

Block or report HtunHtunHtet

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

declare(strict_types=1);

namespace SoftwareEngineer;

final class AboutMe extends HtunHtunHtet 
{
    public string $fullName = 'Htun Htun Htet';
    
    public string $nickName = 'Ryan';
    
    public function yourNameIsHardToPronounce(): string
    {
        return $this->nickName;
    }

    /**
     * @return string []
     */
    public function getKnowledge(): array
    {
        return [
            PHP::class,
            Symfony::class,
            Laravel::class,
            React::class,
	    Vue::class,
            Typscript::class,
            Aws::class,
            Docker::class,
        ];
    }
    
    /**
     * @return array<string, string>
     */
    public function getAttributes(): array
    {
        return [
            'Current Company' => 'Global Software Solutions Corp' ,
            'Position' => 'Senior Full Stack Developer',
        ];   
    }
    
    public function getYearsOfExperiences(): int
    {
        return 10;    
    }
}

Pinned Loading

  1. clean-code-php clean-code-php Public

    Forked from piotrplenik/clean-code-php

    πŸ› Clean Code concepts adapted for PHP

    PHP 1

  2. blog blog Public

    PHP

  3. pokedex pokedex Public

    TypeScript