Skip to content
View Joaovbf's full-sized avatar

Block or report Joaovbf

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

namespace Joaovbf;

class About extends Me
{
    public function getWorkplace(){
        return [
            'workplace' => [
                'company' => 'Simonetti',
                'position' => 'Web Developer'
            ],
        ];
    }

    public function getDailyKnowledge(){
        return [
            Php::class,
            Javascript::class,
            Laravel::class,
            HTML::class,
            CSS::class,
        ];
    }
    
    public function getCurrentLearning(){
        return [
            Vuejs::class,
            LaravelNova::class
        ];
    }

    public function getFutureGoal(){
        return 'Resolve problems using tech as main tool.';
    }
}

Joao's github stats

Pinned Loading

  1. blog-vue blog-vue Public

    A repo for discover the features of vue.js in laravel

    PHP 1

  2. image-histogram image-histogram Public

    PHP

  3. pacman pacman Public

    Forked from daleharvey/pacman

    HTML5 Pacman

    JavaScript

  4. relogio-animado relogio-animado Public

    Um relógio animado criado pelo processing durante o andamento da matéria de Computação Gráfica

    Processing 2

  5. assembly-functions assembly-functions Public

    Exercises developed in assembly to computer architecture subject

    Assembly

  6. batepapo-uol batepapo-uol Public

    Forked from luanccp/batepapo-uol

    Workshop ministrado para a Adapti em React Native

    JavaScript