Edouard Bozon's Avatar

Edouard Bozon

@edbzn.bsky.social

Software Engineer @ Rosa · OSS contributor · https://edbzn.dev

204 Followers  |  148 Following  |  14 Posts  |  Joined: 26.11.2024  |  1.7365

Latest posts by edbzn.bsky.social on Bluesky

see you there

03.04.2025 08:57 — 👍 2    🔁 0    💬 1    📌 0
Preview
A New Nx Experience for TypeScript Monorepos and Beyond Latest news from the Nx & Nx Cloud core team

Step into the Future of TypeScript Monorepos!

Discover our enhanced setup for TypeScript projects, offering lightning-fast build times and streamlined efficiency. The perfect time to build with Nx is now!

Want to know more? Our own @juri.dev has you covered in our latest blog!

bit.ly/3Cw9EH1

29.01.2025 17:30 — 👍 30    🔁 11    💬 1    📌 4
TypeScript Project References Demistified
Let's dive into what TypeScript project references are and how they can help with incremental type checking.Read the blog: https://nx.dev/blog/typescript-pro... TypeScript Project References Demistified

Just dropped: Zack DeRose has an article on TypeScript project references - check out what they are, how they help, and how Nx can help you automate the maintenance of references!

Blog Post: nx.dev/blog/typesc...
YouTube Video: youtu.be/SDE3cIq28s8

27.01.2025 16:00 — 👍 35    🔁 13    💬 2    📌 4
State of Rspack in Angular Exploring the current state of Rspack in Angular, its benefits, limitations, and future potential for faster builds and enhanced performance.

Recently, real progress has been made around @rspack.dev and @angular.dev, it has several benefits over esbuild so I wrote a blog post about it. I'm excited to see how it is going to progress in 2025.

edbzn.dev/state-of-rsp...

24.01.2025 10:31 — 👍 3    🔁 0    💬 0    📌 1
Preview
devkit/packages/swc-angular at main · jscutlery/devkit Cutleries to help you cook better apps. Contribute to jscutlery/devkit development by creating an account on GitHub.

We've released our package @jscutlery/swc-angular and its internal Rust plugin to support Angular v19 and @swc/core v1.10.x.

github.com/jscutlery/de...

14.01.2025 09:38 — 👍 0    🔁 0    💬 0    📌 0
Visualizing Angular CLI bundles with Sonda | Sonda Universal visualizer and analyzer for JavaScript and CSS bundles. Works with Vite, Rollup, webpack, Rspack, and esbuild

Sonda has a new Angular CLI integration.

sonda.dev/frameworks/a...

31.12.2024 08:33 — 👍 6    🔁 3    💬 0    📌 0
Sonda Universal visualizer and analyzer for JavaScript and CSS bundles. Works with Vite, Rollup, webpack, Rspack, and esbuild

Just tried out sonda.dev , a new bundle analyzer from @filipsobol.bsky.social . Very impressed! Simple to set up, fast results, and particularly handy view of size from original lib sources (assuming lib sourcemaps) with the `detailed` option.

31.12.2024 20:56 — 👍 47    🔁 7    💬 1    📌 1
Post image

Nx Champion takeover!! @beaussan.io wrote a deep dive on our Nx blog about:

✨ Nx inference API
🚗 Automate port allocation
😎 Run your @storybook.js.org tests in parallel
💥 No more port collisions

It was so good, @juri.dev had to make a video too:
nx.dev/blog/dynami...

18.12.2024 16:52 — 👍 10    🔁 4    💬 1    📌 3
Preview
inquirer A collection of common interactive command line user interfaces.. Latest version: 12.2.0, last published: 2 days ago. Start using inquirer in your project by running `npm i inquirer`. There are 90006 ...

Yes, by using inquirer programmatically in the generator implementation.

www.npmjs.com/package/inqu...

09.12.2024 15:53 — 👍 2    🔁 0    💬 1    📌 0
Preview
Feature: Add Capacitor Crystal Plugin by edbzn · Pull Request #1130 · nxext/nx-extensions This pull request adds an inference plugin for Capacitor. Summary of changes The configuration generator sets the plugin in nx.json instead of statically generating targets in the project.json: {...

PR 🟢 for Capacitor inferred tasks:
github.com/nxext/nx-ext...

