Skip to content
View flipeador's full-sized avatar
🇦🇷
🇦🇷

Organizations

@ahkscript
Block or Report

Block or report flipeador

Report abuse

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

Report abuse
flipeador/README.md

Flipeador

I like watermelon 🍉



If you've been digging around through my repositories, you've probably noticed that I like to reinvent the wheel and write my own libraries. These are my reasons.

  • When I use a library, I like to know what it does and how it actually works, and I also want to make sure it works exactly as I expect it to.
  • Writing my own code feeds my knowledge and it gives me comfort to know that it is written following my own coding style.
  • When I write my own libraries, I try to keep the code simple, lightweight and with as few dependencies as possible.
  • I like up-to-date and efficient code, using the most modern features.

🤷‍♂️⠀I don't know what unit testing is, but I'm pretty good at Minecraft if you want to watch me play it.

🧠⠀Don't worry, I always put semicolons in JavaScript.

😜⠀Trust me bro.


🛠 OS and Tools


🛠 Languages and Frameworks


GitHub Gists

Pinned Loading

  1. Unicode characters and emojis. Unicode characters and emojis.
    1
    # Unicode Characters & Emojis
    2
    
                  
    3
    A character is an overloaded term that can mean many things.
    4
    This gist will briefly touch on the differences between Code Point, Code Unit, Grapheme and Glyph, with a particular focus on emojis.
    5
    
                  
  2. browser-scripts browser-scripts Public

    Monorepo with scripts for use with extensions that provides userscripts support for browsers.

    JavaScript 1

  3. node-http-cors node-http-cors Public

    Node.js HTTP CORS middleware.

    JavaScript

  4. node-otp-2fa node-otp-2fa Public

    Node.js One-time password (OTP) / TOTP / HOTP

    JavaScript

  5. node-http-cookies node-http-cookies Public

    Node.js HTTP cookie parsing middleware.

    JavaScript

  6. node-workerpool node-workerpool Public

    Create a pool of workers and execute a function or file in worker threads and child processes.

    JavaScript