Alex Inkin

Alex Inkin
Blogger
Posted by Alex Inkin
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.

Alex Inkin

Tracking user interaction area

Master robust detection of user focus and interaction using the ActiveZone directive. Maintain cleaner state logic in complex apps.

Alex Inkin

Bindon: lesser known Angular template features

Master complex Angular template patterns with tools like ngProjectAs, ngNonBindable, and $any to write cleaner, more robust code.

Alex Inkin

Global objects in Angular

Stop accessing global objects directly. Use Angular DI tokens to abstract browser APIs for easier testing and seamless SSR compatibility.

Alex Inkin

Making HostBinding work with Observables

Enable reactive host bindings in Angular by bypassing current limits with EventManagerPlugins. Keep your code clean and declarative.

Alex Inkin

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.

Alex Inkin

Compliant components: Declarative approach in Angular

Master the declarative approach in Angular to replace complex state management with clean, predictable, and highly performant code.

Alex Inkin

Agnostic components in Angular

Build flexible, reusable Angular components using generics and polymorphic outlets. Stop hardcoding data and simplify your UI logic.

Alex Inkin

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.

Alex Inkin

What makes a good Angular library

Master native browser APIs in Angular using declarative patterns, Dependency Injection, and RxJS for cleaner, more maintainable code.

Alex Inkin

Supercharge event management in your Angular application

Optimize Angular event performance with custom EventManager plugins and decorators. Reduce change detection cycles for cleaner code.

Alex Inkin

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.