Skip to content
View crislemen's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report crislemen

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
crislemen/README.md
<?php

namespace Cristian León Méndez;

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'Cucunver',
                'position' => 'Full-Stack Developer'         
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Javascript::class,
            Laravel::class,
            ReactJS::class,
            Angular::class,
            TailwindCss::class,
        ];
    }
    public function getLatestsWorkplaces(): array
    {
        return [
            'workplaces' => [{
                'company' => 'Elliot-Cloud',
                'position' => 'Front-End Developer'         
            },
            {
                'company' => 'Bosonit',
                'position' => 'Front-End Developer'         
            },
            {
                'company' => 'E-asy',
                'position' => 'Front-End Developer'
            }];
    }

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

Pinned Loading

  1. MagicDB MagicDB Public

    Base Datos de Magic

    Java 1

  2. tizzyz-canarias tizzyz-canarias Public

    Proyecto fin de curso de Cristian Leon Méndez hecho en react con firebase

    JavaScript 1

  3. crislemen.github.io crislemen.github.io Public

    Repository of my blog about my portfolio

    JavaScript 1