Skip to content
View SitaGomes's full-sized avatar
🔥
Copying code
🔥
Copying code

Highlights

  • Pro

Block or report SitaGomes

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

Typing SVG

My name's Arthur Sita Gomes, I'm a self-taught full-stack web developer majoring in software engineering @PucMinas, I'm always eager to learn and better develop my skills.

- 🔭 Currently having fun creating projects that I'm passionate about.
- 👨‍🎤🛹 I love all genres of music, skating, playing basketball and reading manga.
- 👷 Software engineer @OuvidorDigital
- ⚡ Fun fact: I speak English, Portuguese, French, spanish and a bit of Japonese.

Languages and Tools:

JavaScript TypeScript Node.js React.js NestJS Next.js Docker Redux HTML CSS3 Bootstrap MySQL PostgreSQL MongoDB Figma Netlify Ubuntu VS Code Postman

Github Stats

Socials

LinkedIn LinkedIn


Nº of times people visited my profile since 08/21

Pinned Loading

  1. create-kuma-project create-kuma-project Public template

    Kick-start a full stack production ready app with Kuma 🐻

    TypeScript

  2. send-my-reads send-my-reads Public

    Compress and send epub files directly to your kindle

    TypeScript

  3. useLocalStorage useLocalStorage
    1
    import { useState, useEffect, Dispatch, SetStateAction } from "react";
    2
    
                  
    3
    type Response<T> = [
    4
        T, //? What's inside the "state" Ex: string, boolean...
    5
        Dispatch<SetStateAction<T>> //? type of "setState"