Skip to content
View Luisgustavom1's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report Luisgustavom1

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

Hey Developers!!👨‍💻👩‍💻

My name is Luis Gustavo

Product-oriented and customer/user-focused software engineer. With more than 2 years of experience in building and maintaining end to end web applications. With a focus on performance, scalability and accessibility, using ReactJs, NextJs, Typescript, Node, AWS, Golang and other relevant technologies.

Passionate about solving problems, simplifying life and innovating using programming and creativity.

Driven by challenges and goals that will have some impact on people's daily lives. I am currently studying information systems at the Federal University of Uberlândia - UFU

Currently studying and expanding knowledge in Golang, Typescript Type system, and AWS.

My last articles

Pinned Loading

  1. one-more-coffe one-more-coffe Public

    This a simple vscode extension to count how many cups of coffee you drink while programming

    TypeScript 1 1

  2. go-twitter-bot go-twitter-bot Public

    Um bot feito em go que todo dia tweeta quantos dias faltam para as férias na Universidade Federal de Uberlândia. Esta sendo usando AWS Lambda e Amazon CloudWatch

    Go 3

  3. jira-version-release jira-version-release Public

    This is an integration with jira versions. When a version is released, you can choose a channel in slack or discord to publish release notes for your newest project version🥳🎉🎊

    Go 2

  4. bundlers bundlers Public

    Repository to study how bundlers work behind the scenes.

    JavaScript 4

  5. go-language-scheme go-language-scheme Public

    a simple language interpreter built on golang, to understand how languages are read and executed

    Go 4

  6. Compose React Providers to avoid too... Compose React Providers to avoid too much chaining
    1
    import React from 'react'
    2
    
                  
    3
    interface IComposeProvidersProps {
    4
      with: Array<React.ElementType>
    5
      children: React.ReactNode