Skip to content
View yoannmoinet's full-sized avatar
๐Ÿถ
DX and Tooling
๐Ÿถ
DX and Tooling

Organizations

@bower @damonjs
Block or Report

Block or report yoannmoinet

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

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

  1. nipplejs nipplejs Public

    ๐ŸŽฎ A virtual joystick for touch capable interfaces.

    JavaScript 1.7k 178

  2. notee notee Public

    Get a notification after a long command.

    JavaScript 49

  3. dotconf dotconf Public

    ๐Ÿ’ One file, to rule them all.

    JavaScript 45

  4. damonjs/damon damonjs/damon Public

    ๐Ÿ‘ค Bot navigating urls and doing tasks.

    JavaScript 21 2

  5. Mac OS X icon.icns Mac OS X icon.icns
    1
    #!/bin/sh
    2
    #Usage: ./icons.sh ../assets/media/icon_color_1024.png ../assets/icons
    3
    
                  
    4
    name=$(basename "$1" ".png")
    5
    dir=$(cd "$(dirname "$2")"; pwd)/$(basename "$2")
  6. Apply a masked circle on element. Apply a masked circle on element.
    1
    // Main process
    2
    export const createSeeThroughWindow = () => {
    3
        const w = new BrowserWindow({ transparent: true });
    4
        w.setIgnoreMouseEvents(true);
    5
    };