diff --git a/README.md b/README.md index e70c015..9550775 100644 --- a/README.md +++ b/README.md @@ -19,18 +19,6 @@
-#### my [over the years] web2 projects and templates - -
- -* [finding a blob boundary](small-projects/finding-blob-boundary) -* [magic pen](small-projects/magic-pen) -* [maze puzzle](small-projects/maze-puzzle) -* [parsing medium posts](small-projects/medium) -* [encoding decimals](small-projects/enconding-decimals/) - -
- #### boilerplates
@@ -42,11 +30,28 @@ * [security](boilerplates-security) * [concurrency](boilerplates-concurrency) * [optimization](boilerplates-optimization) +* [orchestration](boilerplates-orchestration) * [testing in python](boilerplates-tests) * [good example of unit tests suite I wrote](https://github.com/go-outside-labs/aws-pipeline/tree/master/tests)
+ + +#### my [over the years] web2 projects and templates + +
+ +* [blob boundary](small-projects/finding-blob-boundary) +* [magic pen](small-projects/magic-pen) +* [maze puzzle](small-projects/maze-puzzle) +* [parsing medium blog](small-projects/medium) +* [encoding and decoding](small-projects/enconding-decimals/) + + +
+ + ---- ### resources diff --git a/boilerplates-dash/wrappers/k8s_wrapper.py b/boilerplates-orchestration/k8s_wrapper.py similarity index 100% rename from boilerplates-dash/wrappers/k8s_wrapper.py rename to boilerplates-orchestration/k8s_wrapper.py