Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samfelgar/samfelgar


https://github.com/samfelgar/samfelgar

Last synced: 16 days ago
JSON representation

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';
}
}

```