This commit is contained in:
mvonsteinkirch 2023-01-06 10:28:59 -08:00
parent de15e37983
commit 8c077b17ac
2 changed files with 17 additions and 12 deletions

View file

@ -19,18 +19,6 @@
<br>
#### my [over the years] web2 projects and templates
<br>
* [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/)
<br>
#### boilerplates
<br>
@ -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)
<br>
#### my [over the years] web2 projects and templates
<br>
* [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/)
<br>
----
### resources