PWA

Performance Tuning Angular Apps – From 0 to 100 (live talk)

Live talk of me presenting a complete guide of how to performance optimize Angular apps. This is based on one of my workshop modules. You will learn: How to apply a three-step process to performance optimize Angular apps like a doctor Different techniques to optimize performance for change detection, network, and user experience How to …

Performance Tuning Angular Apps – From 0 to 100 (live talk) Read More »

How to Cache HTTP Requests in an Angular App (PWA)

PWA, progressive web apps, gives our browser native superpowers, such as offline availability and being able to install websites as a native app. The key to creating maintainable and performant offline apps is to handle caching without cluttering your code with complicated caching logic. Caching is a cross-cutting concern in the whole app which should be …

How to Cache HTTP Requests in an Angular App (PWA) Read More »