8000 GitHub - saacsos/saacsos: Config files for my GitHub profile.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

saacsos/saacsos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 

Repository files navigation

๐Ÿ‘‹ Hi, Iโ€™m @saacsos

GitHub saacsos

GitHub Streak

<?php

namespace Saacsos;

public class Me implements About {
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'Kasetsart University',
                'position' => 'Computer Technical Officer',
                'duty' => 'Laboratory Instructor',
            ]
        ];
    }
    
    public function getKnowledges(): array
    {
        return [
            Php::class,
            JavaScript::class,
            Laravel::class,
            Vuejs::class,
            TailwindCss::class,
            Python::class,
            Java::class,
            Cpp::class,
            Tex::class,
        ];
    }
    
    public function getGames(): array
    {
        return [
            'Yu-Gi-Oh! Duel Links' => [
                'genres' => [
                    'Free-to-play', 
                    'Strategy game', 
                    'Trading card arcade game', 
                    'Digital collectible card game', 
                    'Strategy',
            ],
            'Resident Evil Franchise' => [
                'genres' => [
                    'Survival horror', 
                    'Third-person shooter', 
                    'Action-adventure game',
                ]
            ],
            'Board Games',
        ];
    }
}

๐Ÿ† Github Trophies

trophy

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0