Skip to content
View iamThiagoo's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Plenatech
  • Rio Grande do Sul, Brazil
  • 11:01 (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

  1. MinhaVaga MinhaVaga Public

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

    PHP

  2. Project-OLW-OpenAi Project-OLW-OpenAi Public

    {{ Project in Laravel that uses the OpenAi API to assemble graphs querying a PostgreSQL database }}

    PHP

  3. capputeeno-php capputeeno-php Public

    PHP

  4. ConecteSeAUmDev ConecteSeAUmDev Public

    PHP

  5. 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 :)