Blog
Articles on naming conventions, text case standards, and developer tools.
How to Change Text Case in Excel, Word, Google Docs, and Mac
Change text case in Excel, Word, Google Docs, and Mac. Step-by-step methods for each platform, plus what to do when you need camelCase or snake_case.
Read article →Title Case Rules: APA, AP, Chicago, and MLA Compared
Title case rules differ by style guide. APA, AP, Chicago, and MLA side-by-side — plus the "to" infinitive trap and when APA uses sentence case instead.
Read article →Python Naming Conventions: The Complete PEP 8 Reference
Every Python naming convention in one place: snake_case for variables, PascalCase for classes, SCREAMING_SNAKE_CASE for constants, and how to enforce them automatically.
Read article →Hyphens vs. Underscores in URLs: What Google Actually Recommends
Google recommends hyphens in URL slugs — but the full picture is more nuanced. Here's when it matters, when it doesn't, and how to enforce it as a developer.
Read article →snake_case vs camelCase: When to Use Each
Python uses snake_case. JavaScript uses camelCase. But what about APIs, databases, and projects where both languages meet? A practical guide with language rules, a quick-reference table, and enforcement tools.
Read article →