Giter VIP home page Giter VIP logo

⭐⭐ 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

Gabriel's Projects

bebaaguapf icon bebaaguapf

Aplicativo web que lembra as pessoas de tomarem água, alertando sempre o que o não consumo pode causar

bruno icon bruno

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

filament icon filament

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

grafos icon grafos

Algoritmos de grafos implementados, percorridos, testados e modularizados.

js-chat-app icon js-chat-app

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

locadorjava icon locadorjava

Sistema orientado a objetos de uma locadora de mídias desenvolvido em Java.

move-it---nlw-04---react icon move-it---nlw-04---react

Aplicação React web que te lembra de se exercitar (nada demais) após uma jornada de 25 minutos de estudos intensos.

nestjs-rest-microservices icon nestjs-rest-microservices

REST API with gRPC back-end microservices built using the NestJS framework. Used for learning/trial & boilerplate purposes only.

nlw-together icon nlw-together

API construída na Trilha Node JS da NLW Together focando em uma arquitetura limpa e respeitando os pricípios de SOLID

nlw5-plant-manager icon nlw5-plant-manager

A simplify adaptated mobile app from Next level Week that consumes data from an api and show the user information about plants.⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀

node-api icon node-api

Banco de conhecimento, api lero lero e genérica com uns trens legais

oficina-2.0 icon oficina-2.0

Oficina 2.0 - sistema de gerenciamento de uma oficina em que esta exclui, cadastra, edita dados... dentre outras funções.

projeto-pixel-art icon projeto-pixel-art

Projeto de uma plataforma de PixelArt sendo desenvolvida por Gabriel Augusto e Gustavo Boeira. Com foco em JavaScript.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.