Guides

Step-by-step guides for using developer tools effectively.

How to Decode a JWT Token

Learn to inspect JWT tokens, understand their structure, and decode headers, payloads, and signatures step by step.

How to Format JSON

Format and beautify minified or malformed JSON into clean, readable output with proper indentation.

How to Generate UUIDs

Create unique identifiers for databases, APIs, and distributed systems using UUID v1, v4, and v7.

How to Hash a Password

Understand MD5, SHA-256, and Bcrypt hashing methods, when to use each, and how to verify password hashes.

How to Convert CSV to JSON

Convert CSV data to JSON format step by step, handle edge cases, and learn when to use each format.

How to Generate a QR Code

Create QR codes from text, URLs, and data with custom styling and error correction levels.

How to Format SQL Queries

Format and beautify SQL queries with proper indentation, keyword alignment, and consistent styling.

How to Check Password Strength

Measure password entropy, understand character pools, and build strong passwords that resist attacks.

How to Convert Markdown to HTML

Convert Markdown to clean HTML, understand syntax mappings, and preview the output instantly.

How to Generate Color Palettes

Learn color theory fundamentals, build harmonious palettes, and apply them in design systems.

How to Encode Base64

Learn how to encode and decode Base64 strings, understand the encoding algorithm, and use it for data URLs and APIs.

How to Generate a Strong Password

Learn how to generate strong, unique passwords with customizable length, complexity, and entropy requirements.

How to Validate an Email Address Format

Learn how to validate email addresses with regex, understand RFC 5322 rules, and test email formats online.

How to Convert Colors Between HEX, RGB, and HSL

Learn how to convert colors between HEX, RGB, and HSL formats, understand each system, and pick colors visually.

How to Compress Images for the Web

Learn how to compress images for faster page loads, reduce file sizes, and choose the right format for the web.

How to Write Regular Expressions

Learn regular expressions from scratch with patterns, examples, and a live regex tester to validate your patterns.

How to Minify HTML, CSS, and JavaScript

Learn how to minify HTML, CSS, and JavaScript to reduce file sizes, speed up page loads, and improve performance.

How to Format XML Documents

Learn how to format and beautify XML documents with proper indentation, validate structure, and convert to JSON.

How to Create QR Codes for Business Cards and Marketing

Learn how to create professional QR codes for business cards, flyers, and marketing materials with custom styling.

How to Calculate Cron Expressions

Learn how to write and calculate cron expressions for task scheduling, with examples and a free cron generator tool.

How to Compare Text and Find Differences

Learn how to compare text side by side, find differences between strings, and use diff tools for code review.

How to Test REST API Endpoints

Learn how to test REST API endpoints with curl, browser tools, and online utilities for headers, auth, and request formatting.