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

Block or report arquizade

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

💎 Languages

php codeigniter laravel symfony javascript jquery css3 html5 bootstrap sass

💻 Environment


💡 About Me
<?php

namespace App/Information/Data/Arquizade;

class AboutMe extends Profile
{
	const $school = "FEU Institute of Technology";
	const $course = "Computer Science";

    public function getDailyJob(): array
    {
        return [
            'workplace' => [
                'position' => 'Developer'         
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Javascript::class,
            Laravel::class,
            Sass::class,
            Codeigniter::class,
            Symfony::class,
            Bootstrap::class,
        ];
    }

    public function getGoal(): string
    {
        return 'code challenge for 30 days.';
    }
}
⚡ Github Stats

Check out my repos

Popular repositories Loading

  1. projectcms projectcms Public

    PHP

  2. blog blog Public

    PHP

  3. ci-phpexcel ci-phpexcel Public

    Codeigniter and PhpExcel

    2

  4. ci-phpmailer ci-phpmailer Public

    How to integrate PHPMailer with Codeigniter 3

    PHP 1

  5. php-search php-search Public

    Simple php search solution

    PHP

  6. git-flow-implementation git-flow-implementation Public

    This will serve as a guide for implementing new project using git-flow work flow.