[Angular] DI Resolution modifiersDI Resolution modifiers is the decorator we use for Dependency Injection.Mar 15, 2022Mar 15, 2022
Why I requested to change the whole logic of code in code review.A lot of articles say what Code Review should be like or shouldn’t be like.Feb 19, 2022Feb 19, 2022
[Rxjs] Rxjs store for angular (rx-ng-store)2If you haven’t read the article, it would be helpful to read the first one, but not necessary.Feb 17, 2022Feb 17, 2022
[Rxjs] Rxjs store for angular (rx-ng-store)1Rxjs is powerful. It is good with operators and it gives cozy place to cache the data, BehaviorSubject.Feb 8, 20221Feb 8, 20221
[Angular] Stop using setter for Input or..This snippet is from material ui, famous best practice library of angular and they use setter and what is wrong to use it?, you might ask…Jan 13, 20226Jan 13, 20226
Published inBits and PiecesGetting Started with React RecoilAn Introduction to Recoil: a React State LibraryJan 10, 2022Jan 10, 2022
[Angular] Must-have Utils to Improve your code.I love util services. It makes my job easier and keep code neat. It saves my time and others. The followings are basic utils you can add…Dec 19, 2021Dec 19, 2021
Published inNerd For Tech[angular] ViewContainerRefViewContainerRef(VCR) represents a container where one or more view can be attach. It basically a class which has reference to an element…Dec 5, 20212Dec 5, 20212
[angular] template projection on angular(ng-content vs ng-container)If only we can keep the template under the birth component, but there are many cases to project the template from one to another.Oct 10, 2021Oct 10, 2021
[angular] Inject different Service into a Service.Dependency Injection is important concept of angular structure, instead of creating new instance manually, you can just declare it on the…Aug 29, 20211Aug 29, 20211
[JS-101] RegExp.exec vs String.matchValidation of form control is critical and most time we check the validity of the content and delete or fix certain characters with Regular…Aug 1, 2021Aug 1, 2021
[Angular] Set up Jest on angular project 1Jest is well-known test runner, and it uses jsdom, which means it is faster than karma and better suit for unit testing. So we decided to…Apr 4, 20211Apr 4, 20211
[typescript] Enum & constFirst time I use typescript enum was grate, but by some reasons I stopped using enum in typescript. And article is to demonstrate why I…Mar 21, 2021Mar 21, 2021
[Angular] Provider & InjectionTokenDependency Injection is popular pattern in programming, creates value or instance outside of the class and inject it into another object…Mar 14, 2021Mar 14, 2021
Published inNerd For TechReact, Angular, Vue and jQueryAlways assuming is the enemy of learning, back to angular for 3 months, I realized how much React and Angular chose different path to the…Mar 7, 2021Mar 7, 2021
RxJS Better PracticeRxJS is a real life savior when it comes to the complex data structured app, helps building data pipelines easy and elegant. Like any…Jan 24, 20215Jan 24, 20215
[Tip] git rebase squash to git resetIt is good to have meaningful commits merged to master branch but when you actually commit, usually they are not so.Jan 13, 20211Jan 13, 20211
Google Spreadsheet CredentialTo access spreadsheet of other apps over APIs, you need to make a credential. I usually store language packs on spreadsheet and wrap it to…Jan 11, 2021Jan 11, 2021
[번역] Angular: Test Reactiveness with OnPush strategy이글은 Suguru Inatomi 의 `Angular: Test Reactiveness with OnPush strategy`를 번역한 글입니다. 원문을 보기 원하시는 분은 아래 링크를 클릭해주세요.Jan 10, 2021Jan 10, 2021