<?php
namespace RobertRackauskas;
use World\Humans\Jobs;
class About extends Me
{
use HasDigitalDesignerDiploma, LikesMotorcycles, LovesHomeAssistant, LinuxUser;
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'company' => null,
'position' => 'Software Engineer',
'job_type' => Jobs::CONTRACTOR
]
];
}
public function getDailyKnowledge(): array
{
return [
Php::class,
Laravel::class,
Vuejs::class,
TypeScript::class,
JavaScript::class,
//Angular::class,
];
}
}
👨💻
Developing something awesome
Laravel backend developer and VueJs frontend architect.
- Ireland
- rackauskas.dev
Pinned Loading
-
Home-Assistant-Mobile-First
Home-Assistant-Mobile-First PublicForked from Clooos/Home-Assistant-Mobile-First
A minimalist and user-friendly design, combined with an mobile first approach for the Home Assistant dashboard.
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.


