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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 = "marcoko@ckentgroup.com";
        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. daily-trending-repo daily-trending-repo Public

    This repo will give you the latest trending repo on github and giving you a grasp by sending email via Github Watching Features

    Python 14 2

  4. yabai yabai Public

    Forked from asmvik/yabai

    A tiling window manager for macOS based on binary space partitioning

    C