Skip to content
View saacsos's full-sized avatar

Block or report saacsos

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
saacsos/README.md

๐Ÿ‘‹ 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

Popular repositories Loading

  1. cs442-docker cs442-docker Public

    PHP 6 1

  2. laravel8-book laravel8-book Public

    PHP 5

  3. fxrouter fxrouter Public

    java fx router

    Java 4 1

  4. c-programming c-programming Public

    C programming sample code on 01418116 (2017)

    C 2

  5. template-electron-vuejs2 template-electron-vuejs2 Public

    electron template with vuejs 2 , jquery 3, firebase 3

    CSS 2

  6. python-basic-gui python-basic-gui Public

    Python Basic GUI with tkinter

    Python 2