Skip to content
View iamThiagoo's full-sized avatar
🎯
Focusing
🎯
Focusing
  • 👽🛸
  • Rio Grande do Sul, Brazil
  • 23:21 (UTC -03:00)
Block or Report

Block or report iamThiagoo

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

namespace Thiago\Ferreira;

class About extends Me
{
    public function getUser () : User
    {
        $user = App\Models\User::updateOrCreate([
            'name' => 'Thiago Ferreira'
        ], [
            'age' => 20,
            'country' => 'Brazil',
            'social_gmail' => 'devthiagoferreira@gmail.com',
            'social_linkedin' => 'https://www.linkedin.com/in/imthiagoferreira/'
        ]);
        
        return $user;
    }

    public function getExperiences () : array
    {
        return [
            'workplace' => [
                'company' => 'Plenatech',
                'position' => 'Web Developer',
                'since_at' => '2022-01-17'
            ]
        ];
    }

    public function getFavoriteTechnologies () : array
    {
        return [
            Laravel::class,
            Php::class,
            JavaScript::class,
            TailwindCSS::class,
            Docker::class,
            Linux::class,
            VSCode::class
        ];
    }
}

Pinned Loading

  1. minha-vaga minha-vaga Public

    {{ MinhaVaga is a Laravel project that aims to publicize job openings in order to connect the candidate with the company }}

    PHP

  2. devzone devzone Public

    DevZone é um aplicativo educacional voltado para estudantes da área de tecnologia, oferecendo uma variedade de cursos, atividades interativas e certificados para seus usuários.

    Java

  3. devhub devhub Public

    DevHub é um projeto que visa fornecer acesso facilitado a uma ampla gama de livros relacionados ao desenvolvimento de software para os usuários.

    Java

  4. gestaokids gestaokids Public

    PHP

  5. meetbuddy-ai meetbuddy-ai Public

    CSS

  6. rpa-project rpa-project Public

    ' Simple RPA robot that compares the price of a product between 3 different stores, returns a report indicating the prices found and which one has the best price for the user :)