Skip to content
View uires's full-sized avatar
Block or Report

Block or report uires

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
uires/README.md

 Olá

<?php

namespace Github\Uires;

class FullstackDeveloper:
    
    private string $name;
    private string $role;
    private array $language_spoken;
    private string $location;
    
    public function __construct() {
          $this->name = "Uíres Sousa";
          $this->role = "Fullstack Developer";
          $this->language_spoken = ["pt_BR", "en_US"];
          $this->location = "Salvador/Bahia - Brasil";
    }
}

$me = new FullstackDeveloper();

🛠️ Ferramentas e tecnologias

📊 Github analytics

🌐 Contatos

Pinned Loading

  1. banco-capgemini banco-capgemini Public

    Projeto em LARAVEL 5.4.*, prova de conceito da Capgemini

    PHP

  2. banco-capgemini-vue banco-capgemini-vue Public

    Vue