Nice deep dive by Axel Rauschmayer on util.styleText() in Node.js. Clean way to handle ANSI styling natively. No deps needed.
https://2ality.com/2025/05/ansi-escape-sequences-nodejs.html
Nice deep dive by Axel Rauschmayer on util.styleText() in Node.js. Clean way to handle ANSI styling natively. No deps needed.
https://2ality.com/2025/05/ansi-escape-sequences-nodejs.html
Want the full git story behind a file?
git log -p -- your-file-name.js
See every change, every commit, every regret.
#git #versioncontrol #javascript #devtools
Great reminder on effective ways to log deep objects on the server in Node.js! Useful tips to make debugging easier without overwhelming your logs. Check out the video here: https://youtu.be/Ozg5UqaD5fg?si=aK5lv9RK3plX8M_e
For those working with Git, @stefanjudis has shared a valuable tip on how to search exclusively within added or removed lines in commits. This approach is particularly beneficial when analyzing code evolution or investigating recent changes. #Git #DevelopmentTips
https://www.stefanjudis.com/today-i-learned/how-to-search-for-strings-in-git-commit-additions-or-deletions/
Big React Aria release! 🚀
🎨 7 Color Picker components now GA, with new Tailwind starter kit examples!
⏳ Pending Button state
🚪 New Disclosure component
🪗 DisclosureGroup (aka Accordion)
🌴 Tree beta
📱 Improved Android touch handling
Check it out! https://react-spectrum.adobe.com/releases/2024-09-30.html
Great work on React Aria components @devongovett and team. It's a joy to use.
https://react-spectrum.adobe.com/react-aria/
Could Jest be replaced with the native test runner in Node 20?
https://blog.erickwendel.com.br/step-by-step-guide-migrating-from-jest-to-nodejs-native-test-runner
Had fun building a side project with Lucia Auth recently. Nice docs and abstractions that are easy to wrap your head around.
https://lucia-auth.com