performance

18 Performance Optimization Techniques For Angular Applications (podcast with Michael Hladky)

Performance is extremely important in front-end applications as they directly impact the application’s user experience. Poorly performing applications can be frustrating for the end-users. For example, an e-commerce site that is slow and unresponsive might deter users which could have a direct impact on the business.  Although there is a growing number of tools to …

18 Performance Optimization Techniques For Angular Applications (podcast with Michael Hladky) Read More »

The 10 Commandments of Angular Development – Adventures in Angular episode

I did a podcast episode for Adventures in Angular discussing the 10 commandments of Angular development. The commandments: Thou shalt separate smart and dumb components Thou shalt use abstractions Thou shalt have no other gods before Angular best practices/official guidelines Remember to type everything to keep it holy Thou shalt honor high ROI testing Honer thy Reactive architecture Thou shalt remember the responsive styling to keep …

The 10 Commandments of Angular Development – Adventures in Angular episode Read More »

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 Fix the Most Common Angular Performance Problems Like a Doc

It can be tempting today to watch a bunch of ng-conf talks and then go straight ahead and implement every tip you find. The problem is that it might not actually improve your Angular apps considerably because you are going the wrong way around the problem. If you start with the solution and try to …

How To Fix the Most Common Angular Performance Problems Like a Doc Read More »