Skip to content
View t-willm's full-sized avatar

Block or report t-willm

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
t-willm/README.md

Hi there 👋

<?php

namespace TWillm;

class About extends Me
{
    public function getCurrentStatus(): array
    {
        return [
            'status' => [
                'actualJob' => 'Senior Backend Developer',
                'resume' => 'Using Laravel, Docker, Golang on AWS also working on CI/CD and following DevOps mindset and Software Craftmanship',
            ],
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Javascript::class,
            Golang::class,
            Laravel::class,
            Lumen::class,
            Vuejs::class,
            jQuery::class,
            MySQL::class,
            MariaDB::class,
            Nginx::class,
            Docker::class,
            AWS::class,
            GitlabCI::class,
            GitGitflow::class,
            UnitTests::class,
            Tdd::class,
            DDD::class,
            Devops::class,
        ];
    }

    public function getFutureGoals(): array
    {
        return [
            'Contribute to open source.',
            'Learn Ruby and Ruby On Rails',
            'Learn Python and Ansible',
            'Learn React',
            'Learn NodeJS',
            'Learn Typescript',
            'Learn Rust',
            'Learn Elixir',
        ];
    }
}

Popular repositories Loading

  1. t-willm t-willm Public

  2. Conduit Conduit Public

    Forked from gothinkster/realworld-starter-kit

    Conduit (RealWorld) owner implementation with Clean Arch, Clean Code through Laravel and VueJS