Blog

Research on Reactive-Ephemeral State Management
Studies are done with Angular as an example for a component-oriented framework and RxJS is used as an example for a reactive programming library

Lazy loading services in Angular. What?! Yes, we can.
We’re used to lazy loading modules or components in Angular. But what about lazy loading services? Wait, what? Yes, we can. In this article, we will learn how to lazy load a service in Angular and it’s gotchas.

Observable HQ - Performance Audit
A small performance audit including thought processes and methodology
Angular Performance Optimization with Zone-Flags. Part 1
While it is quite well documented how to disable a zone completely, there is no information out there about fine-grained adoptions. Zone-Flags can come in handy when taking this approach and substantially improve the performance of your Angular app.