08.12.2024 09:49 — 👍 1    🔁 0    💬 0    📌 0
Cut My Task Into Pieces - Concurrent Mode in Angular - Julian Jandl | NG-DE 2024
YouTube video by NG-DE Conference Cut My Task Into Pieces - Concurrent Mode in Angular - Julian Jandl | NG-DE 2024

Nice in-depth talk about concurrent mode a.k.a. non-blocking UI in Angular by @julianjandl.bsky.social.

www.youtube.com/watch?v=e7kN...

03.12.2024 11:58 — 👍 0    🔁 0    💬 0    📌 0
Post image

It took me quite some time, but I finally released @jscutlery/semver v5.5.0 with Nx 20 support 😇.

Even though Nx recently implemented its built-in release feature, our package is still widely used, with at least 70k downloads per week 🚀.

03.12.2024 11:32 — 👍 1    🔁 0    💬 0    📌 0
Angular 19 blew me away
YouTube video by Theo - t3․gg Angular 19 blew me away

Really enjoyed the fair and balanced take on the #Angular v19 release by @t3.gg.

Always appreciate the acknowledgement of @analogjs.org also! 🤝

youtu.be/pYKAngWoyVw

01.12.2024 22:37 — 👍 43    🔁 3    💬 2    📌 1
A practical guide to building cross-platform apps with Angular, Ionic, Capacitor, and Nx · Part 2 · Building a social feed This article is part of a practical series on building cross-platform apps using Angular, Ionic, Capacitor, and Nx. Part 1 · Workspace setup and app…

Part 2 of my series "A Practical Guide to Building Cross-Platform Apps with Angular, Ionic, Capacitor, and Nx" is here.

In this post, I build a social feed app with virtual scrolling and infinite scroll, powered by Angular 19's latest features.

edbzn.github.io/a-practical-...

01.12.2024 15:01 — 👍 4    🔁 0    💬 0    📌 0
Post image

Curious, which syntax do you prefer?

01.12.2024 11:43 — 👍 1    🔁 0    💬 2    📌 0

Continuing my series about crafting cross-platform apps using Angular, Ionic, Capacitor, and Nx. I'm now building a social feed app using RxAngular virtual scroll.

30.11.2024 12:36 — 👍 3    🔁 0    💬 0    📌 0
A Practical guide to building cross-platform apps with Angular, Ionic, Capacitor, and Nx This article is part of a practical series on building cross-platform apps using Angular, Ionic, Capacitor, and Nx. In this first part, I’ll guide you through…

📝 New blog post about building cross-platform apps with Angular, Ionic, Capacitor, and Nx.

edbzn.github.io/a-practical-...

29.11.2024 15:48 — 👍 16    🔁 2    💬 0    📌 0

Working on a practical guide to build cross-platform apps using Angular, Ionic, Capacitor, and Nx.

29.11.2024 13:32 — 👍 0    🔁 0    💬 0    📌 0
Preview
RFC: Linking Packages with Workspaces (aka New TypeScript Setup) · nrwl nx · Discussion #29099 This RFC proposes a transition from using tsconfig.base.json compilerOptions.paths for linking TypeScript packages to using the workspaces feature available in package managers like npm, yarn, pnpm...

👀 Interesting RFC!

👍 I appreciate that @nx.dev consistently strives to follow standards whenever possible.

github.com/nrwl/nx/disc...

28.11.2024 09:16 — 👍 2    🔁 1    💬 0    📌 0
Preview
What is Frontend Architecture? - Tomasz Ducin - blog While working on applications (let it be React, Angular, Vue, pick your favorite one), we make architectural decisions all the time. It's extremely important to be aware of them, i.e. have architectur...

✍️ What is Frontend Architecture?

ducin.dev/what-is-fron...

27.11.2024 16:37 — 👍 40    🔁 12    💬 3    📌 2

🔖 "refactor(common): deprecate `ngStyle` and `ngClass` by JeanMeche · Pull Request #58860 · angular/angular" https://github.com/angular/angular/pull/58860

26.11.2024 14:15 — 👍 1    🔁 1    💬 1    📌 0

Don't hesitate to raise an issue if the docs is unclear or incomplete.

27.11.2024 05:52 — 👍 0    🔁 0    💬 0    📌 0

Hello world

26.11.2024 07:48 — 👍 4    🔁 0    💬 1    📌 0

@edbzn is following 20 prominent accounts