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

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.

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

Hi there 👋

<?php 

namespace TWillm;

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

    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Javascript::class,
            Laravel::class,
            Lumen::class,
            Vuejs::class,
            jQuery::class,
            MySQL::class,
            MariaDB::class,
            Nginx::class,
            Docker::class,
            GitlabCI::class,
            GitGitflow::class,
            UnitTests::class,
            Tdd: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 Go',
            'Lean NodeJS',
            'Learn Typescript',
            'Learn Rust',
            'Learn Elixir',
        ];
    }
}

Popular repositories

  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