Skip to content
View Gabrielcefetzada's full-sized avatar
😄
Happy
😄
Happy
  • PicPay
  • Brazil
Block or Report

Block or report Gabrielcefetzada

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

⭐⭐ Hello everyone ⭐⭐

  <?php
  class Education {
    public string $area;
    public string $institution;
    public string $degree;
    public string $status;

    public function __construct(string $area, string $degree, string $institution, string $status) {
      $this->area = $area;
      $this->institution = $institution;
      $this->degree = $degree;
      $this->status = $status;
    }
  }

  $gabriel = [
    'age' => 21,
    'location' => 'Brazil',
    'currentJob' => 'Back-End Software Developer',
    'education' => [
      new Education('Computer Network', 'Technical', 'CEFET-MG', 'Graduated'),
      new Education('Software Engineering', 'BS', 'PUC Minas', 'Enrolled')
    ]
  ];

  var_dump($gabriel);
  ?>

Languages and Tools:

laravel terminal php react typescript nodejs jest postgresql

Pinned Loading

  1. js-chat-app js-chat-app Public

    A real time Chat aplication built in React, Node and Websockets (Socket.io)

    JavaScript 2

  2. grafos grafos Public

    Forked from DisciplinasProgramacao/projeto2-grupo4

    Algoritmos de grafos implementados, percorridos, testados e modularizados.

    Java

  3. nondeterministic-polynomial-algorithms nondeterministic-polynomial-algorithms Public

    Trabalho focado em problemas intratáveis, tipicamente pertencente às classes NP.

    Java

  4. usebruno/bruno usebruno/bruno Public

    Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)

    JavaScript 23.9k 1.1k

  5. filamentphp/filament filamentphp/filament Public

    A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.

    PHP 17k 2.7k

  6. api-pagamento api-pagamento Public

    PHP