Skip to content
View zetxek's full-sized avatar
🐢
TEENAGE MUTANT NINJA TURTLES - Heroes in a half shell!
🐢
TEENAGE MUTANT NINJA TURTLES - Heroes in a half shell!

Block or report zetxek

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

Hi, I'm Adrián 👋

  • 🧾 I work at SumUp.com in Copenhagen as a VP of Engineering and Tribe Lead, for the Invoices tribe (more about the (awesome) product 🧾, and more about how we work and organize ourselves 🗺️)
  • 🌱 I’m currently interested on how how to design an organization for high performance, while maximizing individual happines 🦄
  • 💬 Ask me about 🧑‍💻 team leadership, 🕸 web development, 🌎 working in multi-cultural environments, 🗺️ digital transformation...
  • 📫 How to reach me: linkedin (I write some articles here and there), @zetxek (best for a quick message), online (best for a longer message or check my CV).
  • 🙋‍♂️ Pronouns: he/him
  • ⚡ Fun fact: I'm left handed 🤚

📃 You can find more information about me as a colleague/person or especifically as a manager in my Manager README.

Pinned Loading

  1. adritian-free-hugo-theme adritian-free-hugo-theme Public

    Forked from radity/raditian-free-hugo-theme

    Adritian - Hugo Theme for Personal Websites

    CSS 82 65

  2. adrianmoreno.info adrianmoreno.info Public

    Static website generated with hugo CMS, hosted in vercel

    CSS 13 7

  3. osx-menubar-translate osx-menubar-translate Public

    Quick shortcut to Google Translate in OS X's menu bar

    Swift 30 5

  4. Remote-Kodi-OS-X Remote-Kodi-OS-X Public

    Remote Kodi for OS X is a very simple native remote for Kodi/XBMC, written in swift.

    Objective-C 11 4

  5. jorani jorani Public

    Forked from bbalet/jorani

    Leave and Overtime Management System

    JavaScript 1

  6. Google translate bookmarklet code - ... Google translate bookmarklet code - to load a google translate bar.
    1
    // create it in your browser by copying the rest of the script - and appending the "address" with "javascript: ", and then paste the code
    2
    try {
    3
      console.log("starting, inserting script");
    4
      languages = "en,es,da";
    5
      o = document.createElement("scri" + "pt");