Angular Monorepo Diaries

Share
  • April 23, 2020

Building a huge web application is challenging enough in itself, but developing it in an enterprise environment adds more complexity and raises several concerns. Nowadays, we often build such applications with Angular. In the web development world, modularization and component-based development are all the buzz now, and monolithic architectures have a bad reputation. However, a new approach is emerging for codebases worked on by multiple teams: the monorepo.

In this session from BlackRock’s Balazs Korossy-Khayll, we’ll look into how different development teams could cooperate working on the same codebase, keeping the code quality, and without breaking the other team’s application. We explore how we managed code reviews and permissioning for each part of the application.

We will discuss the technical challenges we have faced as well: how the monorepo fits with the modularization principle, how we managed our CI process and kept build times at bay. Also, how we made certain parts of the app reusable to other teams without entering the monorepos themselves.

 

angularBalazs Korossy-Khayll is a passionate software engineer and leader, who takes inspiration from his studies in both computer science and industrial design. As a VP of engineering at BlackRock, he is responsible for user experience and UI development to deliver software products in the BlackRock’s Aladdin platform.

Source : JAXenter