Skip to content
View TomCosta's full-sized avatar
😄
Cellar door
😄
Cellar door

Organizations

@pythonbrasil @covid-taskforce-cplp
Block or Report

Block or report TomCosta

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

Hi there 👋🏽

I'm Everton Costa, you may call me Tom.

  • 💻   I’m currently working on an amazing project.​
  • 🤓   Learning Artificial Intelligence to build products and services.
  • 🤔   I may help you with Ionic and Angular aplications.
  • 💬   Ask me about Entrepreneurship and Startups.
  • 📫   How to reach me: for sure online any time.
  • 😃​   Pronouns: we, us, our, ours, ourselves.
  • ☕   A fun fact: I do love coffee...

You may find me on:

Github Badge Linkedin Badge Whatsapp Badge Gmail Badge

  • Thank you for your attention. 

  • See you!

@tomcosta's Holopin board

Pinned

  1. Flutter-AfroPythonConf Flutter-AfroPythonConf Public

    Aplicativo desenvolvido com Flutter, Calculadora de IMC para apresentação em Workshop no AfroPython conference.

    Dart

  2. Ionic4.x-deeplinks Ionic4.x-deeplinks Public

    Ionic 4.x Deeplinks and Social Sharing complete App to test this plugins usage. Aplicativo desenvolvido para testar o funcionamento e uso dos plugins Deeplinks e Social Sharing.

    TypeScript

  3. Angular-ng8-httpclient Angular-ng8-httpclient Public

    Projeto Tutorial desenvolvido para testar HttpClient & Http, Build e consumo de API RESTful com Angular 8.

    TypeScript

  4. Ionic 3 CPF/CNPJ input mask. Indepen... Ionic 3 CPF/CNPJ input mask. Independent of which is the inputted data either a CPF or a CNPJ. It add mask.
    1
    <form #loginForm="ngForm">
    2
      <ion-item>
    3
        <ion-label floating>CPF/CNPJ</ion-label>
    4
        <ion-input [(ngModel)]="cpf_cnpj" (blur)="cpf_cnpj = format(cpf_cnpj)" name="cpf_cnpj"></ion-input>
    5
      </ion-item>