jovtrc / jovtrc

A custom README file and my personal website!

Home Page:https://joaoc.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<?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

About

A custom README file and my personal website!

https://joaoc.dev

License:MIT License


Languages

Language:HTML 60.8%Language:CSS 39.2%