Blog
Writing about text, typography, and developer ergonomics.
How to Write SEO-Friendly Blog Titles That Rank
The anatomy of a great blog title: keywords, character counts, and intent matching.
Converting Case in VS Code: Shortcuts and Extensions
Built-in commands and extensions that turn VS Code into a text-transformation powerhouse.
Best Free Online Text Tools for Writers in 2026
A curated list of browser-based utilities every writer should bookmark this year.
camelCase vs. PascalCase: What's the Difference?
Two lookalike conventions with one crucial difference. When each style applies in code.
How to Capitalize Headlines in Blog Posts: A Practical Guide
Which words to capitalize in a headline — and which to leave lowercase. A decision framework for bloggers.
Title Case vs. Sentence Case: Which Should You Use?
A quick guide to when each style applies — headlines, UI copy, body text, and more.
camelCase, snake_case, kebab-case: A Developer Cheat Sheet
Which case convention to use in which language — from JavaScript to Rust to CSS.
When to Use UPPERCASE in Writing (Hint: Rarely)
UPPERCASE signals urgency or emphasis, but overuse backfires. Here's when all-caps actually helps.
SEO Best Practices for URL Slugs: Why kebab-case Wins
Google recommends hyphens over underscores in URLs. Here's the research and the rules.
JavaScript Variable Naming: The Developer's Guide to camelCase
Airbnb, Google, and the TC39 spec all agree: camelCase for variables, PascalCase for classes.