
Alex Inkin

Telegraph with RxJS: the power of reactive systems
Master Morse code encoding and decoding in Angular using RxJS. Build complex stream logic and reactive UIs with advanced operators.
Tracking user interaction area
Master robust detection of user focus and interaction using the ActiveZone directive. Maintain cleaner state logic in complex apps.
Bindon: lesser known Angular template features
Master complex Angular template patterns with tools like ngProjectAs, ngNonBindable, and $any to write cleaner, more robust code.
Global objects in Angular
Stop accessing global objects directly. Use Angular DI tokens to abstract browser APIs for easier testing and seamless SSR compatibility.
Making HostBinding work with Observables
Enable reactive host bindings in Angular by bypassing current limits with EventManagerPlugins. Keep your code clean and declarative.
Demystifying Taiga UI root component: portals pattern in Angular
Eliminate z-index hell and layout bugs in Angular by mastering portals. Learn how Taiga UI manages overlays for clean, robust UIs.
Compliant components: Declarative approach in Angular
Master the declarative approach in Angular to replace complex state management with clean, predictable, and highly performant code.
Agnostic components in Angular
Build flexible, reusable Angular components using generics and polymorphic outlets. Stop hardcoding data and simplify your UI logic.
5 tips to boost your Angular skills
Level up your Angular projects with these 5 expert tips. Master change detection, RxJS, and DI to write cleaner, high-performance code.
What makes a good Angular library
Master native browser APIs in Angular using declarative patterns, Dependency Injection, and RxJS for cleaner, more maintainable code.
Supercharge event management in your Angular application
Optimize Angular event performance with custom EventManager plugins and decorators. Reduce change detection cycles for cleaner code.
Writing custom virtual scroll strategy in Angular apps
Master Angular CDK Virtual Scroll for variable-height items. Build custom strategies to ensure smooth scrolling and optimized UX.