Results of 2023 State of JS - Vite and Vitest growing still growing in popularity. Vue slightly overtakes Angular. And the most commented library is React. (Most likely because of RSC concept)
Tao of node - This article was recommended to me as a guideline for writing clean code in node.js. I’m only halfway through, but I highly recommend it!
The Wrong Abstraction - Essay about why “duplication is far cheaper than the wrong abstraction”. Great explanation why “Don’t repeat yourself” should sometimes give way to code duplication.
I tried React Compiler today, and guess what… - Article explaining why React Compiler works on presentations but not on every real use case and why debugging it is hard. I agree with final prediction what will happen with all of projects that will use React Compiler in future.
Tao of node - This article was recommended to me as a guideline for writing clean code in node.js. I’m only halfway through, but I highly recommend it!
React
SOLID in React - Great analogy “translations” from solid principles to React/hook world.
I tried React Compiler today, and guess what… - Article explaining why React Compiler works on presentations but not on every real use case and why debugging it is hard. I agree with final prediction what will happen with all of projects that will use React Compiler in future.
The Wrong Abstraction - Essay about why “duplication is far cheaper than the wrong abstraction”. Great explanation why “Don’t repeat yourself” should sometimes give way to code duplication.
Self-development
How to be good mentor? - [PL][Video] How to be good mentor and develop your soft skills.
Results of 2023 State of JS - Vite and Vitest growing still growing in popularity. Vue slightly overtakes Angular. And the most commented library is React. (Most likely because of RSC concept)