Skip to content
View Brazlucas's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Brazlucas

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

Computador iuriCode



Github Yearly

Github Mothly

Gihub Member

Repos

Total time coded since Apr 24 2023

🏗️ Studying the 5th semester of systems analysis and development

🏡 Brazilian, I live in the state of São Paulo

🎮 Gamer and hardware enthusiast in his spare time



🎧 Now I'm listening to the song:

spotify-github-profile

A little more about me...

<?php

namespace BrazLucas;

class About extends Me
{
    private const COMPANY = 'Infocar Tecnologia';

    private const POSITION = 'Junior Web Developer';

    public const STACK = [
        Technologies::PHP,
        Technologies::TYPESCRIPT,
        Technologies::LARAVEL,
        Technologies::POSTGRESQL,
        Technologies::DOCKER,
        Technologies::VUEJS,
        Technologies::HYPRLAND,
    ];

    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => self::COMPANY,
                'position' => self::POSITION         
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return self::STACK;
    }

    public function getLinuxDistro(): string
    {
        return 'ArchLinux';
    }

    public function getFutureGoal(): string
    {
        return 'To contribute to open source and develop intelligent solutions.';
    }
}

Stack

My Skills

Pinned Loading

  1. survey-web-app-vue survey-web-app-vue Public

    Web-app de realização de vistoria digital (OBS: siga o passo a passo para rodar no navegador)

    Vue

  2. project-test-wsl-laravel-10 project-test-wsl-laravel-10 Public

    PHP

  3. book-tracker-react-native-node book-tracker-react-native-node Public

    Aplicativo android, front-end desenvolvido em react-native e back-end em node.js com mongodb.

    JavaScript

  4. skate-park-management-laravel-11 skate-park-management-laravel-11 Public

    Company that manages skate parks and registration of rental hours

    PHP

  5. crud-fullstack-node crud-fullstack-node Public

    Projeto full-stack criado em express, mongoDB e EJS

    JavaScript

  6. skate-park-management-vue-3 skate-park-management-vue-3 Public

    front-end pdi vue 3

    HTML