Skip to content
View jovtrc's full-sized avatar
🤓
Studying
🤓
Studying

Organizations

@wikimedia @CNN-Brasil
Block or Report

Block or report jovtrc

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
jovtrc/README.md
<?php
namespace JoaoCarvalho;

class About extends Me
{
    public function getPersonalInfo(): array
    {
        return [
            'name'     => 'João Carvalho',
            'position' => 'Senior Software Engineer',
            'location' => 'São Paulo, Brazil 🇧🇷',
            'website'  => 'https://joaoc.dev'
        ];
    }
    public function getSkills(): array
    {
        return [
            'languages'  => ['JavaScript', 'PHP'],
            'frameworks' => ['React', 'React Native', 'Laravel', 'WordPress'],
            'databases'  => ['MySQL', 'PostgreSQL', 'Fauna']
        ];
    }
}

You can reach me via Linkedin and follow me at @joaocarvalho.cc on Instagram

Pinned Loading

  1. wp-api-plugin wp-api-plugin Public

    A simple WordPress plugin that fetches and manages API.

    PHP

  2. wp-performance wp-performance Public

    A simple WordPress plugin POC that optimizes the performance of the website via CSS, JS and JavaScript changes.

    PHP 1