Tag:  svelte

UUID generator app

Once upon a time I needed to create UUIDs, and I needed to do it manually. On the internet you can find a bunch of solutions, and you don't really need to invent anything. The tech is relatively easy and there is no room for engineering innovation, so I decided to dig into user experience.

Why use Svelte

Yeah, I know, another library. But that's okay, we'll go through all of them and we'll find the best one for each project. Or at least this is something that we should do as responsible developers.