<?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
-
JavaBibliothek
JavaBibliothek PublicThis project serves as a hands-on demonstration where I apply and test various Java concepts and techniques. It allows me to experiment with core Java principles, algorithms, and design patterns wh…
Java
-
-
tookantech/chapaar
tookantech/chapaar PublicThis package provides a flexible way to send and verify messages through various SMS providers. It offers integration with multiple drivers, making it easy to use different SMS service providers wi…
-
BigBossScraper
BigBossScraper Publica simple website with flask and scraping functionality
JavaScript
-
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.