Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxcoding06/lxcoding06
Hi
https://github.com/lxcoding06/lxcoding06
Last synced: 8 days ago
JSON representation
Hi
- Host: GitHub
- URL: https://github.com/lxcoding06/lxcoding06
- Owner: lxcoding06
- Created: 2020-11-16T10:55:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T03:40:55.000Z (9 months ago)
- Last Synced: 2024-11-06T21:11:52.507Z (about 2 months ago)
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.';
}
}?>
```