Skip to content
View jalexcam's full-sized avatar
  • Lenevor
  • Cali, Colombia

Organizations

@lenevor @syscodes

Block or report jalexcam

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 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
jalexcam/README.md

Hi ๐Ÿ‘‹๐Ÿผ, I'm Alexander ๐Ÿ‘ฆ๐Ÿป

A passionate designer and web developer

<?php

namespace Jalexcam;

class About extends Me
{
    public function getCurrentWorkplace()
    {
        return [
            'workplace' => [
                'company' => 'Autodidact',
                'position' => 'Designer and Web Developer'
            ]        
        ];
    }
    
    public function getDailyKnowledge()
    {
        return [
            Php::class,
            Lenevor::class,
            Javascript::class,
            Css::class
        ];
    }
    
    public function getFutureGoal()
    {
        return 'To contribute to open source.';
    }
}

Pinned Loading

  1. lenevor/lenevor lenevor/lenevor Public

    Lenevor is a web application framework with expressive syntax and easy setting. You may capture your ideas without worrying about the small details.

    PHP 3 2

  2. lenevor/appstarter lenevor/appstarter Public

    Lenevor app starter

    PHP 3 1

  3. lenevor/syscodes lenevor/syscodes Public

    Lenevor Framework

    PHP 1 1

  4. syscodes/dotenv syscodes/dotenv Public

    Package of the Syscodes Dotenv Component (see lenevor/syscodes)

    PHP