Online Tool Store Online Tool Store

199 Articles

Developer Tools

Articles filed under Developer Tools.

Showing 127–147 of 199 articles

How to Create an SVG Wave Divider

🌊 Developer Tools

How to Create an SVG Wave Divider

Create an SVG wave divider with responsive curves, layered colors, and clean markup you can copy into a landing page without drawing paths by hand yourself.

How to Decode a List of ASCII Codes Back Into Text

🔤 Developer Tools

How to Decode a List of ASCII Codes Back Into Text

Paste a list of decimal or hex ASCII codes and get the decoded text back instantly, entirely in your browser.

How to Decode a MongoDB ObjectId's Embedded Timestamp

🍃 Developer Tools

How to Decode a MongoDB ObjectId's Embedded Timestamp

Paste a MongoDB ObjectId to decode its embedded creation timestamp, random value, and counter, entirely in your browser.

How to Decode a Punycode Domain Name

🌍 Developer Tools

How to Decode a Punycode Domain Name

Convert an xn-- punycode domain back into readable Unicode, understand why internationalised domains are encoded this way, and spot when a decode looks suspicious.

How to Decode Decimal Character Codes Back Into Text

🔡 Developer Tools

How to Decode Decimal Character Codes Back Into Text

Paste a list of decimal character codes and get the decoded text back instantly, entirely in your browser.

How to Decode Octal Character Codes Back Into Text

🔡 Developer Tools

How to Decode Octal Character Codes Back Into Text

Paste a list of octal (base-8) character codes and get the decoded text back instantly, entirely in your browser.

How to Decode Quoted-Printable Email Text

💻 Developer Tools

How to Decode Quoted-Printable Email Text

Decode quoted printable online free when email text shows =3D or broken line wraps, and turn MIME-encoded content back into readable text.

How to Encode and Decode HTML Entities

🔣 Developer Tools

How to Encode and Decode HTML Entities

Encode reserved HTML characters into entities or decode them back to readable text without breaking tags, attributes, copied snippets, or visible symbols.

How to Find the HTML Code for a Special Character

& Developer Tools

How to Find the HTML Code for a Special Character

Look up a character's HTML entity, Unicode code point, and CSS escape code by typing or pasting it, entirely in your browser, no memorizing needed.

How to Format a GraphQL Query or Schema Cleanly

🔗 Developer Tools

How to Format a GraphQL Query or Schema Cleanly

Paste a minified or unevenly indented GraphQL query, mutation, or schema and get cleanly formatted output back, entirely in your browser.

How to Format a Minified SOAP XML Envelope

📨 Developer Tools

How to Format a Minified SOAP XML Envelope

Paste a minified or unevenly indented SOAP XML envelope and get cleanly formatted output back, entirely in your browser.

How to Format Messy Lua Code Automatically

🌙 Developer Tools

How to Format Messy Lua Code Automatically

Paste minified or poorly indented Lua and get cleanly formatted, consistently indented code back, entirely in your browser.

How to Format Messy PHP Code Automatically

🐘 Developer Tools

How to Format Messy PHP Code Automatically

Paste minified or inconsistently indented PHP and get cleanly formatted code back, with consistent brace placement and indentation, entirely in your browser.

How to Generate a Makefile With Correct Tab Indentation

🛠️ Developer Tools

How to Generate a Makefile With Correct Tab Indentation

Choose your project language and targets to generate a ready-to-use Makefile with correct tab indentation, entirely in your browser.

How to Generate a Regex Pattern From Example Strings

🧩 Developer Tools

How to Generate a Regex Pattern From Example Strings

Paste a few example strings and get a regular expression that matches their shared structure, entirely in your browser.

How to Generate a tsconfig.json Without Memorizing Options

⚙️ Developer Tools

How to Generate a tsconfig.json Without Memorizing Options

Choose target, module, and strictness options to generate a clean tsconfig.json file, entirely in your browser.

How to Generate an Nginx Server Block

🖥️ Developer Tools

How to Generate an Nginx Server Block

Generate an Nginx server block for a domain, document root, HTTPS redirect, static caching, or reverse proxy, then validate it safely before reloading.

How to Generate Mock JSON Data

🧪 Developer Tools

How to Generate Mock JSON Data

Generate mock JSON records with consistent fields, useful sample values, nested metadata, and a controlled record count for API, UI, and test fixtures.

How to Import a SQL Dump That's Too Big

✂️ Developer Tools

How to Import a SQL Dump That's Too Big

Split a large .sql dump at safe statement boundaries and load it in the right order, so schema, data and constraints all import without failing.

How to Inspect What a Web App Stored Locally

🔎 Developer Tools

How to Inspect What a Web App Stored Locally

Browse IndexedDB databases, object stores and indexes to find out what a web app has cached on a device, and why a record or a query is missing.

How to List Every Camera and Microphone Your Browser Sees

🎙️ Developer Tools

How to List Every Camera and Microphone Your Browser Sees

See every audio and video input/output device your browser currently recognizes, entirely in your browser.