📖 Guides

Concepts and practical tips you'll run into while developing, paired with the right tool

These guides give a short, practical explanation of concepts you'll run into while developing and operating — IP, DNS, SSL, JWT, Base64, timestamps, and more — and link straight to a tool you can use right away. When a term is confusing or you're wondering "how do I check this?", you can follow concept → hands-on in one flow.

How to use the guides

Each article explains "what it is → why it matters → how to actually do it" with examples, then ends with a link to the tool that performs the task. For example, the DNS propagation guide explains TTL and leads into the DNS Lookup tool, while the password strength guide covers entropy and leads into the Password Generator. The guides span network, security, coding, and text topics.

🔁
How to Find a Domain's IP Address
Find the real server IP a domain points to
🛰️
How to Check DNS Propagation (What Is TTL?)
Understand TTL and check propagation after a nameserver change
📡
The Easiest Way to Find Your IP Address
Public vs private IP, and how to check yours
📐
CIDR Notation and How to Calculate a Subnet Mask
Convert CIDR notation like /24 into a subnet mask
🩺
How to Check an SSL Certificate's Expiration Date
Check a certificate's expiry without opening a browser
🪪
Understanding JWT Structure and How to Decode It
The Header, Payload & Signature — explained
🗝️
How to Create an Apache .htpasswd File for Basic Auth
Generate an APR1-MD5 hashed .htpasswd file
🔑
What Makes a Strong Password (and How to Generate One)
Length, character sets & entropy explained
🔐
What Is Base64 Encoding and When to Use It
Why it's used in email attachments & data URIs
📘
Using a JSON Formatter to Read API Responses
Turn minified JSON into something readable
🗓️
How to Convert a Unix Timestamp to a Date
Turn seconds-since-1970 into a readable date
🗃️
How to Format Messy SQL Queries
Break a one-line SQL statement into readable clauses
🎨
Converting Between HEX, RGB, and HSL Color Codes
The difference between the three formats
🔠
camelCase, snake_case & Other Naming Conventions
When to use each naming style
🆚
How to Compare Two Text Files (Diff Checker)
Quickly spot differences between two versions