ehmicky

@ehmicky

Node.js back-end developer. Works on Netlify Build/CI.

Remote
Joined October 2012

Tweets

You blocked @ehmicky

Are you sure you want to view these Tweets? Viewing Tweets won't unblock @ehmicky

  1. Pinned Tweet
    21 Jan 2019

    Writing code that works on , and can be tricky. There are only few guides that cover this topic thoroughly so I decided to share my own experience gathered over the years:

    Show this thread
    Undo
  2. Aug 26

    We are hiring a new open-source Node.js backend engineer at Netlify, either remote or San Francisco. Please DM me if you are interested!

    Undo
  3. Aug 2

    Array slice notation is a nice ES proposal. It was added to ESTree this week. ``` const arr = ['a', 'b', 'c', 'd'] arr[3:] // ['d'] arr[1:3] // ['b', 'c'] arr[-1:] // ['d'] arr[:] // ['a', 'b', 'c', 'd'] ```

    Undo
  4. May 27
    Undo
  5. May 27

    Build plugins are finally out! It's been lots of fun working on this with an amazing team, and I'm curious to see what people will create with them!

    Undo
  6. Apr 30

    `v8.serialize|deserialize()` is a great alternative to `JSON.stringify|parse()`. It's V8-specific and is a binary format, but it serializes much more types. Available since Node 8.

    Undo
  7. Mar 14

    Node.js 13.11.0 cross-platform update: a new method `os.version()` is now available. It's like `os.release()` but more precise.

    Show this thread
    Undo
  8. Retweeted
    Mar 3

    My colleague Dennis & his wife lost their home in the Tennessee tornado last night 😢. He is a wonderful person, and an amazing support engineer, always there to help and make things better! Help us help him by joining our fundraiser 💖

    Undo
  9. Retweeted
    Feb 19

    If you use 2FA to publish npm packages but also want automated builds, my colleague has built a GitHub action that sends you a message on Slack requesting the 2FA token when a publish is about to happen:

    Undo
  10. Feb 16

    Thanks for backporting all those features from Node 13 to Node 12: WASI, advanced IPC serialization, EventEmitter.on(), and more! This will allow everyone to use those features much earlier.

    Undo
  11. Retweeted
    Feb 15

    I've been using `execa` in any recent project dealing with child process, and it is so well designed that I wished core would offer this. It saves you from a lot of trouble! Thank you and for this ❤️

    Show this thread
    Undo
  12. 25 Dec 2019
    Undo
  13. 10 Dec 2019

    nve 8.0: Run tests on multiple Node.js versions locally. For example: `nve 8 10 13 npm test`.

    Undo
  14. 4 Dec 2019

    thanks for working on this awesome feature!

    Show this thread
    Undo
  15. 4 Dec 2019
    Show this thread
    Undo
  16. 27 Nov 2019

    I love that ES modules are encapsulated by default when using the new `package.json` `exports` property (introduced by Node.js). `import 'packageName/path/to/file.js'` must be explicitly allowed by package authors.

    Undo
  17. 12 Nov 2019

    ES modules experimental flag in Node.js has been finally removed!

    Undo
  18. 11 Nov 2019

    (3/3) Few new features are sometimes missing from the changelog highlights. They can be found when digging through the list of commits, but this is not ideal.

    Show this thread
    Undo
  19. 11 Nov 2019

    (2/3) The changelog could be enhanced. For example, a blog post featuring examples.

    Show this thread
    Undo
  20. 11 Nov 2019

    (1/3) I am not completly convinced with the need for an odd/even version distinction which I find more confusing than useful.

    Show this thread
    Undo
  21. 11 Nov 2019

    (0/3) 3 things that could be improved with Node.js release process.

    Show this thread
    Undo

Loading seems to be taking a while.

Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.

    You may also like

    ·