Skip to content
View mattgle's full-sized avatar
🥁
coding at 200 bpm
🥁
coding at 200 bpm
  • RAILGUN Project
  • Buenos Aires, Argentina
  • 21:16 (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

I'm a Mobile/Web Engineer based in Argentina working with React Native and React.js since 2018


I'm currently working on Web3 products since I really enjoy to be part of the new internet. I consider my self a very productive person, with a lot of initiative and very passionate about technology.

In projects, I always like to organize the workflow and the priorities to find the best way to achieve our goals as a team. I believe that organization mixed with good initiative and the correct leadership is the key for a successful product.

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