Abbreviations
DRY, YAGNI, TDD, SDD — and more. Add new ones via the GitHub link.
How to add a new abbreviation
- Create a new
.mdfile named after the abbreviation:MYABBR.md(e.g.FOMO.md). - Front-matter — one required key:
--- abbreviation: FOMO --- - Add your answer(s), each as an
H2with the required metadata:## Fear of Missing Out **Category:** psychology, marketing **Definition:** A feeling that others are experiencing something better than you. - Categories are comma-separated tags; same names across files produce filter options.
- Save and rebuild; the entry appears alphabetically.
GitHub shortcut: https://github.com/Aldo-f/aldo-f.github.io/new/main/abbreviations/TEMPLATE.md