AI-powered Debugging with Nx Cloud
1:08
21 сағат бұрын
From PNPM Monorepo to Fast CI
37:25
28 күн бұрын
Announcing.... Nx 20!!!
20:58
Ай бұрын
Introducing Nx Powerpack!
10:44
2 ай бұрын
Nx 19.8 Has Landed!!
5:15
2 ай бұрын
Feature: Task Running
4:20
2 ай бұрын
Nx 19.0 Has Landed!!
9:08
6 ай бұрын
Project Crystal + .NET in Action
9:45
Solving E2E Tests
16:36
8 ай бұрын
Пікірлер
@viniciusneto6824
@viniciusneto6824 9 сағат бұрын
Nice! Is this feature exclusive to Nx Cloud or is there a way to have the affected graph report in the CI without it?
@djbessel
@djbessel 3 күн бұрын
Hooray! Was just checking to see if there was an update this year. I noticed you added an eslint.config.js in this latest version. Just curious if you have a quick fix for the lint errors in utils.ts? Still works, just annoying seeing the red :)
@cheikhdiallo1860
@cheikhdiallo1860 3 күн бұрын
Source code??
@Supaship6000
@Supaship6000 4 күн бұрын
Psyched for advent of code this year!! Be sure to checkout our discord for info on how to join our pirvate leaderboard for the event! discord.gg/sjF9fvcs
@nxdevtools
@nxdevtools 4 күн бұрын
To get started: `npx create-ts-aoc-starter@latest`!! Happy Coding!!
@SebastianAvalos-v7n
@SebastianAvalos-v7n 6 күн бұрын
❤🙏
@sakesun
@sakesun 8 күн бұрын
Every once in a while, we really need authoritative person to give this kind of overview. Otherwise it will be very overwhelming for the newcomers.
@Supaship6000
@Supaship6000 6 күн бұрын
always great to have Zack Jackson on! We're bringing him back soon for more! Interviewing Zack is awesome because of the passion for the work as well as the deep knowledge and more rare understanding for something that it seems like very few people in our industry actually understand well! It's definitely a challenger for the interviewer to get to that information, and try and spin it into a story as we go, without knowing ahead of time what that information is actually going to be. But! I think we did a decent job here. We're already looking at ways we can compile all the data here into something more consumable (like a blogpost and/or a shorter video to recap!) And! We'll get better at it! 💪 (I'm the interviewer btw 😅)
@nxdevtools
@nxdevtools 8 күн бұрын
We have a new updated Nx + PNPM video course. Free to watch here: nx.dev/courses/pnpm-nx-next
@codenamegrant
@codenamegrant 13 күн бұрын
Switching over now. Thanks for the demo.
@anhtuantran4423
@anhtuantran4423 13 күн бұрын
Is it already possible to set up a new react v19 app via the nx client in addition to existing v18 apps without upgrading the old ones in a nx monorepository ?
@intercopiasep4923
@intercopiasep4923 13 күн бұрын
O que seria maravilhoso se criasse uma linguagem de programação.
@intercopiasep4923
@intercopiasep4923 13 күн бұрын
Seria muito bom se cria-se uma Linguagem de Programação.
@LovepreetSingh-l3x5l
@LovepreetSingh-l3x5l 13 күн бұрын
i am so sorry for your loss zack god bless you brother
@zabiullahshokuri
@zabiullahshokuri 13 күн бұрын
Very good such an awesome tutorial.
@jimshorts4317
@jimshorts4317 15 күн бұрын
This is a thousand times better than affected depth graphs back in 2020 or whenever it was I was using that stuff. Incredible work.
@sigerello
@sigerello 15 күн бұрын
Get better soon!
@Supaship6000
@Supaship6000 15 күн бұрын
thanks!!
@ankitparmar14190
@ankitparmar14190 15 күн бұрын
Will it work with the next JS framework to create a micro-frontend as the host is angular and next js is remote?
@intercopiasep4923
@intercopiasep4923 17 күн бұрын
Se você criar uma linguagem de programação eu ia usar com certeza garantido, mas tem que ser uma linguagem para FrontEnd.
@BrenGunning
@BrenGunning 19 күн бұрын
Excited for this. We are locked to webpack because of MFE in angular.
@Henry-xy3fr
@Henry-xy3fr 19 күн бұрын
Have you Guys tried native federation? That uses an ESbuild builder right?
@devglish8512
@devglish8512 22 күн бұрын
How come I don't see the Nx generate Libarary menu item? Do I need an extension?
@dmitriyzakharov3696
@dmitriyzakharov3696 22 күн бұрын
Nice guide! Thank you! I try to profile lint task, but with no real details. I also try to use perf logging, it show only prepared steps before eslint starts, but process of how works eslint I don't get. I want to understand how much process is spend time on parsing, transforms, and etc. So I think I need check to eslint debug info too
@intercopiasep4923
@intercopiasep4923 13 күн бұрын
Você já leu a documentação do Eslint.
@MateenKajabadi
@MateenKajabadi 23 күн бұрын
How can we import an existing app from a repository into the module federated NX Monorepo with an existing host and remotes apps?
@ErickRodrCodes
@ErickRodrCodes 23 күн бұрын
mmm It would be nice to have something to track, for example, what test is slowing down stuff. If we have the metrics, it should pinpoint exactly what test is slowing down things. So far the performace tool gets times for some stuff, but not the detailed metric of what. it helps, but the metric generated for google chrome seems to miss details (though it is quite cool to check visually where the slowdown happens)
@RomeoMihalcea
@RomeoMihalcea 24 күн бұрын
looks like more npm cancer
@slamethandayana9814
@slamethandayana9814 24 күн бұрын
Good
@joseisrael2946
@joseisrael2946 25 күн бұрын
Such an awesome tutorial. I've been using NX professionally for a while now, and I was really bothered by the constraints the plugins place on you, specially when generating new apps/libs. Looking for alternatives I found the PNPM workspace and integration with the NX as a CI runner. Honestly this is everything that I wanted, let me build the repo as I want and let the applications take care of themselves, only help me run them when I need to. The explanation was on point and way easier to understand why things are the way they are, the docs sometimes feel too cryptic and do not go in too much detail. Even the remote caching that I was actively avoiding now sounds like a really appealing tool, integrating it in the CI pipeline and leveraging the remote aspect during local development sound like a bliss for bigger projects. Great work!
@nxdevtools
@nxdevtools 18 күн бұрын
Thank you so much. Really appreciate it! We are actively working on making the plugins in particular generators more flexible. Imagine having a pnpm workspace and just being able to generate a playwright setup or TS library etc. But in a less opinionated way - Juri
@Grishopping
@Grishopping 26 күн бұрын
giyhub ?
@katarzynakrawczyk6861
@katarzynakrawczyk6861 26 күн бұрын
Hi Juri, thanks a lot! That's cleared my mind.
@nxdevtools
@nxdevtools 28 күн бұрын
Check out the docs for all the details: nx.dev/ci/features/explain-with-ai
@nxdevtools
@nxdevtools 28 күн бұрын
Check out our docs for all the details: nx.dev/troubleshooting/performance-profiling
@nxdevtools
@nxdevtools 28 күн бұрын
Also check our docs on the topic: nx.dev/troubleshooting/performance-profiling
@sander-s
@sander-s 29 күн бұрын
Bookmarked… thanks
@juristr
@juristr 28 күн бұрын
cool! Let me know what you think once you watch it :)
@powertester5596
@powertester5596 29 күн бұрын
Hi there, is it possible to exclude some folder changes from affected apps? For example, say I have a auth app that has e2e tests. This auth app can intern import a few pages from other apps e2e directories such as landing and dashboard apps. For testing, I would want it to be possible to have this structure. However if I change something in src directory of landing app, I don’t want to show auth as an affected app. Is it possible to exclude e2e directory from app dependency and affected commands?
@AdebayoAdetoun-s8f
@AdebayoAdetoun-s8f Ай бұрын
❤ Good
@louisant1817
@louisant1817 Ай бұрын
that's actually awesome
@ebichu8126
@ebichu8126 Ай бұрын
Any possible way to integrate with Jira?
@AdamKasela-t8y
@AdamKasela-t8y Ай бұрын
Does this still work bc when running devwatch script my terminal will output that vite is served but it's not served actually
@EzehTheresa
@EzehTheresa Ай бұрын
Interested ❤
@AndresJimenezS
@AndresJimenezS Ай бұрын
deno support ?
@killergege
@killergege Ай бұрын
I'd love to be able to have both... Display a nice summary, then all detailed logs. Now we have to choose, and we really need the logs inside the CI so... no nice summary.
@adamou02
@adamou02 Ай бұрын
Can we publish pakages with different version. The first one is 0.0.4 and the other is 0.0.2 How does the incrementation works in this case ?
@nxdevtools
@nxdevtools Ай бұрын
Check out our docs for all the details: nx.dev/recipes/adopting-nx/import-project
@DanielBogusz
@DanielBogusz Ай бұрын
Guys. Please re-upload with fixed audio.
@ranaaftab9629
@ranaaftab9629 Ай бұрын
Same here
@MymeerlikLabaran
@MymeerlikLabaran Ай бұрын
Good 👍
@AdrianRomanski
@AdrianRomanski Ай бұрын
Very clear explanation :) Great job
@MarianZburlea
@MarianZburlea Ай бұрын
this is not working in nx 20.0.6 nx add some_nx_module, fails