yoannmoinet - Overview

Hi there 👋

I am a JS and NodeJS developer.

🙌 Currently working at Datadog in the FrontEnd Platform team, improving the developer experience and efficiency for 300 engineers.

📜 Previously Zendesk, Autodesk and Cossette.

🔗 You can find me on Twitter and LinkedIn.

Pinned Loading

  1. 🎮 A virtual joystick for touch capable interfaces.

    JavaScript 1.9k 194

  2. Get a notification after a long command.

    JavaScript 52 1

  3. 💍 One file, to rule them all.

    JavaScript 45

  4. 👤 Bot navigating urls and doing tasks.

    JavaScript 22 3

  5. 2

    #Usage: ./icons.sh ../assets/media/icon_color_1024.png ../assets/icons

    4

    name=$(basename "$1" ".png")

    5

    dir=$(cd "$(dirname "$2")"; pwd)/$(basename "$2")
  6. 2

    export const createSeeThroughWindow = () => {

    3

        const w = new BrowserWindow({ transparent: true });

    4

        w.setIgnoreMouseEvents(true);