<?php
namespace Tarabish;
class About extends Me
{
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
[
'company' => 'Atyaf Co',
'position' => 'Backend Developer'
] ,
[
"compnay"=>"ICT Solutions Co",
"position"=>"Full Stack Developer"
],
[
"company"=>"Ministry Of Finance" ,
"position"=>"Devops Engineer"
]
]
];
}
public function getDailyKnowledge(): array
{
return [
Php::class,
Javascript::class,
Laravel::class,
Vuejs::class,
Livewire::class,
JQuery::class,
Ajax::class,
RestApi::class,
React::class,
Graphql::class,
Apache::class,
Nginx::class,
Zabbix::class,
Docker::class ,
Wso2::class ,
Vuejs::class
];
}
public function getFutureGoal(): string
{
return 'To contribute to open source.';
}
}
🚀
To succeed in life , you need ignorance and confidence .
Highlights
- Pro
Popular repositories Loading
-
-
custom_framework
custom_framework Publicthis is simple php framework , built by abdallah tarabish ✔😉
PHP
-
-
-
Movie
Movie PublicA site to watch movies, is a practical application for the Netflix website, where the user can subscribe to a monthly package and then watch movies📸🎞
PHP
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.