<?php
namespace ITForLife;
class MeOnCode
{
public function skills(): array
{
return [
'PHP',
'JavaScript',
'Linux',
];
}
public function goals(): array
{
return [
'To be DevOps engineer',
'To contribute to open source',
'To build a product',
];
}
}
💭
200 OK!
Pinned Loading
-
patrickschur/language-detection
patrickschur/language-detection PublicA language detection library for PHP. Detects the language from a given text string.
-
cleanphp-example
cleanphp-example PublicForked from mrkrstphr/cleanphp-example
Case Study for the book The Clean Architecture in PHP
PHP
-
laravel-test-guideline
laravel-test-guideline PublicForked from framgia/laravel-test-guideline
Guideline for writing tests in a Laravel Project
-
phpstan
phpstan PublicForked from phpstan/phpstan
PHP Static Analysis Tool - discover bugs in your code without running it!
PHP
-
-
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.