Skip to content
View marc-ko's full-sized avatar
๐Ÿ‘‹
masturbating
๐Ÿ‘‹
masturbating

Block or report marc-ko

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

namespace Marcooko;

class About extends Me
{
    public function getCurrentWorkplace()
    {
        return [
            'workplace' => [
                'company' => 'C Kent Group',
                'position' => 'Full Stack Web Developer'         
            ]
        ];
    }

    public function getMoreInfo()
    {

        languages = [
            Php::class,
            'JavaScript' =>
                [
                Javascript::class,
                Vuejs::class // Beginner Level
                ],
            Python::Class
            Dart::Class // Beginner Level (Flutter)
            Cpp::Class // Beginner Level
            Solidity::Class // Beginner Level


        ];
        frameworks = [
            Laravel::class,
            Codeigniter::class, 
        ];
        return languages, frameworks;
    }

    public function getMyContact()
    {
        email = "[email protected]";
        website = "marcoko.com";
        linkedin = "https://www.linkedin.com/in/marcoko/";
        
        return email, website, linkedin;
    }

    public function getFutureGoal()
    {
        return 'To be an all-rounded and versatile person ๐Ÿ˜‰.';
    }
}
?>

Connect With Me๐Ÿค

linkedin

Languages:

Tools:

marc-ko

marc-ko

Pinned Loading

  1. dotfiles dotfiles Public

    Shell

  2. VPetCube VPetCube Public

    A virtual pet experience into reality by combining holographic technology with STM32

    C 1

  3. ustbus-on-terminal ustbus-on-terminal Public

    A Terminal tools to get the next UST buses ETA just by typing bus

    Shell