diff --git a/basics.html b/basics.html
index 7c5b26dca99d8acf468e6100121819f0e73aa59b..040a03c3227ea57dacc8d885606c97dcf3943422 100644
--- a/basics.html
+++ b/basics.html
@@ -260,14 +260,19 @@
             ## motivation #a
             ### automation
 
-            - software testing
-            - code quality
-            - deploy to app store
-            - deploy presentation on web server
+            - ***quality assurance***
+              - **static code analysis** aka *linting*
+              - **testing** (unit, integration, regression)
+              - enforce **style guide** aka *code formatting*
+            - ***deployment*** (app store, web server)
 
             *(see advanced seminar)*
 
             notes:
+            - buzzwords:
+              - continuous integration (CI)
+              - continuous deployment (CD)
+              - pre-commit hooks
             - basically, everything you can script
           </section>