<?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(),
];
}
}
🤮
-
09:46
(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.