Learn about the ways to read and import JSON files in Node.js ECMAscript modules (ESM).
Posts people like
A list of APIs to generate random avatar placeholder images.
The new Safari 18 beta dropped and it's packed with new web features. I collected browser compat information and checked what features are safe to use today.
Learn how to use Tailwind's group selector and arbitry variants to style an element's children.
Learn how to replace all on a DOM element registered event listeners by replacing it with a clone of itself.
Intl
enables you to split strings into meaningful parts such as words, sentences and graphemes..Segmenter Override and enforce dependency versions using npm "overrides".
Node.js' top-level await feature is available in ES modules. Find out about three ways to enable it and untangle your code.
Alternative text for generated CSS content hits the baseline,
letter-spacing
behaves differently tha you think and Chrome ships new devtools features to debug performance issues.I always thought that JS engine implemented property order in objects differently and thus we can not rely on order of certain properties. It turns out this was fixed.