<?php
namespace TeishaMcRae;
class About extends Me
{
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'company' => 'ProcessMaker',
'position' => 'Jr. Software Engineer'
]
];
}
public function getMoreInfo(): array
{
return [
'fun_facts' => [
'pronouns' => 'she, her',
'book_lover' => true,
'cat_mom' => true
]
];
}
public function getCodingKnowledge(): array
{
return [
Php::class,
Javascript::class,
Laravel::class,
Vuejs::class,
React::class,
];
}
}
- Durham, NC
- https://mcraeteisha.com/
Pinned Loading
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.