mysql> SELECT created_at, updated_at, title, subtitle FROM pages WHERE tags LIKE 'john-ousterhout' ORDER BY created_at DESC;

| created_at | updated_at | title | subtitle | tags |
| 2024-03-24 |  | The Fallacy of Small Functions |  | software design, John Ousterhout |
1 rows in set (0.00 sec)