Developer Guides
Practical explanations and examples for the formats, tokens, patterns, and schedules developers work with every day.
Published
Latest developer guides
9 published guides
How to Validate JSON
Learn how JSON validation works, diagnose common syntax errors, and fix malformed objects, arrays, strings, and values.
Read guideBase64 Encoding and Decoding Explained
Understand Base64 encoding, decoding, padding, UTF-8 handling, Base64URL differences, and why Base64 is not encryption.
Read guideURL Encoding Explained
Learn how percent encoding works, when to use encodeURI or encodeURIComponent, and how to handle query parameters safely.
Read guideUUID v4 Explained
Understand UUID v4 structure, randomness, collision risk, common uses, and tradeoffs compared with sequential database IDs.
Read guideHow to Decode a JWT
Learn how to read JWT headers, payloads, Base64URL segments, and time claims while understanding why decoding is not verification.
Read guideRegex Testing Guide
Learn JavaScript regular expression patterns, flags, groups, practical examples, debugging steps, and performance cautions.
Read guideUnix Timestamp Explained
Understand the Unix epoch, seconds versus milliseconds, UTC, local time zones, negative timestamps, and JavaScript dates.
Read guideCron Expression Guide
Learn the standard five-field cron format, special characters, common schedules, time zones, and implementation differences.
Read guideHow to Format JSON
Learn how to pretty-print JSON, compare formatted and minified output, fix common syntax errors, and format JSON in JavaScript or Python.
Read guide