Journal
The journal
Experiments at the intersection of AI and marketing. Frameworks that compounded, and teardowns of things that spectacularly didn't.

SQL3 min·Sep 2025
How to Replace Part of a String in SQL
Use the REPLACE function to swap part of a string in one record or thousands — with practical examples.

SQL3 min·Sep 2025
How to Convert a String to a Numeric Value in SQL
CAST() is the ANSI way. Here's how to convert text columns to numbers — with the classic gotchas.

SQL3 min·Sep 2025
How to Round Numbers in SQL
ROUND() takes the number and the decimals you want. Simple, but easy to compound errors if you round too early.

SQL3 min·Sep 2025
How to Add Days to a Date in SQL
DATEADD() shifts dates fast — perfect for renewals, cohort windows and birthdays.