Skip to content
View douglasbacelar's full-sized avatar

Block or report douglasbacelar

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

Typing SVG


const douglasbacelar = {
    personal: {
        fullName: 'Douglas Bacelar de Souza Melo',
        birthDate: '06-20-1996',
        activities: 'I’m currently working on multiple projects together with Trybe course',
        interests: ['investments', 'language learning', 'music', 'movies', 'series', 'soccer'],
    },
    technical: {
        technologies: {
            frontEnd: {
                Languages: ['Javascript'],
                Tools: ['React', 'Redux'],
                Tests: ['Jest', 'RTL'],
                HTML: ['HTML5', 'Semantic HTML'],
                CSS: ['TailwindCSS', 'Styled-Components', 'Bootstrap'],
                Environments: ['Next.JS', 'Vite', 'CRA'],
            },
            backEnd: {
                Languages: ['Javascript', 'TypeScript', 'Java'],
                Tools: ['Express.js', 'Node.js'],
                Databases: ['MYSQL', 'MongoDB'],
                Hosting: ['AWS'],
            },
            others: {
                Containers: ['Docker', 'Docker Compose'],
                Linter: ['ESLint'],
                Version-Control: ['Git'],
            },
        },
    }
}




Snake animation

Typing SVG

Pinned Loading

  1. desafio-dev-fullstack-jr desafio-dev-fullstack-jr Public

    Forked from RECRUT-AI/desafio-dev-fullstack-jr

    Aplicação web fullstack, realizei uma arquitetura no padrão MSC utilizando Node.js e react, com o objetivo de possibilitar a gestão de animais de estimação em um petshop (Prazo de entrega: 24 horas)

  2. store-manager store-manager Public

    RESTful API project developed with Node.js and MySQL to manage an online store focused on performing CRUD

    JavaScript