Skip to content
View mattgle's full-sized avatar
🥁
coding at 200 bpm
🥁
coding at 200 bpm
  • RAILGUN Project
  • Buenos Aires, Argentina
  • 09:06 (UTC -03:00)
  • X @MatiasGrote

Block or report mattgle

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

Mobile and Web Engineer | React Native & React.js Specialist | Based in Argentina 🇦🇷


I'm a Mobile and Web Engineer with expertise in React Native and React.js, working in the field since 2018. Currently, I'm focused on building Web3 products, driven by my passion for shaping the future of the internet.

I pride myself on being highly productive, proactive, and deeply passionate about technology. In every project, I prioritize organization and workflow optimization, ensuring that team goals are achieved efficiently and effectively. I firmly believe that combining structured planning, initiative, and strong leadership is the foundation of delivering successful, impactful products.

Contact:


🛠️ Languages and Tools:


JavaScript  TypeScript  ReactNative  Xcode  AndroidStudio  Jest  CSS  HTML  Firebase  NodeJS   

Pinned Loading

  1. Psychedelic/plug-mobile Psychedelic/plug-mobile Public

    Plug - Mobile App version of Plug, the crypto wallet of the Internet Computer!

    Rust 26 5

  2. Integracion de Mercadopago CheckoutP... Integracion de Mercadopago CheckoutPro en ReactJS [Sin usar FunctionComponents o ClassComponents]
    1
    export const redirectToMercadoPago = (transactionId: string) => {
    2
      const loadScript = (url: string, callback: () => void) => {
    3
        let script = document.createElement('script');
    4
        script.type = 'text/javascript';
    5