
Alexey Zuev

Simple Angular context help component or how global event listener can affect your performance
Stop excessive change detection cycles in Angular with reusable components. Optimize performance by managing global event listeners.
Angular: show loading indicator when obs$ | async is not yet resolved
Struggling with async pipe limitations? Build a custom WithLoadingPipe to easily manage data, loading, and error states in Angular.
Type-checking templates in Angular ViewEngine and Ivy
Master Angular template type-checking with Ivy. Detect binding errors early, leverage type safety, and write cleaner, robust code.
Type-checking templates in Angular View Engine and Ivy
Stop guessing why your templates fail. Master Angular Ivy type-checking to catch build errors early and ensure full template safety.
Code-splitting in Angular or how to share components between lazy modules
Optimize your Angular startup performance by mastering Webpack code-splitting. Control lazy-loaded bundles to shrink your main chunk.
Angular Ivy change detection execution: are you prepared?
Master the Angular Ivy renderer by exploring its change detection mechanism and Incremental DOM architecture for more efficient apps.
Building an extensible Dynamic Pluggable Enterprise Application with Angular
Overcome the challenge of building AOT-compiled plugins in Angular by using custom CLI builders for isolated, efficient bundles.
Angular DI: Getting to know the Ivy NodeInjector
Optimize Angular dependency resolution with NodeInjector. Master bloom filters to speed up lookups and reduce memory usage in Ivy.
Do you know how Angular transforms your code?
Struggling with Angular build errors? Master custom TypeScript transformers to debug AOT issues and streamline your Angular workflows.
What you always wanted to know about Angular Dependency Injection tree
Master the Angular Dependency Injection tree. Learn how the element and module layers bridge to optimize your app and reduce bundle sizes.
Catch Angular template errors like a pro or how I create Angular Demo
Struggling to debug Angular code? Master template and runtime errors with ng-run to troubleshoot faster and improve code quality.