As of late, I haven’t blogged much, but I’ve been continuing to look at Blazor and find ways to learn, build, and experiment with it. I must say, I really love Webassembly as a client-only platform.
So I built a utility app for myself, and all of the developers out there that end up googling a few basic tasks on a regular basis. I call it MyDev.Tools and you can check it out at https://mydev.tools
MyDev.Tools has the following utilities:
- Base64 Encoder and Decoder
- Guid Generator (single or multiple)
- Hash Generator
- JWT Decoder
- Password Generator
- Random Number Generator
- URL Encoder and Decoder
I will continue to add tools as I get feedback. I have a few more queued up for the next release.
Coding is fun, and should add value. My hope is to have a reliable one-stop-shop for some basic tasks. Thanks for checking it out.
Leave a Reply