Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samfelgar/samfelgar
https://github.com/samfelgar/samfelgar
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samfelgar/samfelgar
- Owner: samfelgar
- Created: 2021-06-02T07:19:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-02T08:20:05.000Z (over 3 years ago)
- Last Synced: 2024-11-08T14:13:30.606Z (2 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```php
[
'company' => 'mLearn',
'position' => 'Backend developer'
]
];
}public function getKnowledge(): array
{
return [
'programmingLanguages' => [
PHP::class,
Javascript::class,
Java::class,
],'frameworks' => [
Laravel::class,
VueJS::class,
React::class,
],'devOps' => [
AWS::class,
Docker::class,
]
];
}public function getFutureGoal(): string
{
return 'To learn, always';
}
}```