๐Ÿ“– 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