Skip to content

// how-to

How-to guides

Step-by-step instructions for common developer tasks, with free tools to do them.

How to Convert Between Color Formats

Convert colors between HEX, RGB, HSL, and other formats instantly. Paste any color value and get it in every supported format.

4 steps | uses color converter

How to Generate a QR Code

Create QR codes from any text, URL, or data. Customize size and format, then download or copy your QR code instantly.

4 steps | uses qr code generator

How to Generate a CSS Gradient

Create beautiful CSS gradients with a visual editor. Choose colors, direction, and gradient type to generate ready-to-use CSS code.

5 steps | uses css gradient generator

How to Convert CSV to JSON

Transform CSV spreadsheet data into a JSON array of objects, using the first row as property keys.

4 steps | uses csv to json

How to Convert JSON to YAML

Transform JSON objects and arrays into clean, readable YAML format for use in configuration files.

4 steps | uses json to yaml

How to Decode a JWT Token

Inspect and decode JSON Web Tokens to view the header, payload, and signature without any server-side processing.

4 steps | uses jwt decoder

How to Encode and Decode Base64

Encode text or binary data to Base64, or decode Base64 strings back to their original content.

4 steps | uses base64 encoder

How to Format JSON Online

Format messy or minified JSON into readable, properly indented output using a free browser-based tool.

4 steps | uses json formatter

How to Generate an MD5 Hash

Create MD5 checksums for text strings or verify data integrity by comparing hash values.

4 steps | uses hash generator

How to Generate a UUID

Generate random UUIDs (v4) or time-based UUIDs (v7) for use as unique identifiers in databases, APIs, and applications.

3 steps | uses uuid generator

How to Minify CSS Online

Compress CSS by removing whitespace, comments, and unnecessary characters to reduce file size.

4 steps | uses css minifier

How to Test Regex Online

Write and test regular expressions with real-time match highlighting and capture group display.

4 steps | uses regex tester

How to Validate JSON

Check if your JSON is valid and get precise error messages with line numbers for any syntax issues.

4 steps | uses json validator