<?php
declare(strict_types=1);
namespace App\Domain\Developer;
/**
* ๐ด UseTheFork
*
* A full-stack developer who turns coffee into code
*/
class UseTheFork extends BaseDeveloper
{
public function getMood(): string
{
return "๐คฎ";
}
public function getLanguages(): array
{
return [
'PHP ๐',
'Python ๐',
'JavaScript ๐จ',
'TypeScript ๐',
'Nix โ๏ธ',
'Shell ๐',
'HTML5 ๐',
'CSS3 ๐จ',
'Markdown ๐'
];
}
public function getFrameworks(): array
{
return [
'Laravel โค๏ธ',
'React โ๏ธ',
'FastAPI ๐',
'Vite โก',
'Next.js โฒ',
'Node.js ๐ข',
'Tailwind CSS ๐จ',
'Bootstrap ๐
ฑ๏ธ',
'Sass ๐
',
'MUI ๐ญ'
];
}
public function getDatabases(): array
{
return [
'PostgreSQL ๐',
'MySQL ๐ฌ',
'Redis ๐ด',
'Elasticsearch ๐',
'Snowflake โ๏ธ'
];
}
public function getTools(): array
{
return [
'NPM ๐ฆ',
'UV ๐'
];
}
public function getAI(): array
{
return [
'OpenAI ๐ค',
'Anthropic ๐ง ',
'Google Gemini ๐'
];
}
public function getSkills(): array
{
return [
'Languages' => $this->getLanguages(),
'Frameworks' => $this->getFrameworks(),
'Databases' => $this->getDatabases(),
'Tools' => $this->getTools(),
'AI' => $this->getAI(),
];
}
}
๐คฎ
-
23:01
(UTC -04:00)
Pinned Loading
-
snowblower
snowblower Publicโ๏ธ ๐จ A Nix-based development environment manager that provides consistent, reproducible environments with minimal configuration. All flake, no fluff.
Nix 1
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.