<?php
namespace SaqibS;
class About extends Me
{
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'company' => 'Victoria Plum',
'position' => 'Senior Software Engineer'
]
];
}
public function getDailyKnowledge(): array
{
return [
Php::class,
Javascript::class,
Laravel::class,
ReactJS::class,
Flutter::class,
Go::class,
];
}
public function getFutureGoal(): string
{
return 'To contribute to open source.';
}
}
🎯
dead
I am one Constant in the sea of Variables.
-
VictoriaPlum
- Remote
- https://saqib.netlify.app/
- @iamsaqibs
Highlights
Pinned Loading
-
-
-
-
-
Weather-App
Weather-App PublicA simple weather application built with flutter for learning network programming in dart.
Dart 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.