The problem
Every Angular codebase I've worked on had the same invisible issues:
Components without ChangeDetectionStrategy.OnPush
RxJS subscriptions that never unsubscribe
*ngFor without trackBy
The problem Every Angular codebase I've worked on had the same invisible...
The problem
Every Angular codebase I've worked on had the same invisible issues:
Components without ChangeDetectionStrategy.OnPush
RxJS subscriptions that never unsubscribe
*ngFor without trackBy

A few weeks back I inherited an old Node.js project and spent half a day grepping package.json trying...

Every Angular app I worked on had the same three kinds of state, handled three different ways, glued together by hand. This is…

Angular apps can stay fast for a long time, until they don't. A lot of performance issues i've...

I was working on a React project when I ran into a performance problem. The application worked. The...

How a student developer built a provider-agnostic, sandbox-safe CLI tool that scans repos...

How I turned the pain of inheriting legacy systems into an open-source framework that produces...