<?php
namespace AdriaCanal;
class About extends Me
{
public static array $PRONOUNS = ['He', 'Him'];
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'company' => 'GNA Hotel Solutions',
'position' => 'Backend Developer'
]
];
}
public function getCurrentKnowledge(): array
{
return [
Php::class,
Laravel::class,
TailwindCss::class,
AlpineJs::class,
Livewire::class
];
}
public function getInTouch():void
{
Mail::to('hola@adriacanal.com')->send(new ContactMail());
}
}
- Catalonia
- @Nokkerzz
Popular repositories Loading
-
-
-
webhook-orchestrator
webhook-orchestrator PublicWebhook orchestration service built with Laravel. Ingests third-party webhooks, enforces idempotency, normalizes events and processes them asynchronously. Designed with Docker (Sail), GitHub Action…
Blade
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.



