I been done using since 17's Turbopascal, Java, Python, SQL, since few years, Javascript, ReactJS, Angular and Typescript.
Have you ever found yourself thinking in a complex project asking this question, then in this article I will try to answer with examples Let's say the...
Avoid Object is possibly 'null'.ts(2531) · TL;DR The bang operator tells the compiler to temporarily relax the "not null" constraint that it might...
Typescript generic type parameters: T vs T extends {} · TLDR: "T extend {}" allow you your function or class' method to accept pretty much anything...
When is it recommended to use? · _________________________________________________________________________________________ TL;DR: You may have this issue...
Improve in Git will make you a better Team player · I have to be honest in the past something like 8 years ago I have spend some amount of time thinking...
Avoid the mistake that many do : using useMemo() for retrive data from some long running APIs · How we do properly handle asyncronous call such retrieve...