Throughout my career, I have worked on quite a few Angular projects. In this post, I will go through some of the different projects I have worked on and explain the lessons learned in each so you can … [Read more...] about Angular Projects and Lessons Learned
Continuous Delivery
The monorepo blueprint (live talk)
I just did this live talk at AarhusJS - a Javascript meetup in Aarhus (Denmark), my hometown :) The talk extended upon the lessons learned after working with Angular monorepo projects and will … [Read more...] about The monorepo blueprint (live talk)
Why I Moved from Protractor to Cypress and the 7 Steps to Cypress E2E Testing Success
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 … [Read more...] about Why I Moved from Protractor to Cypress and the 7 Steps to Cypress E2E Testing Success
What Is Holding Your Angular Team’s Productivity Back?
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 … [Read more...] about What Is Holding Your Angular Team’s Productivity Back?
How to Implement Continuous Delivery in Highly Regulated Companies
It is no wonder, that the highest performing companies in the IT industry are also the ones who push the most delivery responsibility on the engineers as a contrast to the classical chain of handovers … [Read more...] about How to Implement Continuous Delivery in Highly Regulated Companies
Why Angular Teams Fail at Code Sharing and How This Monorepo Approach Will Fix It
I see many teams believing that npm packages are the way they should share code in Angular projects. The problem with this is that this creates a lot of friction for code sharing because: Every … [Read more...] about Why Angular Teams Fail at Code Sharing and How This Monorepo Approach Will Fix It
Angular Automation: 6 Things That Should Be Automated in Enterprises
Handling anything at a big scale always is very different from when things are small. The differences can be in the number of people working with something, the business impact of decisions and the … [Read more...] about Angular Automation: 6 Things That Should Be Automated in Enterprises
End-To-End Testing with Protractor: A Pragmatic Guide to Get Started in Your Team
It seems that a lot of developer teams fall in one of these two categories for end-to-end testing: Have no end-to-end tests because they are too hard to create Have too many end-to-end tests, … [Read more...] about End-To-End Testing with Protractor: A Pragmatic Guide to Get Started in Your Team