<?php
namespace Alifilho;
class About extends Me {
public function getCurrentWorkplace() {
return [
'workplace' => [
'company' => 'Bankme',
'position' => 'Back-end Developer'
]
];
}
public function getDailyKnowledge() {
return [
Typescipt::class
Javascript::class,
NodeJS::class,
ReactJS::class,
ReactNative::class,
Php::class,
Laravel::class,
];
}
public function getFutureGoal() {
return 'To contribute to better world.';
}
}
?>Block or Report
Block or report Alifilho
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
google-cloud-vision-services Public
Api to use all google cloud vision services, made with TypeScript
❤️ TypeScript 3
-
exercise-list-java Public
list of java exercises done at Senai in the discipline of Application Programming taught by Professor Fernando Nakagawa
Java
-
-
-

