DevToolbox / Guides

Developer Guides

Start with a concrete problem, then find the explanation, steps, and tools to solve it.

7 guides 4 tool recipes 88 available tools

WORKFLOWS

Start with a task

Common development jobs mapped to the right tools, in the right order.

Clean and validate an API response

Turn hard-to-read responses into structured data you can inspect and share.

JSON Formatter JSON String Escape JSON to XML
Start workflow

Diagnose a JWT and its expiry

Decode the token, inspect its payload, then convert time fields locally.

JWT Decoder Timestamp Converter JSON Formatter
Start workflow

Untangle URL encoding issues

Inspect URL parts, parameters, and encoded payloads to find corruption.

URL Parser URL Encode / Decode Base64 Encode / Decode
Start workflow

Check password and digest security

Evaluate password strength and choose the right digest or authentication method.

Password Checker Hash Calculator HMAC Calculator
Start workflow

GUIDE LIBRARY

Guide library

Practical steps, core concepts, and informed perspectives.