diff --git a/README.md b/README.md
index 5f744cb..649670e 100644
--- a/README.md
+++ b/README.md
@@ -3,30 +3,30 @@
-### my [ongoing] web3 projects and templates
-
-
-* [📚 web3toolkit](web3toolkit)
- - an ongoing development of a library and set of python scripts with my fav on-chain ops.
-
-* [🔬 check my blockchain-science](https://github.com/go-outside-labs/blockchain-science)
- - a repo with several on-chain data research notebooks.
+### my web3 projects and code
----
-### external web3 resources
+* [📚 web3toolkit](web3toolkit):
+ - an *ongoing* development of a library and set of python scripts with my fav on-chain ops.
-* [async web3py middleware for batching eth calls intos multicalls](https://github.com/BobTheBuidler/dank_mids)
+* [🔬 check my blockchain science repo](https://github.com/go-outside-labs/blockchain-science):
+ - a repo with several on-chain data research notebooks, trading bots, and other shenanigans.
+
+* [🧮 check my published book on algorithms and data structures](https://github.com/go-outside-labs/algorithms-book-py):
+ - it's always good to actually understand those searches and sortings algorithms. published in 2015.
+
+
+
---
-### [my old] boilerplates
+### some of my old web2 boileplates and code (been pythoning since '14)
@@ -39,15 +39,6 @@
* [optimization](boilerplates-optimization)
* [orchestration](boilerplates-orchestration)
* [dash + plot.ly](boilerplates-dash)
-
-
-
-
----
-
-### [my over the years] web2 projects and templates
-
-
* [magic pen](small-projects/magic-pen)
* [maze puzzle](small-projects/maze-puzzle)
* [blob boundary](small-projects/finding-blob-boundary)
@@ -60,8 +51,9 @@
----
-### general resources
+### general links (just useful stuff)
+
* [black](https://github.com/psf/black)
* [flake8 ](https://flake8.pycqa.org/en/latest/)
@@ -71,4 +63,5 @@
* [tox](https://tox.wiki/en/latest/)
* [my book on python and algorithms](https://github.com/go-outside-labs/algorithms-book)
* [google style guide](https://google.github.io/styleguide/pyguide.html)
+* [async web3py middleware for batching eth calls intos multicalls](https://github.com/BobTheBuidler/dank_mids)
diff --git a/boilerplates-click/README.md b/boilerplates-click/README.md
index 5da945c..ece73e9 100644
--- a/boilerplates-click/README.md
+++ b/boilerplates-click/README.md
@@ -1,4 +1,4 @@
-# Awesome Python CLI Boilerplate
+# Click / CLI Boilerplate
A quick boilerplate when creating a new CLI apps/scripts in Python3.
diff --git a/boilerplates-dash/requirements.txt b/boilerplates-dash/requirements.txt
index 994cc09..34252fe 100644
--- a/boilerplates-dash/requirements.txt
+++ b/boilerplates-dash/requirements.txt
@@ -24,7 +24,7 @@ retrying==1.3.3
six==1.11.0
traitlets==4.3.2
urllib3==1.26.5
-Werkzeug==0.15.5
+Werkzeug==2.2.3
numpy==1.22.0
pandas==0.25.3
dash-table-experiments==0.6.0
diff --git a/small-projects/medium/README.md b/small-projects/medium/README.md
new file mode 100644
index 0000000..abc02a3
--- /dev/null
+++ b/small-projects/medium/README.md
@@ -0,0 +1 @@
+## Parsing Medium posts