<?php
namespace IT4Life;
class MeAtWork extends Profile
{
public function company(): string
{
return 'Sun*';
}
public function position(): string
{
return 'Developer';
}
public function skills(): array
{
return [
'PHP',
'JavaScript',
'Laravel',
'Linux',
];
}
public function goals(): array
{
return [
'To be DevOps engineer',
'To contribute to open source',
'To build a product',
];
}
}
Everything will be 200 OK
Pinned Loading
-
dotansimha/graphql-yoga
dotansimha/graphql-yoga Public🧘 Rewrite of a fully-featured GraphQL Server with focus on easy setup, performance & great developer experience. The core of Yoga implements WHATWG Fetch API and can run/deploy on any JS environment.
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.