Skip to content
View Josluistanic's full-sized avatar
Block or Report

Block or report Josluistanic

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
Josluistanic/README.md
namespace Josluistanic;

class About extends Me
{
    public function getLanguages(): array
    {
        return [
            'en' => 'English',
            'es' => 'Spanish',
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            TailwindCss::class,
            Alpine::class,
            Laravel::class,
            Livewire::class,
            JavaScript::class,
            Aws::class,
            Ux::class,
        ];
    }

    public function contact(): array
    {
        return [
            'Email' => 'dev@josluistanic.com',
            'Web' => 'https://josluistanic.com',
            'LinkedIn' => 'https://www.linkedin.com/in/joseluistanic/',
        ];
    }

    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'HardSoft Ecuador',
                'position' => 'Web Developer'
            ]
        ];
    }

    public function getFutureGoal(): string
    {
        return 'To contribute to open source.';
    }
}

Popular repositories

  1. InlineTable InlineTable Public

    Edición integrada de una tabla con Livewire 3

    PHP 1

  2. Josluistanic Josluistanic Public

    Config files for my GitHub profile.

  3. PHP PHP Public

    Projects and exercises with vanilla PHP

    PHP 1

  4. JavaScript JavaScript Public

    Projects and exercises with vanilla JavaScript

    JavaScript

  5. Auto-GPT Auto-GPT Public

    Forked from Significant-Gravitas/AutoGPT

    An experimental open-source attempt to make GPT-4 fully autonomous.

    Python

  6. TailwindCSS TailwindCSS Public

    Projects and exercises with TailwindCSS