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)
Monorepo
The Monorepo Blueprint – How to Create a Scalable Architecture for an Angular Monorepo
This article will teach you how to create a scalable architecture for an Angular monorepo. The principles here can be applied to any front end monorepo, as they are based on universal best practices … [Read more...] about The Monorepo Blueprint – How to Create a Scalable Architecture for an Angular Monorepo
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
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