Skip to content
View tavares1's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@EpicGames @CAECOMP @WatermelonBrains @CodingEagles @AcademyIFCE

Block or report tavares1

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

Olá, sou Tavares 🤙🏽

  • 🔭 Trabalhando como desenvolvedor iOS no WillBank.
  • 🌱 Atualmente estudando tecnologias web.
  • 👯 Procurando colaborar em projetos open-source.
  • 😄 Pronomes: Ele/Dele.

Swift Javascript Typescript Node HTML CSS SASS

Pinned Loading

  1. LayoutWithKeyPath.swift LayoutWithKeyPath.swift
    1
    import UIKit
    2
    import PlaygroundSupport
    3
    
                  
    4
    
                  
    5
    protocol With {}
  2. A Pipe implementation to Swift. A Pipe implementation to Swift.
    1
    import Foundation
    2
    
                  
    3
    infix operator |>
    4
    func |> <T,U,V> (lhs: @escaping (T) -> U, rhs: @escaping (U) -> V) -> (T) -> V {
    5
        return {rhs(lhs($0))}
  3. LojaQueExplodeTracker LojaQueExplodeTracker Public

    A opção mais barata de frete da loja de produtos de informática que explode tem um rastreamente bem podre, então decidi fornencer essa API pra facilitar acompanhar seu pedido.

    JavaScript 2