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

| created_at | updated_at | title | subtitle | tags |
| 2024-03-24 |  | The Fallacy of Small Functions |  | software design, John Ousterhout |
| 2023-02-03 |  | The First Design |  | software design, Formula 1 |
| 2018-12-02 | 2024-06-05 | Component-based Software Design | Lessons from physical systems | software design, component-based design |
| 2018-05-13 |  | Thinking in Go |  | golang, software design, godoc |
| 2018-02-04 |  | Bootloader Design Pattern | Make a clean start with extensibility and integration | software design, design pattern, bootloader |
| 2017-12-10 |  | Approaching a New Software Project | How to start and where to go | software design, domain model |
| 2017-09-17 | 2024-06-05 | Five-Point Checklist for Excellent Software | Five ways to make your code excellent | software design, checklist |
| 2017-09-05 |  | Designing Tools for Integration | Using factories, hooks, and context to make tools extensible and customizable | software design, tools, integration |
| 2017-08-20 |  | How To Test the Database | It's important but not special | software design, testing, database |
| 2017-08-01 | 2024-06-05 | Design Before Implementation | Why great software design requires form before function | software design |
10 rows in set (0.00 sec)