X Tutup
The Wayback Machine - https://web.archive.org/web/20220523035850/https://github.com/Alifilho
Skip to content
Avatar
:atom:
:atom:
  • Londrina, Paraná

Achievements

Achievements

Block or Report

Block or report Alifilho

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.

Report abuse

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

Report abuse
Alifilho/README.md
<?php

namespace Alifilho;

class About extends Me {
    public function getCurrentWorkplace() {
        return [
            'workplace' => [
                'company' => 'Bankme',
                'position' => 'Back-end Developer'         
            ]
        ];
    }

    public function getDailyKnowledge() {
        return [
            Typescipt::class
            Javascript::class,
            NodeJS::class,
            ReactJS::class,
            ReactNative::class,
            Php::class,
            Laravel::class,
        ];
    }

    public function getFutureGoal() {
        return 'To contribute to better world.';
    }
}

?>

Popular repositories

  1. Api to use all google cloud vision services, made with TypeScript ❤️

    TypeScript 3

  2. lor-api Public

    Restfull API for all Legends of Runeterra cards database, and wrapper for encode/decode Lor deck strings

    PHP 2 1

  3. list of java exercises done at Senai in the discipline of Application Programming taught by Professor Fernando Nakagawa

    Java

  4. Projeto Hackathon - Carttech 2019

    Python

  5. Projeto resultado da Semana Omnistack #10

    JavaScript

  6. Basic CRUD in nodeJS and ReactJS

    JavaScript

18 contributions in the last year

May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri

Contribution activity

May 2022

Alifilho has no activity yet for this period.

Seeing something unexpected? Take a look at the GitHub profile guide.

X Tutup