One of the most informative videos which clearly explains change detection and the impact of signals on it.
@matheusjordan603118 күн бұрын
Thanks for this high quality content
@samuelrivera1207Ай бұрын
This is so helpful to grow apps in an organized way. Additionally the way he structure the store was so nice.
@АндрейОвсяник-я5ь2 ай бұрын
wrong video title
@haroldpepete2 ай бұрын
Great talk, thanks for sharing all your knowledge with us
@popastefan65422 ай бұрын
Great talk
@chhayhong76662 ай бұрын
Very interesting
@eneajahollari12032 ай бұрын
I'd watch this in 1.5x 😅
@ng-de2 ай бұрын
Why not 2x? :P
@gkarapeev3 ай бұрын
Yeah man. A hacker isn't going to say "Oh nooo, they didn't provide me with an unsanitised input field to enter my malicious code in! My evil plan has been foiled!". They're just going to open devtools and change any request data they want, directly. So am I right in thinking that all these measures do literally nothing?
@asharpp3 ай бұрын
❤
@armandmugabo11704 ай бұрын
Awesomeness
@programmistka_v_amerike5 ай бұрын
Used all the reactive techniques, split to loosely coupled components, including reactive subforms as separate configurable components, moved lots of logic to services, a route resolver… still 3500 ended up with lines of code in the parent route level component over 4 years of project evolution… 🤷♀️ Also tend to transform subjects to Observable with the asObservable method which helped save subjects from external interference and mutations.
@robertmartinez793811 ай бұрын
Did anyone fork this repo? It appears to be gone...
@foro1 Жыл бұрын
Liked it ❤
@BaranivskyVadim Жыл бұрын
Watched this to study nestjs fundamentals. Crazy experience
@mayori-engineering-hub Жыл бұрын
Can you upload the example or perhaps share you git demo
@lockemotive8025 Жыл бұрын
Can I find the source code of the "full" example code?
@TheArnoui Жыл бұрын
At 35:48 you will see.
@kishorekumar754 Жыл бұрын
Thank you @vojtech masek, exactly what Im looking for
@shy-soonyubing Жыл бұрын
I'd like to know why nest.js strictly applies to Isolation of modules
@theanswer1993 Жыл бұрын
Great explanation on the operators. I always used switchMap never knowing that basically I just canceled my previous request. Ooops good thing that the internet connection was fast 😅
@aram5642 Жыл бұрын
Look at the survey results and the gap between Productivity and Testing. What does Angular do to improve the result for testing?
@name.iz.blurryface Жыл бұрын
This video is a goldmine
@derrickc28232 жыл бұрын
Github or Stackbltiz link?
@osah7122 жыл бұрын
Tailwind + Material
@tobiasbrenner71762 жыл бұрын
It was a pleasure to be there. We had a lot of nice conversations and it made a lot of fun providing talks on our E.ON side-stage. I would love to do this again =)
@robinboehm2 жыл бұрын
2023/24 Planning starting right now! We keep you posted =)
@kobihari2 жыл бұрын
Thanks, Eliran, Fascinating topic
@umashankarrahangdale37602 жыл бұрын
Thanks for the content. I never heard about project fugu. Very interesting 👍
@besara_2 жыл бұрын
really amazing talk, i don't know why no one from attendance not even Clapping!!
@BikingBenni2 жыл бұрын
They are at the very end
@willalmur2 жыл бұрын
Just an alpha guy running a beta version of Microsoft Edge on Mac.
@AlejandroGarcia-ql1yk2 жыл бұрын
Is the decorator '@Service' used in minute 08:55:00 an angular thing? I can't find any info related to it
@Patrick-ru1wq Жыл бұрын
Nop, @Service doesn't exist in Angular for me it should be @Injectable
@bifty92 жыл бұрын
At 4:45 i can`t see any difference between the 2 Testing aproaches?! Would be nice to see how it is easier to use.
@markgoho2 жыл бұрын
instead of declaring the component, it's being imported -- and since the component itself knows about its dependencies, this reduces the need to do all of the additional imports in the spec
@TheWalrus_452 жыл бұрын
Hi Colum, Thanks for the presentation! Do you have a sample repo using MFE and the recommendations you mentioned for Component-First such as @angular-component/router?
@prerit7142 жыл бұрын
It is really interesting to see how angular is growing, it is by far my favorite framework to build web-apps. I am really looking forward to its development
@GreggObst2 жыл бұрын
The information in this talk is incredibly useful. Thank you !
@flowuptech2 жыл бұрын
This is so nice to read, thank you. We're very proud that someone like Vojto leads our team. :) You can find more of his lectures on our profile in the "Angular talks" playlist.
@balajibalamurugan80532 жыл бұрын
Awesome 😎
@PONNARSELVAKUMAR2 жыл бұрын
Good lecture
@pankaj.parkar2 жыл бұрын
Nice and informative 👏🙌
@Becoming_developer2 жыл бұрын
www.youtube.com/@Becoming_developer
@joeyvico2 жыл бұрын
Awesome session!
@gustavcoetzee50182 жыл бұрын
working with nest for more than a year now, what a cool talk, I can feel my heart beating faster as he explains it
@kozi-corner2 жыл бұрын
Thank god Jquery is not required anymore with Bootstrap 5
@avimehenwal2 жыл бұрын
I am build a new product using nestjs .... This video is god-tier explainer on how nestjs DI works. Learnt a lot Thankyou so much for sharing
@AxelFerreira12 жыл бұрын
What about performance?
@jasonc62419922 жыл бұрын
Is this objectively better than creating BaseComponent with an ngDestroy cleanup function and extending it to each component that has a subscription?
@jeffnikelson58242 жыл бұрын
even in this presentation you define your own utility classes. But why not just use material + tailwind instead
@_dinesh2 жыл бұрын
I am afraid this is going to excite some of the developers with swallow knowledge to adopt this pattern and run into all kinds of maintainability issues. It's gonna be a nightmare for someone who has to be the code review.
@none0n2 жыл бұрын
Best talk ever... never have I been able to listen to a talk from start to finish understanding every single word. This is a first for me. Thanks, KZbin for the recommendation.
@abhinavs24842 жыл бұрын
Removing NgModules is like making Angular unorganised and bringing it into cluttered pattern