Skip to content
View rmerk's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report rmerk

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

githubBanner

Image for email Image for website

<?php

namespace RyanChoi;

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'Total Expert',
                'position' => 'Senior Software Engineer',
                'years_employed' => 5
            ]
        ];
    }

    public function getLeveragedSkills(): array
    {
        return [
            'PHP',
            'PHPUnit',
            'JavaScript',
            'Vue.js',
            'Vuex',
            'Vue-Jest',
            'jQuery',
            'HTML5',
            'CSS3',
            'SASS',
            'Webpack'
        ];
    }

    public function getCurrentlyLearning(): string
    {
        return "I'm Currently learning React to build upon my known modern JavaScript frameworks.";
    }
}

Pinned Loading

  1. api api Public

    API for welding software

    PHP

  2. vergecurrency.com vergecurrency.com Public

    Forked from vergecurrency/vergecurrency.com

    https://VergeCurrency.com - Official Site of Verge Currency ($XVG)

    HTML

  3. ionic-crud ionic-crud Public

    Basic crud app messing around with Ionic Vue

    Swift

  4. personal_project personal_project Public

    Solo project for Prime Digital Academy

    JavaScript

  5. basicAngularClock basicAngularClock Public

    Basic AngularJS program that updates a JavaScript Date object every 1000ms using $timeout.

    HTML

  6. jquery_namechanger jquery_namechanger Public

    Name changer for Epsilon class.

    JavaScript