I'm excited to announce Got v10 🌐
✅ Rewritten in TypeScript
✅ Refined API
✅ Brotli support
✅ DNS caching
✅ Custom metadata across request & hooks
✅ Fixed all known bugs
Got is a human-friendly HTTP request library for Node.js.
https://t.co/Rvo3QEKSUC
A new version of eslint-plugin-unicorn is out with 5 new rules and some improvements and fixes. The most interesting rule is `expiring-todo-comments` which lets you add expiration conditions to TODO comments (see screenshot).
https://t.co/SH2st1BeC6
Highlights from Git 2.23 https://t.co/RoXPGsOCrW
Main changes is the responsibility split of the « git checkout » command into 2 new commands:
• « git switch » to switch to a branch (-c option to also create it)
• « git restore » to restore a file locally from a remote
Awesome @ohmyzsh plugin of the day: Z
`z PATTERN` => Jump to the most used directory matching PATTERN, based on Frecency (It's not a typo, Google it ^_^)
This is literally my favorite plugin to date!
#shell#zsh#unix
🏋️♂️ The weight of your JavaScript is a crucial performance issue
✍️ Here is my new blog post: "The Weight of JS"
🏊♂️ A deep dive into optimization techniques and measures of currents frameworks and libraries
👉 https://t.co/ZzyvUG79SP
I'm *extremely* excited to announce https://t.co/DQiFfTdVj5 - The Responsive Design Browser 🎉 🎊 🔥 🥁 🎺 🥳
YES! An actual browser for designers and developers 🤩
Tons of amazing features and even more coming soon! 😎
3 random people who RT will get a lifetime license 👌 🎫
@erinfranmc So useful!
I use indent-rainbow as well for keeping track of where I'm at. For files without brackets or with long methods it's super handy.
https://t.co/DW7bfcPjoU
Looking for feedback on a new ESLint rule that adds expiring TODO comments. You can, e.g., define that a TODO expires on a certain date or after a certain dependency is updated. This is meant to help prevent TODO comment rot. (Comment on the PR, not here) https://t.co/NLFhSvQaDh
There’s a new way to contribute to open source: GitHub Sponsors 💖
Now you can fund the developers who build and maintain the code you use and love.
#GitHubSatellite
https://t.co/sF0uAdzgtp
Node.js is marketed as async and non-blocking, but crypto operations are still blocking. If you need async non-blocking hashing, my `crypto-hash` package now does non-blocking hashing using worker threads when on Node.js 12 or later. Thanks to @stroncium 🙌https://t.co/XhjEPHN8x3