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

Block or report g3luka

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

Pinned

  1. whatsapp-bot-openai whatsapp-bot-openai Public

    Bot de WhatsApp integrado com ChatGPT/OpenAI

    TypeScript

  2. aws-lambda-checkout-payment aws-lambda-checkout-payment Public

    Aplicação de captura de checkout de compra e envio aos gateways de pagamento (PicPay, MercadoPago e PagSeguro)

    TypeScript 1 1

  3. aws-lambda-contact-mail aws-lambda-contact-mail Public

    AWS Lambda to receive a contact form post and send by email (with reCAPTCHA validation)

    JavaScript

  4. Images Lazy Loading Images Lazy Loading
    1
    const imageLazyLoad = (element) => {
    2
      const src = element.getAttribute('data-src');
    3
      element.setAttribute('src', src);
    4
      element.removeAttribute('data-src');
    5
    }
  5. nextjs-base nextjs-base Public

    Minha base padrão para começar novos projetos em NextJS com TailwindCSS

    TypeScript