DFDaniel Felizindfelizdev.hashnode.dev·Dec 16, 2022 · 1 min readArticles collectionJust a collection of articles that I liked the most. I'm updating this list with some frequency. Code reviews https://stackoverflow.blog/2019/09/30/how-to-make-good-code-reviews-better/ Wrap up Thanks for reading! If you have some good articles, feel...00
DFDaniel Felizindfelizdev.hashnode.dev·Dec 14, 2022 · 5 min readCoding clean in react jsIntroduction Clean code is important in any programming language, but it is especially important in React due to the nature of the framework and the importance of readability in a component-based architecture. In this blog post, we'll discuss some be...00