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

Organizations

@wikimedia @CNN-Brasil

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. jovtrc jovtrc Public

    A custom README file and my personal website!

    TypeScript 1

  2. restpress restpress Public

    The automated REST API docs generator WordPress plugin

    TypeScript