nx

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 teach you about: Creating a good Angular architecture Case study: Monorepo architecture Using Sandboxes/facades Organizing libs and conventions in a monorepo Enforcing …

The monorepo blueprint (live talk) Read More »

Live Q&A call September 12, 2019 – The Angular Architect Seminar

In this video we are going to cover: – How to feature toggle and when to use the different feature toggle implementations – Different questions regarding Git hooks and linting in a monorepo – An intro to Nx and how it is different from pure Angular CLI Live Q&A call from The Angular Architect Seminar …

Live Q&A call September 12, 2019 – The Angular Architect Seminar Read More »

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 for getting a scalable and maintainable architecture. But first, what should a good Angular architecture do? Separate UI from business logic …

The Monorepo Blueprint – How to Create a Scalable Architecture for an Angular Monorepo Read More »

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 shared lib needs to have its own CI/CD pipeline Each CI/CD pipeline should handle versioning of changes Every time a …

Why Angular Teams Fail at Code Sharing and How This Monorepo Approach Will Fix It Read More »

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 ability to enforce the execution of decisions at a large scale. I have in the previous post talked about different tools …

Angular Automation: 6 Things That Should Be Automated in Enterprises Read More »