Tweets
- Tweets, current page.
- Tweets & replies
- Media
You blocked @ehmicky
Are you sure you want to view these Tweets? Viewing Tweets won't unblock @ehmicky
-
Pinned Tweet
Writing
#nodejs code that works on#windows,#mac and#linux 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:https://git.io/fhzz5Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
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! https://boards.greenhouse.io/netlify/jobs/4832483002 …
#nodejs#javascript#jobs#hire#career#js#netlifyThanks. Twitter will use this to make your timeline better. UndoUndo -
Array slice notation is a nice ES proposal. It was added to ESTree this week. https://github.com/tc39/proposal-slice-notation … ``` const arr = ['a', 'b', 'c', 'd'] arr[3:] // ['d'] arr[1:3] // ['b', 'c'] arr[-1:] // ['d'] arr[:] // ['a', 'b', 'c', 'd'] ```
#js#javascript#nodejs#nodeThanks. Twitter will use this to make your timeline better. UndoUndo -
#netlify Build Plugins is the #5 Product of the Day on@ProductHunt for today! https://www.producthunt.com/posts/netlify-build-plugins …#jamstackconf#jamstack#webThanks. Twitter will use this to make your timeline better. UndoUndo -
#netlify 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! https://www.netlify.com/blog/2020/05/27/netlify-build-plugins-are-here/ …@SteveALee@_munter_#jamstackconf#JamStack#webThanks. Twitter will use this to make your timeline better. UndoUndo -
`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. https://nodejs.org/api/v8.html#v8_serialization_api …
#nodejs#node#js#javascript#v8#linux#macos#windowsThanks. Twitter will use this to make your timeline better. UndoUndo -
Node.js 13.11.0 cross-platform update: a new method `os.version()` is now available. It's like `os.release()` but more precise. https://nodejs.org/api/os.html#os_os_version … https://github.com/ehmicky/cross-platform-node-guide/blob/master/docs/7_system/os_identification.md …
#nodejs#node#js#javascript#windows#mac#macos#linuxShow this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
ehmicky Retweeted
My
@netlify 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
https://url.netlify.com/HkezK7hE8 Thanks. Twitter will use this to make your timeline better. UndoUndo -
ehmicky Retweeted
If you use 2FA to publish npm packages but also want automated builds, my colleague
@erezrokah has built a GitHub action that sends you a message on Slack requesting the 2FA token when a publish is about to happen:https://github.com/erezrokah/2fa-with-slack-action …Thanks. Twitter will use this to make your timeline better. UndoUndo -
Thanks
@nodejs 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. https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md#12.16.0 …#js#javascript#node#linux#macos#windowsThanks. Twitter will use this to make your timeline better. UndoUndo -
ehmicky Retweeted
I've been using `execa` in any recent project dealing with
@nodejs 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@sindresorhus and@ehmicky for this
https://github.com/sindresorhus/execa …Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
1000 stars on the Node.js cross-platform guide, on Christmas day!
#nodejs#node#javascript#js#windows#mac#macos#linux#programming#interoperability#terminal#shell#bash#unix#doshttps://twitter.com/JavaScript1000/status/1209942039393185792 …Thanks. Twitter will use this to make your timeline better. UndoUndo -
nve 8.0: Run tests on multiple Node.js versions locally. For example: `nve 8 10 13 npm test`. https://github.com/ehmicky/nve/blob/master/README.md#examples-multiple-versions …
#node#nodejs#js#javascript#programming#testingThanks. Twitter will use this to make your timeline better. UndoUndo -
@ljharb@claudepache@rkisling@the_gisenberg@drosenwasser@j31d0 thanks for working on this awesome feature!Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
Optional chaining just got promoted to ES stage 4! https://github.com/tc39/proposals/commit/34c4f061bc4d1ca143621aaec78fa7f8585241a7 …
#js#javascript#babel#typescript#nodejs#node#programming#ecmascriptShow this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
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.
#nodejs#javascript#js#node#programming#esm#npm#yarnThanks. Twitter will use this to make your timeline better. UndoUndo -
ES modules experimental flag in Node.js has been finally removed! https://github.com/nodejs/node/pull/29866 …
#nodejs#node#js#javascript#programmingThanks. Twitter will use this to make your timeline better. UndoUndo -
(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 threadThanks. Twitter will use this to make your timeline better. UndoUndo -
(2/3) The changelog could be enhanced. For example, a blog post featuring examples.
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
(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 threadThanks. Twitter will use this to make your timeline better. UndoUndo -
(0/3) 3 things that could be improved with Node.js release process.
#nodejs#node#js#javascript#programmingShow this threadThanks. Twitter will use this to make your timeline better. UndoUndo
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.
How to write cross-platform Node.js code