diff --git a/index.html b/index.html
index 13492a0..b348897 100644
--- a/index.html
+++ b/index.html
@@ -167,7 +167,8 @@
.footnote[https://docs.python.org/3/library/itertools.html#itertools.cycle]
-
+???
+how it is a great tool, when writing command line tools.
---
name: count
layout: false
@@ -270,7 +271,9 @@
- **unsafe_hash:** Force the addition of a .__hash__() method? (Default is False.)
]
+???
+- Emphasize on the immutability
---
.left-column[
@@ -307,7 +310,12 @@
```
]
.footnote[https://docs.python.org/3/library/dataclasses.html#module-dataclasses]
-
+???
+- Talk about the importance of Type Hints and Named Parameters
+For
+Integrity - type hints,
+Readability - named parameters.
+Simplicity - less boiler plate code
---
name: decorators
@@ -366,8 +374,12 @@
Not Authorized
```
-
]
+
+???
+Makes code readable, at the same time the implementation is explicit. I
+like that I could do this that is not part of a framework.
+
---
name: graceful-shutdown
@@ -386,6 +398,10 @@
> gunicorn "src:app() --graceful-timeout 10"
```
]
+???
+
+Talk about SIGKILL and SIGTERM,
+CF timeout 10 seconds.
---
.left-column[
## Graceful Shutdown
@@ -463,9 +479,6 @@
```
]
-
-
-
---
template: inverse
diff --git a/loading.gif b/loading.gif
deleted file mode 100644
index 551c970..0000000
Binary files a/loading.gif and /dev/null differ