Disclaimer: I talk primarily about the code-based routing using React. I recently rewrote an app to...
I recently decided to create a portfolio since I never had one. It would be a static content mostly...
I watched a video from Theo about MVC and how it sucks and it got me thinking. We have been using MVC...
1. Always relying on aria-label 😳 If you are guilty of this mistake, I don't blame you...
When you say Solid, Signal usually comes to mind, but there are many more great APIs there. One of...
1. Use setup functions Setup functions are much better pattern than using test lifecycle...
Running AB tests seems easy at first. After all, you just divide users into 2 groups and compare the...
I haven't been to a JS conference for a while, and I'd like to attend one or two in 2024. But there...
When I was wondering how to introduce testing to my small Solid app which is not that small anymore,...
A/B testing is de facto the standard for determining which experience (treatment or control) is...
If you are like me, you are thoroughly confused by the keyed attribute in the <Show> control...
I bet you have heard about A/B testing before, but are you actually using it? If not, maybe because...
If you are like me, you avoid commitment unless necessary. This translates to coding as well. Why...