<?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',
];
}
}
-
NC
- Alsace, France
- https://thibaud.willm.dev
Popular repositories Loading
-
-
Conduit
Conduit PublicForked from gothinkster/realworld-starter-kit
Conduit (RealWorld) owner implementation with Clean Arch, Clean Code through Laravel and VueJS
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.