Skip to content
View pbr1111's full-sized avatar
Block or Report

Block or report pbr1111

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

Hi 👋, I'm Pol

I've created a hook-like function with my personal information so you can use it in your components and get to know me better 😋

const usePol = () => ({
  aboutMe: [
    `I'm a full stack software engineer`,
    `I'm in love with React so if I've a choice, I prefer to do frontend development`,
    `I mainly work with the React and .NET stack`
  ],
  contact: {
    email: 'pbr1111@gmail.com',
    linkedin: 'https://www.linkedin.com/in/pol-bonastre-romera-b685325a/',
    github: window.location.href
  },
  technologies: {
    currentStack: [
      'React ❤',
      'TypeScript',
      '.NET',
      'Azure',
      'Git',
      'Docker',
      'Azure DevOps',
      'Github', 
      'SQL Server'
    ],
    other: [
      'Next.js',
      'Angular',
      'React Native (Expo)',
      'Ionic',
      'Kubernetes'
    ]
  }
});

export { usePol };

Find me at

Email LinkedIn

Pinned

  1. ionic-angular-just-pol ionic-angular-just-pol Public

    Food delivery app, made with Ionic 4.x. It uses Firebase Realtime Database, Firebase Authentication and Google Maps API.

    TypeScript 10 2

  2. CountDownTimer CountDownTimer Public

    Custom implementation of Android's CountDownTimer. Fixed handler memory leak.

    Java 4 3

  3. use-resize-observer use-resize-observer Public

    React hook implementation of ResizeObserver to measure the size of an element.

    TypeScript

  4. expo-server-sdk-dotnet expo-server-sdk-dotnet Public

    Server-side library for working with Expo using .NET.

    C# 1 1