This site has been updated.
Reload to display the latest version?
(click here)

Tag:  svelte

UUID generator app

03 July, 2020
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. I discovered that if you’re generating UUIDs manually, then obviously you’re going to copy-paste them by hand. So we can shorten the process by adding the button, which will do it for the user. Which also…

Why use Svelte

01 November, 2019
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.