Skip to content
View fabricyo's full-sized avatar

Block or report fabricyo

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

Eae / Hi there / Bonjour 👋

Swift

struct Developer {
  let name = "Fabricyo"
  let age = 26
  let role = "iOS & PHP Developer"
  let location = "Brazil 🇧🇷🇹"
  let languages = ["pt-BR", "en", "fr"]
  let skills = ["Swift", "PHP", "Javascript"]
  
  func sayHi() {
    print("Hey, thanks for stopping by, please, take a look at my work!")
  }
}

let me = Developer()
me.sayHi()

PHP

<?php
$developer = new stdClass();
$developer->name = "Fabricyo";
$developer->age = 26;
$developer->role = "PHP & iOS Developer";
$developer->location = "Brazil 🇧🇷🇹";
$developer->languages = array("pt-br", "en", "fr"]);
$developer->skills = array("Swift", "PHP", "Javascript");
var_dump($developer);

Popular repositories Loading

  1. controle-caloteiros-room controle-caloteiros-room Public

    App android para o um dos projeto do bootcamp da DIO

    Kotlin 1

  2. hello-word hello-word Public

    Just hello word

  3. pia_beta pia_beta Public

    Um pequeno Crud feito em CodeIgniter 4

    JavaScript

  4. partidas-simulator partidas-simulator Public

    Pequeno projeto Android Nativo para o curso na DIO

    Java

  5. partidas-api partidas-api Public

    Repositório para simular uma API REST.

  6. leitor-qrcodes leitor-qrcodes Public

    Apenas um pequeno leitor de QR Code

    Kotlin