HomeToolsBlogAbout
Try UTM Builder
// from the blog

Guides & explainers

Plain-English guides on analytics, marketing, data formats and developer tools.

Markdown vs HTML: When to Use Each
Data Formats 5 min read

Markdown vs HTML: When to Use Each

You want to write something for the web — a README file, a blog post, some documentation. Should you write…

Regex Cheat Sheet: Common Patterns Explained
Developer Tools 5 min read

Regex Cheat Sheet: Common Patterns Explained

Regular expressions — regex for short — look like someone fell asleep on the keyboard. ^\d{3}-\d{4}$ isn’t exactly inviting. But…

JSON vs CSV: What’s the Difference?
CSV 5 min read

JSON vs CSV: What’s the Difference?

You’ve been handed a data file. It might be a list of customers, a product catalog, or an export from…