| 3 | | == Content |
| 4 | | To be defined. |
| | 3 | == Overview == |
| | 4 | This phase covers additional important topics that improve a database-driven application in real production environments. |
| | 5 | Each team member contributes with one sub-topic, explained with simple examples connected to the Wedding Planner system. |
| | 6 | |
| | 7 | == Topics / Subpages == |
| | 8 | * [[P9Performance|Performance (Indexes, Query Optimization)]] |
| | 9 | * [[P9Security|Security (SQL Injection, Least Privilege)]] |
| | 10 | * [[P9Integrity|Data Consistency / Integrity (Constraints, FK, Cascade)]] |
| | 11 | * [[P9APISecurity|API Security (Validation, Rate limiting, Auth basics)]] |
| | 12 | |
| | 13 | == Notes == |
| | 14 | Each topic includes: |
| | 15 | * short beginner-friendly explanation |
| | 16 | * at least one concrete example (SQL snippet / rule / pseudo-code) |
| | 17 | * connection to the Wedding Planner project |