Author name: Christian

Hi there! I'm Christian, a freelance software developer helping people with Angular development. If you like my posts, make sure to follow me on Twitter.

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 »

Garbage in, garbage out and why companies find it hard to screen and recruit good tech talent

It is common to hear companies complain that it is hard to find good talent. A lot of the reason for that is that the companies don’t have an efficient way to screen candidates fast. They waste weeks interviewing the wrong candidates because they don’t really know what makes a good engineer. Is it their …

Garbage in, garbage out and why companies find it hard to screen and recruit good tech talent Read More »

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 for ensuring “segregation of duties”. There is an inverse proportional relationship between how much segregation of duties a company enforces and their …

How to Implement Continuous Delivery in Highly Regulated Companies 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 »