webdev toolbox

While working a lot with web related technologies in the backend world of software development, there are some tools that are needed quite often. Examples of these include base64 de- and encoding, JWT decoding and JSON formatting.

Though there are already a myriad of websites that offer the exact same functionality (and more), I did not want to search for them each time, check if they are okay to use or malicious, send the entered data some etc.

That's why I chose to write some of them myself, and publish them for everybody to use. They can be found on the main page. Feel free to use them :)