<?php
namespace AryaLavasani;
class About extends Me
{
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'company' => 'TookanTech',
'position' => 'Back-end Developer'
]
];
}
public function getDailyKnowledge(): array
{
return [
Php::class,
Laravel::class,
GoLang::class,
GraphQl::class,
Mysql::class,
Elasticsearch::class
Javascript::class,
];
}
public function getFutureGoal(): string
{
return 'To contribute to open source and make world a better place';
}
}
🚩
I may be slow to respond.
Pinned Loading
-
laravel-ciphersweet
laravel-ciphersweet PublicForked from spatie/laravel-ciphersweet
Use Ciphersweet in your Laravel project
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.