Skip to content
View saacsos's full-sized avatar
Block or Report

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. laravel8-book laravel8-book Public

    PHP 5

  2. fxrouter fxrouter Public

    java fx router

    Java 4 1

  3. cs442-docker cs442-docker Public

    PHP 4 1

  4. template-electron-vuejs2 template-electron-vuejs2 Public

    electron template with vuejs 2 , jquery 3, firebase 3

    CSS 2

  5. python-basic-gui python-basic-gui Public

    Python Basic GUI with tkinter

    Python 2

  6. ipynb ipynb Public

    iPython Notebook File

    Jupyter Notebook 1