top of page
Search

RxJs vs Signal memory footprint
Yet another Signal benefit. If you are a Medium Member please read there: https://medium.com/@zsolt.deak/rxjs-vs-signal-memory-footprint-...
Zsolt
Nov 20, 20243 min read

The simplest way to leak memory with Angular Signals
If you're a Medium Member, please read it there It’s Signals, so you need to make an effort for this to happen. The basics are very...
Zsolt
Nov 13, 20243 min read
NgRx vs REST
If you are a Medium member, please read the story there: https://medium.com/@zsolt.deak/ngrx-vs-rest-66a442e8c5b1 NgRx entered...
Zsolt
Nov 8, 20242 min read

Examples of losing the context of ‘this’ in Angular
If you are a Medium member, please read here — I’m more of a practical guy. — Have you ever needed to know this? actual interview quotes...
Zsolt
Oct 26, 20243 min read

The easiest way to keep NgRx state after refresh (rehydrate it from localStorage)
If you are a Medium member, please read the article here Obviously, this topic is not new. When using Angular with NgRx, the need for...
Zsolt
Oct 26, 20242 min read

A JavaScript interview coding exercise
If you are a Medium member please support my publication by reading it there: https://medium.com/itnext/a-javascript-interview-coding-exe...
Zsolt
Oct 22, 20244 min read

The <dirty> secret of Formly and Angular 18
Formly is a a useful tool for generating forms, especially when you might have constantly changing requirements. With Formly, all you...
Zsolt
Sep 29, 20242 min read

Object inputs are still dangerous, even with Angular signal
Back in the day (in 2023) when you passed down an object to an @Input you had to be careful inside the component how you used it....
Zsolt
Sep 17, 20244 min read

How much do our Angular projects leak memory exactly?
Let’s see the basics first. We have an Angular application (v17 in this case, could be any other), 2 routes, and 2 standalone components...
Zsolt
Sep 16, 20243 min read
bottom of page