The Pragmatic Approach To Pull Requests
This video explains a pragmatic approach to pull requests for higher throughput as a software developer.
This video explains a pragmatic approach to pull requests for higher throughput as a software developer.
In the past, I have written a lot about performance tuning Angular apps. Now it is time to dive into one of the big and important topics: optimizing Angular load time performance. Recently, I helped a big e-commerce site with optimizing their load time, as every ms of waiting time decreases conversions. This forced me …
The Complete Guide To Angular Load Time Optimization Read More »
If you have read my Angular and OpenID Connect blog post series, you might have seen that I in the last part, when setting up Angular app to use OpenID Connect, went from using implicit flow to use code flow with Proof Key for Code Exchange (PKCE). When the blog post series was initially created …
In this blog post, I will cover why I went from using Protractor to start using Cypress for end-to-end testing. We will look at the flaws in Protractor and how Cypress is fixing them as well as looking into the 7 steps to Cypress e2e testing success. Let’s get started! If you have been working …
Why I Moved from Protractor to Cypress and the 7 Steps to Cypress E2E Testing Success Read More »
To be as efficient as possible on your Angular team you must realize that the process framework you are using has a bigger impact than the actual tools and technologies you are using. A common problem for engineers is that they get overly focused on geeking out with the toys that they forget about the …
What Is Holding Your Angular Team’s Productivity Back? Read More »
A common misconception in Angular development is regarding whether observables are synchronous or asynchronous. A lot of (even experienced Angular developers) think that observables are async, but the truth is that they can be… Both synchronous and asynchronous. To understand why this is, let’s define what it actually means to run code async in the …
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 »
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 »