Skip to content
View george-martinec's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report george-martinec

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
george-martinec/README.md
<?php

declare(strict_types = 1);

namespace GeorgeMartinec;

class About extends Me
{
    /**
     * @return array<string, string>
     */
    public function getCurrentWorkplace(): array
    {
        return [
            'company' => 'SIMPLO s.r.o.',
            'position' => 'Backend PHP Developer',         
        ];
    }

    /**
     * @return array<array-key, class-string>
     */
    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Laravel::class,
            MySQL::class,
            Docker::class,
            Git::class,
            ...$this->getAdditionalDailyKnowledge(),
        ];
    }

    /**
     * @return string
     */
    public function getFutureGoal(): string
    {
        return 'Contribute to open source';
    }
}

Laravel HTTP websocket REST SOAP Git GitHub GitLab Bitbucket Vim WebStorm Android Studio Visual Studio Code Sublime Text Postman HTML CSS Sass Bootstrap Tailwind CSS Wordpress Swagger Browsersync Firebase Figma Material Design Material UI JavaScript Vue.js TypeScript npm yarn webpack php PostgreSQL MySQL redis mongoDB bash Docker Grafana Prometheus Nginx Elasticsearch Windows Ubuntu CircleCI
and many others ...

Pinned

  1. Hello.gif Hello.gif
  2. GoodDay GoodDay Public

    Un-Official GoodDay API - (PHP)

    PHP 2