Skip to content
View devfle's full-sized avatar
πŸ¦™
πŸ¦™
  • Germany

Highlights

  • Pro

Block or report devfle

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
devfle/README.md

Hi there πŸ‘‹

πŸ’» I’m a Developer based in Germany.

πŸ‘¨β€πŸŽ“ Currently i am studying user experience design in my spare time.

🎨 I also like to design software

🐍 At the moment I’m trying to learn python with my Github Level System Project.

πŸ¦™ Fun fact: My favorite animals are alpacas.


My Github level 🎊

level: 15 β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 62.33%
πŸ’ͺ 1x contribute β†’ 20 experience points
🌟 1x follower β†’ 25 experience points
πŸ“ 1x repository β†’ 5 experience points

Pinned Loading

  1. readme-level-up readme-level-up Public

    A small action that converts interactions made on GitHub into experience points

    Python 4

  2. tidbyt/community tidbyt/community Public

    A publishing platform for apps developed by the Tidbyt community πŸš€

    Starlark 424 794

  3. in-stock-check in-stock-check Public

    Helps you to search for specific DOM elements on web pages and then send a notification to your own Discord server

    TypeScript 2

  4. rhein-level-dashboard rhein-level-dashboard Public

    A small dashboard that shows the current and past Rhine levels in different German cities

    Java 1

  5. Activate all Payback coupons with on... Activate all Payback coupons with one command
    1
    // command must be executed on the coupon page
    2
    document.querySelectorAll('[data-testid^="coupon-button-"][data-testid$="-not_activated"]').forEach((_) => {
    3
        _?.click();
    4
    });