1. Angular Today I’d like to focus mainly on a series of articles about zones and change detection mechanisms. They relate mostly to the Angular, but the knowledge can be applied also to other JS frameworks. Really interesting read if you are interested in how your framework may work behind the scenes! >> “Understanding zones” by Pascal Precht An explanation of what zones are, how they work and how they can improve our work. The conception itself was created some time ago and it quickly got deserved attention. Now it is one of core mechanisms in Angular. >> “Zones in Angular” by Pascal Precht Extension of the previous article describing how the Angular takes advantage of zones in its change detection. >> “A Comprehensive Guide to Angular onPush Change Detection Strategy” by Netanel Basal Introduction to change detection strategies and how and when we should them. The article focuses mostly on “onPush” strategy, which can improve the performance...