<?php
final class Tentacode
{
public function __construct(
private string $fullName = "Gabriel Pillet",
private string $linkedinHandle = "gabrielpillet",
private string $portfolioUrl = "https://tentacode.dev",
private array $favoriteEmojis = ['🐙', '✨', '🤖', '🤗'],
) {}
public function sayHello(): void
{
$greetingMessage = <<<BONJOUR
Bonjour! {$this->favoriteEmojis[array_rand($this->favoriteEmojis)]}
Je m'appelle {$this->fullName}.
Consultez mon portfolio à {$this->portfolioUrl}
Ou mon profil linkedin à https://linkedin.com/in/{$this->linkedinHandle}
BONJOUR;
print $greetingMessage . PHP_EOL;
}
}
try {
(new Tentacode)->sayHello();
} catch (\Throwable $e) {
echo "Oups ! Personne n'est parfait je suppose…". PHP_EOL . $e->getMessage();
die(42);
}
🐙
tentacoding
Full stack dev + Accessibility ✨ @ tentacode.dev #RGAA #RAAM #PHP #Symfony #Laravel #Quality #Data #Remote #react-native #react #Astro
-
tentacode.dev
- Lyon, France
- https://tentacode.dev
- in/gabrielpillet
Highlights
- Pro
Pinned Loading
-
mario
mario PublicForked from web-id-fr/mario
🆙 MacOS Ansibles Recipes : Indepotent & Omnipotent (it setups a local environment for devs @ https://web-id.fr)
Jinja 1
-
-
PhatFishes
PhatFishes Public🐡 A party game with puffer fishes, made all by myself under 72 hours.
C# 6
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.





