Skip to content
View dehood's full-sized avatar
👨‍💻
Developing something awesome
👨‍💻
Developing something awesome

Organizations

@StarForces

Block or report dehood

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
dehood/README.md

Hello there, I'm Robert Račkauskas.

Linkedin Badge

A bit about me:

<?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,
        ];
    }
}

My GitHub stats:

Robert's github stats

Pinned Loading

  1. Home-Assistant-Mobile-First Home-Assistant-Mobile-First Public

    Forked from Clooos/Home-Assistant-Mobile-First

    A minimalist and user-friendly design, combined with an mobile first approach for the Home Assistant dashboard.

    1