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
DevOps
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)
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
Feature Environments in All Environments – A Guide to Faster Delivery
The good thing about crisis situations is that they force you to think out of the box. If you have read my post about implementing continuous delivery, you know that I recommend the use … [Read more...] about Feature Environments in All Environments – A Guide to Faster Delivery
Implementing Continuous Delivery through Five Steps
These days everywhere I go people seem to talk about wanting to deploy to production more often. It seemed like an endless battle trying to deploy more often as the amount of code to deploy seemed to … [Read more...] about Implementing Continuous Delivery through Five Steps