Skip to content
View lukianenko04's full-sized avatar

Block or report lukianenko04

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
lukianenko04/README.md
<?php

namespace YevhenLukianenko;

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'NDA',
                'position' => 'Senior Software Engineer',
                'period' => 'Jan 2018 – …'         
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            PHP::class,
            AWS{Lambda,SQS,DynamoDB,SNS,S3,etc}::class,
            Node.js::class,
            TypeScript::class,
            JavaScript::class,
            Yii2::class,
            Laravel::class,
            MySQL::class,
            MongoDB::class
            Docker::class,
            Jenkins::class,
            Linux::class,
            Software Architecture::class
        ];
    }
    
    public function getGeneralWorkExperience(): string
    {
        return '>9 years';
    }

    public function getFutureGoal(): string
    {
        return 'Deepen my knowledge in building high-load applications.';
    }
}

@lukianenko04's activity is private