<?php
namespace Earth;
use Entities\Mammal\Human;
class Myself implements Human
{
/**
* The birthdate of this entity.
*
* @var int
*/
protected int $birthdate = 667115760;
/**
* Want to know where I work?
*
* @return array
*/
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
[
'company' => 'Sticky.io',
'position' => 'Software Engineer',
],
],
];
}
/**
* These are the skills I use most often.
*
* @return array
*/
public function getSkills(): array
{
return [
'JavaScript',
'Laravel',
'MySQL',
'PHP',
'PostgreSQL',
'TypeScript',
'Vue',
];
}
}
leemcd56
Follow
🔋
Fully Charged (100%)
Follower of Christ.
Slayer of Bugs.
-
@boone-software
- Petal, MS
-
12:26
(UTC -06:00) - https://boonestudios.org
- @leemcd56
Highlights
- Pro
Pinned Loading
-
boone-studios/laravel-surrealdb
boone-studios/laravel-surrealdb PublicIntegrates SurrealDB with the Laravel framework
-
awesome-subscription-free
awesome-subscription-free PublicA list of great subscription-free alternatives to common software
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.