DEV Community

Vivek
Vivek

Posted on

DevToolbox: Your All-in-One Web Utility for Everyday Coding Tasks

Hey Dev.to community! πŸ‘‹

I'm excited to share a new web utility I've created - https://learnings.today/web-utilities. It's designed to come handy while developing web applications.

What does it do?
It provides access to some of the frequent functions like:

  • URL Encode/Decode
  • Base64 Encode/Decode
  • Color picker as well as hex converter
  • Regex validator

Why I built it
Every time I searched for such a utility, all the data was sent over the network to generate the required content. Here the utilities work purely using javascript and the content doesn't leave the machine leading to better data privacy.

Try it out!
You can find the tool box here: https://learnings.today/web-utilities

I'd love to hear your thoughts and feedback. Have you encountered similar challenges in your work? How do you think this utility could be improved?

If you're interested in contributing or have suggestions, feel free to reach out. Let me know what you think in the comments below.

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (0)

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay