WeSearch

I got tired of ad-heavy JSON & SQL formatters, so I built my own (100% Client-Side)

·1 min read · 0 reactions · 0 comments · 12 views
#webdev#programming#ai#productivity#Ikhlaq Ahmad#UseTheseTools.com
I got tired of ad-heavy JSON & SQL formatters, so I built my own (100% Client-Side)
⚡ TL;DR · AI summary

A developer created an ad-free suite of tools for formatting JSON and SQL files. The suite, called UseTheseTools.com, processes everything locally in the browser for privacy. It includes utilities for JSON formatting, SQL beautification, JWT debugging, and more, with no sign-ups or tracking required.

Key facts
Original article
DEV Community
Read full at DEV Community →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3901590) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Ikhlaq Ahmad Posted on Apr 28 I got tired of ad-heavy JSON & SQL formatters, so I built my own (100% Client-Side) #webdev #programming #ai #productivity Hi everyone, Like most of you, I constantly need to format a messy JSON file, decode a JWT, or clean up an SQL query. But every time I Google a tool for this, the top results are bloated sites covered in ads, pop-ups, and cookies.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV Community.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV Community