Node.js's 14th birthday and ten years since Reactjs. Drawing shapes with one function, Inkline, Aimless - randomness library, Svelvet, how to create a dark mode
https://www.nray.dev/blog/300ms-faster-reducing-wikipedias-total-blocking-time/
Quite a long but nice article. If you are into React, you will enjoy this one
https://frontendmastery.com/posts/the-evolution-of-react-patterns/
This is a fun article. After 2 min reading, you will learn to draw any (nearly) shape.
https://developer.mozilla.org/en-US/blog/javascript-shape-drawing-function/
Yep, apparently, this is the age of the Node.js
https://twitter.com/nodejs/status/1662130000987062274
If that doesn’t make you feel old, I don’t know what will. There is an exciting interview to listen to as well.
https://vercel.com/blog/10-years-of-react
Looks nice, and the code is very readable.
The missing JS randomness library. If nothing more, I would say the name is great. Also, the size is pretty tiny - 6KB.
https://chriscavs.github.io/aimless-demo/
Interactive, node-based UIs and diagrams in Svelte
Mastering CSS Blend Modes
Basically, simplified Photoshop in CSS
https://www.kodingkitty.com/blog/blend-modes/
https://blog.getbootstrap.com/2023/05/30/bootstrap-5-3-0/
https://dev.to/madsstoumann/dark-mode-in-3-lines-of-css-and-other-adventures-1ljj
It's an exciting read, but beware, this uses CSS4, and support is not there yet.
https://pawelgrzybek.com/vertical-rhythm-using-css-lh-and-rlh-units/
With Bun, you can run macros at the build time, and the result is directly inlined into your code