Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lxcoding06/lxcoding06

Hi
https://github.com/lxcoding06/lxcoding06

Last synced: 8 days ago
JSON representation

Hi

Awesome Lists containing this project

README

        

```php
[
'campus' => 'Amikom University Purwokerto'
'faculty' => 'Informatics',
]
];
}

public function getWorkedplace(): array
{
return [
'workplaces' => [
[
'company' => 'Nemolab',
'position' => 'Server Administrator',
'since' => '2021',
'until' => '2022'
],
[
'company' => 'SS.CC BATAM CENTER',
'position' => 'IT CONSULTANT',
'since' => '2022',
'until' => '2023'
],
]
];
}

public function getKnowledgeNow(): array
{
return [
Php::class,
Javascript::class,
NodeJs::class,
Python::class,
ReactNative::class,
TailwindCss::class,
Gcp::class,
Azure::class,
Server::class,
];
}

public function getFutureGoal(): string
{
return 'Make My Dream Come Through.';
}
}

?>
```