Skip to content
View breno-sapucaia's full-sized avatar
👨‍💻
codando
👨‍💻
codando
Block or Report

Block or report breno-sapucaia

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

Chegaí, se aprochege 👋

se você está aqui então deve ser um programador então segue ai algumas de minhas propriedades.

const brenoSapucaia = {
    from:{
      state:  ["São Paulo"],
      country:  ["Brazil"]
    }
    askMeAbout: [
      "devOps", 
      "webApplications", 
      "valorant",
      "barbercue"
    ],
    formation: {
      school:{
        highSchool: "ETEC Jd ângela - Ensino Médio Integrado ao técnico (TI)",
        college: "FIAP - Análise e desenvolvimento de sistemas (2018 - 2020)",
        graduated: true
      },
      former: {
        employee: true,
        where: "Hotglue",
        doing: "Software Engineer | REACT | NEXTJS | MUI | NODE | PYTHON | MONGODB | AWS"
      }
    }
    technologies: {
        mobileApp: ["React Native"],
        frontEnd: [
              "ReactJs", 
              "VueJs"
            ]
        },
        backEnd: {
            language: [
              "Typescript",               
              "Javascript",
              "Python",
              "C#",
              "Java",
            ],
            frameworks: [
                "chalice",
                "pydantic",
                "Fastify",
                "zod",
                "swagger",
                "typeorm",
                "typegraphql",
                "graphql",
                "prism",
                ".net 5",
                "entityFramework",
        },
        infraestructure: {
          cloud: ["AWS", "Azure", "Heroku", "Vercel"],
          databases: ["SQLServer", "Postgress", "MongoDB", "Redis"],
          docker: true;
        },
    },
    architecture: ["Domain Driven Design", "SPA", "Microservices (learning)"],
};

Pinned

  1. santafe-ui santafe-ui Public

    projeto autônomo Front end de um projeto interno para empresa santafe.

    TypeScript 1

  2. Chat-with-WebSocket Chat-with-WebSocket Public

    Projeto de um chat usando protocolo ws construindo em cima de NodeJs

    TypeScript

  3. Podcaster Podcaster Public

    Projeto educacional do Podcaster proposto pelo evento next level week da rocketseat

    TypeScript

  4. SantafeApi SantafeApi Public

    API do projeto autônomo para a empresa Santafe

    C#