<?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.";
}
}
rmerk
Follow
🏠
Working from home
Pinned Loading
-
-
vergecurrency.com
vergecurrency.com PublicForked from vergecurrency/vergecurrency.com
https://VergeCurrency.com - Official Site of Verge Currency ($XVG)
HTML
-
-
-
basicAngularClock
basicAngularClock PublicBasic AngularJS program that updates a JavaScript Date object every 1000ms using $timeout.
HTML
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.