최근 포스트

[javascript] What is decorator?

5 분 소요

A decorator is a way to implement instructions that need to be executed repeatedly before a function is executed, as a separate function, and then easily cal...

[angular] trackBy Directive

3 분 소요

When rendering lists in Angular, any change to the data array can cause Angular to re-render the entire DOM for that list. This can lead to performance degra...