convertCASEpro

MODE

Resources

Blog

Deep-dives into text case formats, naming conventions, and formatting rules for developers, writers, and anyone who works with text.

Writers5 min read

Capitalization in Email Writing: Subject Lines, Greetings, and Sign-offs

Should email subject lines use title case or sentence case? How do you capitalize a greeting? What about sign-offs? Here are the rules — and why most people get at least one of them wrong.

July 7, 2026Read →
General5 min read

Text Case in Brand Names: Why Brands Capitalize Differently

adidas is all lowercase. IKEA is all caps. iPhone breaks a sentence mid-word. Brand capitalization is deliberate — here's the logic behind how major companies use case as part of their identity.

July 1, 2026Read →
Writers5 min read

How to Capitalize Job Titles: A Complete Style Guide

Should it be 'Director of Marketing' or 'director of marketing'? The answer depends on context. Here's the full rule set for capitalizing job titles in formal writing, email, and web copy.

June 24, 2026Read →
Developers6 min read

What Is PascalCase? A Complete Developer's Guide

PascalCase is the universal convention for class names, TypeScript types, and React components. This guide explains what it is, where every major language requires it, and how it differs from camelCase.

June 21, 2026Read →
Developers6 min read

What Is camelCase? A Complete Developer's Guide

camelCase is the dominant naming convention in JavaScript, Java, and JSON. This guide explains what it is, where it's required, how it got its name, and how it compares to PascalCase, snake_case, and kebab-case.

June 16, 2026Read →
Writers6 min read

Text Case for SEO: URL Slugs, Title Tags, and Headings

How you capitalize URLs, title tags, and headings has a measurable impact on SEO and click-through rates. Here's what Google's guidance says about case in URLs, and best practices for title case in meta titles and headings.

May 20, 2026Read →
Developers8 min read

Naming Conventions in 6 Major Programming Languages

Every programming language has its own rules for naming variables, functions, classes, and constants. Here's a complete reference for JavaScript, Python, Java, C#, Go, and Rust — and why the conventions differ.

February 28, 2026Read →
General4 min read

Alternating Case and Inverse Case: What They Are and Where They Show Up

Two less conventional case formats — alternating case and inverse case — have specific uses in internet culture, creative contexts, and practical text editing. Here's what they are, how they work, and when you'd actually use them.

December 10, 2025Read →
Developers5 min read

CONSTANT_CASE: How to Name Constants Across Every Language

CONSTANT_CASE (also called SCREAMING_SNAKE_CASE or UPPER_SNAKE_CASE) is the universal convention for naming constants in code. Here's where it's used, why it exists, and how it differs from regular snake_case.

October 2, 2025Read →
Developers5 min read

kebab-case: The Web Developer's Complete Guide

kebab-case is the standard for URLs, CSS properties, HTML attributes, and npm package names. This guide explains where it's required, why hyphens are used instead of underscores, and how it compares to other case formats.

August 15, 2025Read →
Developers6 min read

What Is snake_case? A Complete Developer's Guide

snake_case is the dominant naming convention in Python, databases, and environment variables. Here's a full breakdown: what it is, where it's required, and how it compares to camelCase and kebab-case.

July 1, 2025Read →
General6 min read

UPPERCASE Text: When All Caps Works (and When It Doesn't)

ALL CAPS is powerful when used correctly and exhausting when overused. Here's a complete guide to when uppercase text improves communication — and when it undermines it.

May 18, 2025Read →
Writers5 min read

What Is Sentence Case and When Should You Use It?

Sentence case is the most natural capitalization style in English — but it's often confused with title case. Here's what it is, where it works best, and common mistakes to avoid.

May 10, 2025Read →
Developers6 min read

snake_case vs kebab-case: A Developer's Guide

Both use lowercase letters and delimiters to separate words — but one uses underscores and the other hyphens. Here's exactly where each belongs and why you can't swap them.

May 1, 2025Read →
Writers7 min read

Title Case Rules Explained: Which Words Get Capitalized?

Title case sounds simple until you hit prepositions, articles, and conjunctions. Here's a full breakdown of the rules — and why different style guides disagree.

April 20, 2025Read →
Developers6 min read

camelCase vs PascalCase: Which Should You Use?

camelCase and PascalCase look almost identical — one letter of difference. But that difference determines whether your code is correct or broken. Here's a full language-by-language guide.

April 10, 2025Read →