<?php
namespace Rodrigo\Carraco\Rodrigues;
class About extends Me
{
public function getAge(): int
{
return 20;
}
public function getMedias(): array
{
return [
'linkedin' => 'https://www.linkedin.com/in/rodrigo-carraco-rodrigues-310485247/'
]
}
public function getHobbies(): array
{
return [
'hobbies' => [
'cars' => ['f1', 'japanese cars (mazda mx-5 enthusiast)', 'drifting', 'WRC'],
'music',
]
];
}
public function getDailyKnowledge(): array
{
return [
'frontend' => [
Javascript::class,
Vuejs::class,
NuxtJS::class,
ThreeJS::class,
TailwindCss::class,
Sass::class,
Twig::class,
Blade::class
],
'backend' => [
PHP::class,
Symfony::class,
Django::class,
Laravel::class,
MySQL::class,
ApiDevelopment::class
],
'other' => [
Java::class,
Python::class,
Firebase::class,
Supabase::class,
GitlabCI::class,
Docker::class,
]
];
}
public function getFutureGoal(): array
{
return [
'goals' => [
'Contribute to open source',
'Being a backend expert (Symfony, PHP, ...)'
]
];
}
}
Popular repositories Loading
-
encourage-bot
encourage-bot PublicA Discord bot that generates inspirational quotes & motivating messages whenever a user is sad
Python 1
-
-
lando-symfony-boilerplate
lando-symfony-boilerplate PublicLando boilerplate with Symfony recipe
PHP 1
-
-
-
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.