<?php
namespace SaifIvnaAlam;
class About extends Me
{
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'company' => 'TechShoi',
'position' => 'CoFounder'
]
];
}
public function getDailyKnowledge(): array
{
return [
Flutter::class,
Dart::class,
Javascript::class,
React::class,
Firebase::class,
Aws::class,
];
}
public function getFutureGoal(): string
{
return 'To contribute to open source.';
}
}
🐨
Focusing
A ship in the harbor is safe, but that is not what ships are built for.
-
Techshoi
- Bangladesh
-
09:48
(UTC -12:00) - saif.ivan.794
- in/saif-ivna-alam-8528bb221
Popular repositories Loading
-
-
-
-
flutter
flutter PublicForked from flutter/flutter
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
Dart
-
flutter_pokedex
flutter_pokedex PublicForked from hungps/flutter_pokedex
Pokedex app built with Flutter (with lots of animations) using Clean Architecture
Dart
-
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.