Skip to content
View Lloople's full-sized avatar
🧑‍💻
The only way to go fast is to go well
🧑‍💻
The only way to go fast is to go well

Organizations

@gnahotelsolutions
Block or Report

Block or report Lloople

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
Lloople/README.md
final class Lloople: Developer {

  static let name: String = "David Llop"
  
  static let location: String = "Girona"
  
  func work() -> Company {
    return Company(
      name: "GNA Hotel Solutions", 
      as: "Lead Backend Developer"
    )
  }
  
  func website() -> String {
    return "https://davidllop.com"
  }
  
  func contact(mail: Mail) -> Bool {
    return Mailer().to("d.lloople@icloud.com").send(mail)
  }
}

Pinned

  1. davidllop.com davidllop.com Public

    Personal website

    PHP 6 8

  2. gnahotelsolutions/laravel-weather gnahotelsolutions/laravel-weather Public

    🌤️ A wrapper around Open Weather Map API (Current weather)

    PHP 38 6

  3. phpunit-extensions phpunit-extensions Public

    📦 Some cool extensions for PHPUnit

    PHP 34 6

  4. bot-mr-dear bot-mr-dear Public

    Interact with your Oh Dear! sites chatting with this bot.

    PHP 19 3

  5. vue-minesweeper vue-minesweeper Public

    💣 The classic Minesweeper game built with Vue. Just for learning purposes.

    JavaScript 1 3

  6. vue-snake vue-snake Public

    🐍 The classic Snake game built with Vue. Just for learning purposes.

    Vue 13 7