Skip to content
View zetxek's full-sized avatar
😎
Time off work - time to play with pet projects (and AI 🤖)
😎
Time off work - time to play with pet projects (and AI 🤖)

Sponsors

@Benedolt

Block or report zetxek

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 in threads (best for a quick message, I rarely log to twitter X now), 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

    Adritian - High performance Hugo Theme for Personal Websites. With job experience, portfolio, dark/light theme, blog, multi-language and best frontend practices out of the box.

    HTML 146 107

  2. adrianmoreno.info adrianmoreno.info Public

    Static website generated with hugo CMS, hosted in vercel

    HTML 18 8

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

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

    Swift 34 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. adritian-demo adritian-demo Public template

    Demo for the free Hugo theme Adritian

    TypeScript 4 2

  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");