Skip to content
View bfukumori's full-sized avatar

Block or report bfukumori

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

Welcome!

  • 👨‍💻 I’m a former biomedic who changed carrer in 2022 to be a developer.
  • Currently I'm studying Software Engineering (3nd year) at FIAP and working as a frontend developer, but I'm highly motivated to transition into backend development.
{
  "name": "Bruno Fukumori",
  "email": "brunofukumori@gmail.com",
  "education": "Software Engineer by FIAP (in-progress)",
  "hard-skills": {
    "main_stacks": [
      "react",
      "react-native",
      "nodejs",
      "html",
      "css",
      "javascript"
    ],
    "additional_skills": [
      "git",
      "docker",
      "tailwind",
      "styled-components",
      "nextjs",
      "nestjs",
      "unit testing",
      "integration testing",
      "agile methodologies",
      "python",
      "java",
      "c#"
    ]
  },
  "soft-skills": [
    "teamwork",
    "communication",
    "problem solving",
    "time management",
    "proactivity"
  ],
  "languages": [
    {
      "language": "Brazilian Portuguese",
      "level": "Native"
    },
    {
      "language": "English",
      "level": "Intermediate"
    }
  ],
  "social": {
    "linkedin": "https://www.linkedin.com/in/bfukumori/"
  }
}

GitHub Stats

GitHub Stats


js html css react react

Pinned Loading

  1. nlw-journey-24-node-trail nlw-journey-24-node-trail Public archive

    Backend do Planner, uma aplicação para gerenciamento de viagens

    TypeScript 6

  2. data-structures data-structures Public archive

    Collection of data structures in Java

    Java

  3. design-patterns design-patterns Public archive

    Design Patterns using Java

    Java

  4. Abstraction for native fetch client ... Abstraction for native fetch client and authentication with refresh token
    1
    export async function authRequestInterceptor(
    2
      config: RequestInit,
    3
    ): Promise<RequestInit> {
    4
      const accessToken = getAccessToken();
    5
    
                  
  5. cpu-profiling-example cpu-profiling-example Public archive

    An example to diagnose performance issues using inspector from node

    JavaScript

  6. micro-app-architecture-demo micro-app-architecture-demo Public archive

    Arquitetura de micro apps usando Expo.

    TypeScript