Naming
camelCase vs snake_case vs kebab-case — Which Should You Use?
A practical guide to the three most common code naming conventions — when to use each, why they exist, and how to convert between them instantly.
4 min read
Practical articles on naming conventions, diffing text, encoding, and getting the most out of browser-based tools.
A practical guide to the three most common code naming conventions — when to use each, why they exist, and how to convert between them instantly.
Learn how to spot differences between two versions of a text, document, or code snippet — instantly, in your browser, with no tools to install.
Base64 turns binary data into safe text. Here's what that means, why it matters, and when you actually need it — with examples.