Skip to content
View Alifilho's full-sized avatar
:atom:
:atom:
  • Londrina, Paraná

Highlights

  • Pro
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.

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
Alifilho/README.md
<?php

namespace Alifilho;

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

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

?>

Popular repositories

  1. google-cloud-vision-services google-cloud-vision-services Public

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

    TypeScript 3

  2. lor-api lor-api Public

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

    PHP 2 1

  3. exercise-list-java exercise-list-java Public

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

    Java

  4. hackathon-lamp-team hackathon-lamp-team Public

    Projeto Hackathon - Carttech 2019

    Python

  5. dev-radar dev-radar Public

    Projeto resultado da Semana Omnistack #10

    JavaScript

  6. crud-mesmo crud-mesmo Public

    Basic CRUD in nodeJS and ReactJS

    JavaScript