Daniel Macák

Daniel Macák @daelmaak

About: Full-stack developer w/ crush on data and UX.

Joined:
Sep 2, 2022

Daniel Macák
articles - 13 total

How to test TanStack Router

Disclaimer: I talk primarily about the code-based routing using React. I recently rewrote an app to...

Learn More 6 0Apr 16

Astro + Vercel Serverless API

I recently decided to create a portfolio since I never had one. It would be a static content mostly...

Learn More 2 0Sep 3 '24

MVC in Frontend is Dead

I watched a video from Theo about MVC and how it sucks and it got me thinking. We have been using MVC...

Learn More 9 2Aug 28 '24

5 most frequent A11y Mistakes

1. Always relying on aria-label 😳 If you are guilty of this mistake, I don't blame you...

Learn More 7 0Jul 30 '24

Solid's Resource is great!

When you say Solid, Signal usually comes to mind, but there are many more great APIs there. One of...

Learn More 2 1May 7 '24

5 steps to better unit/integration testing

1. Use setup functions Setup functions are much better pattern than using test lifecycle...

Learn More 1 0Apr 7 '24

5 Most common AB Testing Mistakes

Running AB tests seems easy at first. After all, you just divide users into 2 groups and compare the...

Learn More 0 1Mar 22 '24

The most anticipated JS conference in 2024, for you

I haven't been to a JS conference for a while, and I'd like to attend one or two in 2024. But there...

Learn More 0 4Mar 6 '24

Why you should NOT use Jest w/ Solid

When I was wondering how to introduce testing to my small Solid app which is not that small anymore,...

Learn More 1 0Mar 6 '24

When NOT to use A/B tests

A/B testing is de facto the standard for determining which experience (treatment or control) is...

Learn More 9 0Feb 5 '24

SolidJS: Purpose of the `keyed` attribute in <Show>

If you are like me, you are thoroughly confused by the keyed attribute in the &lt;Show&gt; control...

Learn More 8 0Jan 2 '24

Why do A/B testing?

I bet you have heard about A/B testing before, but are you actually using it? If not, maybe because...

Learn More 1 0Jan 1 '24

Gallery/slider that just works!

If you are like me, you avoid commitment unless necessary. This translates to coding as well. Why...

Learn More 0 0Oct 2 '23