<?php
namespace ArpitYadav;
class About extends Me
{
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'Backend Developer' => 'Ripenapps, Nodia',
]
];
}
public function getDailyKnowledge(): array
{
return [
PHP::class,
Javascript::class,
Laravel::class,
Vue::class,
React::class,
Inertia::class,
TailwindCss::class,
Aws::class,
];
}
public function getFutureGoal(): string
{
return [
'I am determined to launch the next greatest thing',
'To contribute to open source',
];
}
public function moreAboutme(): string
{
return 'http://arpityadav.me';
}
}
🎯
Focusing
Highlights
- Pro
Pinned Loading
-
-
-
laravel-movies-example
laravel-movies-example PublicBuilding a Movie App using Laravel, Tailwind CSS and The Movie DB REST API
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.