adrianfaciu.dev
Congrats to Eemeli Aro @mozilla.org on advancing Import Text to Stage 2 at TC39 today 🎉
It uses an import attribute for easy loading.
import text from "path/to/file.txt" with { type: "text" };
github.com/eemeli/propo...
Congrats to Eemeli Aro @mozilla.org on advancing Import Text to Stage 2 at TC39 today 🎉
It uses an import attribute for easy loading.
import text from "path/to/file.txt" with { type: "text" };
github.com/eemeli/propo...
Storybook MCP fixes that.
It turns your stories, docs & tests into machine-readable context so agents actually follow your patterns.
Storybook MCP fixes that.
It turns your stories, docs & tests into machine-readable context so agents actually follow your patterns.
A must read.
www.epicweb.dev/vitest-brow...
A must read.
www.epicweb.dev/vitest-brow...
The module graph fails in cases where two modules import a third at the same time. Demo: random-stuff.jakearchibald.com/bug-repros/t...
It's best to avoid the feature for now 😔
The module graph fails in cases where two modules import a third at the same time. Demo: random-stuff.jakearchibald.com/bug-repros/t...
It's best to avoid the feature for now 😔
Developers can customize and extend Oxlint using JavaScript, but at a speed approaching Rust, due to 'raw transfer' between Rust and JS, and other breakthroughs
Many ESLint plugins can run without any modification.
Read the full post👇
Developers can customize and extend Oxlint using JavaScript, but at a speed approaching Rust, due to 'raw transfer' between Rust and JS, and other breakthroughs
Many ESLint plugins can run without any modification.
Read the full post👇
whimsy.joshwcomeau.com
I’m so excited to share all of my animation tools and techniques with y’all. 😄
whimsy.joshwcomeau.com
I’m so excited to share all of my animation tools and techniques with y’all. 😄
https://github.com/eslin...
https://github.com/eslin...
github.com/reduxjs/redu...
github.com/reduxjs/redu...
Up to now, we've reached out to guest authors, but we have the systems in place now to ensure quality.
Of course, we pay writers too.
piccalil.li/guest-author...
Up to now, we've reached out to guest authors, but we have the systems in place now to ensure quality.
Of course, we pay writers too.
piccalil.li/guest-author...
Tried it out on the @sentry.io codebase and it yields an instant 35% time reduction with `--concurrency=2` in CI 🔥
This is fantastic 🚀
Tried it out on the @sentry.io codebase and it yields an instant 35% time reduction with `--concurrency=2` in CI 🔥
This is fantastic 🚀
General principles of writing code don’t expire, but all the details do.
Depressing, if you were hoping to work-and-then-coast.
Exciting, if you were hoping that life would never become boring.
General principles of writing code don’t expire, but all the details do.
Depressing, if you were hoping to work-and-then-coast.
Exciting, if you were hoping that life would never become boring.
Pay As You Feel (PAYF) for tickets.
#TeamTopologies
▶️ teamtopologies.com/launch
Pay As You Feel (PAYF) for tickets.
#TeamTopologies
▶️ teamtopologies.com/launch
All the talks from #JSHeroes 2025 are now available on our YouTube channel:
👉 bit.ly/3GEBiUf
Enjoy & share them with fellow JS enthusiasts! 💙
#TechConference #TechInnovation #JavaScriptTrends
All the talks from #JSHeroes 2025 are now available on our YouTube channel:
👉 bit.ly/3GEBiUf
Enjoy & share them with fellow JS enthusiasts! 💙
#TechConference #TechInnovation #JavaScriptTrends
Huge thanks to Anders, @jakebailey.dev, and everyone else on the project for the incredible performance gains.
Huge thanks to Anders, @jakebailey.dev, and everyone else on the project for the incredible performance gains.
Write normal code. Just the basic good stuff. Don't be fancy, don't be clever. Don't use currying everywhere. You don't need Docker for everything. Also don't write dumb code. Please write good code. But make it normal. As unsurprising as possible.
Thank you
Write normal code. Just the basic good stuff. Don't be fancy, don't be clever. Don't use currying everywhere. You don't need Docker for everything. Also don't write dumb code. Please write good code. But make it normal. As unsurprising as possible.
Thank you
Our Rust-powered JavaScript/TypeScript linter delivers 50~100x faster performance than ESLint with 500+ rules and zero configuration required.
Time to give it a try!
voidzero.dev/posts/announ...