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
Development Process
The Hardcoded, Dynamic and Hybrid Approach in Angular Apps
There is a human tendency to start small, then overshooting by doing too much of one thing and then try to find the golden middle way. This is happening in basically everywhere in life, eg. you start … [Read more...] about The Hardcoded, Dynamic and Hybrid Approach in Angular Apps
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
3 Tips to Double the Productivity on an Angular Team
Having an efficient way to work together in teams is crucial to the team's productivity and growth. Many teams are struggling to find the right balance between having no knowledge sharing and … [Read more...] about 3 Tips to Double the Productivity on an Angular Team
How to use Git Subtree to share code between Angular projects
This video covers how to use Git subtree to share code between Angular projects. Git subtree contains utilities to sync a part of a repository (subtree) ensuring that each client decides themselves … [Read more...] about How to use Git Subtree to share code between Angular projects
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