Latest posts

Taming Code Organization with Module Boundaries in Nx
As your repository grows, it becomes more challenging to organize and name the applications and libraries. This organization, when done right, feels intuitive and allows team members to easily find projects and understand how they work together. When done poorly, it results in a mess we eventually end up calling "the legacy software".
December 17, 2021 ・ 10 min read
Speeding up computations in GitHub/CircleCI workflows with Affected Commands
One of the most exciting features of Nx is using the project graph to run the target commands. This article exposes a bit of magic behind the affected commands, explains the common use cases, and shows you how to effectively use them in your CI environment.
August 16, 2021 ・ 6 min read
Responsive Angular Components
Ever since mobile devices became capable of accessing the web and showing web pages, it became obvious that not all web pages are usable on a small screen. Today most websites implement responsive design, but often at a cost of extra DOM. This post will show you how to solve that last step in Angular.
November 04, 2020 ・ 12 min read