Creative. Problem solver. Perfectionist. Coder since 8 yo. Always on the run!

Useful links #1


I had to find a way to collect useful links. Bookmarks doesn’t work well for me. How to quickly sort imports with Prettier How to use Microsoft Fluent UI Icons on your website? Create beautiful images of your code… Custom errors in JavaScript …
Read more ⟶

500 UUIDs, please


Do you need a quick way to get 500 UUIDs? curl https://www.uuidgenerator.net/api/version4/500 But feel free to change 500 at your choice.…
Read more ⟶

Generate passwords in the terminal


Do you need a quick way to get a 16 chars, random generated password? brew install pwgen pwgen -Bsy 16 1 …
Read more ⟶