Skip to content
View adriacanal's full-sized avatar

Organizations

@gnahotelsolutions

Block or report adriacanal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
adriacanal/README.md
<?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('[email protected]')->send(new ContactMail());
    }
    
}

Popular repositories Loading

  1. dotfiles dotfiles Public

    Forked from freekmurze/dotfiles

    My personal dotfiles

    Shell

  2. adriacanal adriacanal Public