Nacho Codoñer 👨🏻💻🧾☄️🚀
@nachocodoner
Core Engineer | Modernizing @MeteorJS to empower cross‑platform app development | Hobbyist app developer on hold
Introverts want a peaceful quiet life. No confusion. No drama. No games. No stress. Doing deep work. Calm, focused, and independent. Sitting on the porch, having a deep conversation with a loved one, sipping tea, and watching the sun go down in silence.
@meteorjs 3.3 brought impressive gains! After 3 years of deep architectural work during the v3 migration, we've shifted focus to performance & DX. Huge props to @nachocodoner, @gab_grubba, and @italojs_ for killing it! 👏 v3.4 is dropping soon with even more improvements.
Rstest v0.0.1 is out 🎉 It's still a WIP for early testing, but we're proud of this first step and are focused on shipping more features soon. A huge shout-out to the incredible Jest and Vitest. Rstest is inspired by their design and aims for API compatibility.
Rstest has landed in the Rsbuild repo: ⚡️ 300+ tests finished in 2 seconds ⚡️ migration took less than 10 minutes Rstest is still early, but v0.0.1 is dropping soon 🔥
Meteor-Rspack Integration 🔥 - build times drop by 75.4% - reducing refresh time on client changes by about 96%
tinyurl.com/59vmxswz Meteor development will meet modern bundler speeds. We are integrating RSPack, which is already delivering impressive gains by offloading app compilation to it.
🚀 Check out this week's Top 7 DEV posts! Amazing reads from @Ujj1225, @aurelievache, @debs_obrien, @flynerdpl, @nachocodoner, and more! #Javascript #ChatGPT #Kubernetes #CyberSecurity dev.to/devteam/top-7-…
Rspack & Rsbuild 1.4 is out! 🎉 🍀 Running in the browser ⚡️ Smaller bundles ⚡️ Incremental build by default 🪚 New CssChunkingPlugin 🦀 Lots of Rstack progress rspack.dev/blog/announcin…
Super impressive! I'm getting a 53% improvement in initial startup time, from 54 sec down to 20, and rebuilds are absolutely flying!
Meteor 3.3 is out! • Build times slashed by ~60% on average, with some projects building 3x faster. • Major bundler update switching from Babel to SWC + optimizations. • React 19 support! We're already running in production on @CloudByGalaxy and seeing huge gains 🙌
Production bundle quality matters. In Rspack 1.4, we collaborated with SWC to improve dead code elimination. For example, Rspack and SWC can now produce the smallest bundle for react-router-dom.
I can understand why Bun does it, but these attempts of nudging users away from Vite and Vitest ignores the fact that Bun's corresponding features are not fully equivalent replacements. Vite & Vitest gives you: - Better non-React framework support - Better production bundle…
The best part is that our team is working on something bigger and faster for @meteorjs 😎
After months of polishing, Rspack's incremental build is now stable ⚡️ It's already enabled by default in Rsbuild and and will also be enabled by default in @rspack/core v1.4. Here's the feedback we just received:
Today it is all about performance in @meteorjs (and React and Node in general). Join me, @alimgafar, @italojs_ and @nachocodoner today for an exciting episode of Dispatches!
Our rebranding has finally been applied to the @meteorjs website!
🚀 Big updates in @meteorjs 3.3-beta! 🔧 @swc_rs transpiler = faster builds (#13657) ⚙️ Modern arch by default (#13665) 🧠 CPU profiling support (#13650) 📊 meteor profile improved (#13694) 🪝 Better useFind & useSubscribe 📬 replaceEmailAsync in Accounts (#13677) [1/2]
Rspack's persistent cache is getting better - faster and more stable🚀 Huge shoutout to @sebastienlorber for testing it with Docusaurus and providing valuable feedback 💪