summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-10-13 10:43:58 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-10-13 10:43:58 +0200
commit702f4229dd921c72594ac8b357e203a09fbf58e2 (patch)
treeb57ed9a26f1e664276036474a2282be5d45eb316
parent4f5231fb162321da23ca6f2ecf36c49018bfc94e (diff)
Add links for microservices
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--content/computer/tools/microservices.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/content/computer/tools/microservices.md b/content/computer/tools/microservices.md
new file mode 100644
index 0000000..592bc30
--- /dev/null
+++ b/content/computer/tools/microservices.md
@@ -0,0 +1,18 @@
++++
+title = 'Microservices'
+weight = 1
++++
+
+# Microservices
+
+* [Kubernetes Tutorials for Beginners](https://www.youtube.com/watch?v=X48VuDVv0do)
+
+
+## Code sharing in Microservices
+
+* [Are you sure you're using microservices?](https://blog.softwaremill.com/are-you-sure-youre-using-microservices-f8d4e912d014)
+* [Don't share libraries among microservices](https://phauer.com/2016/dont-share-libraries-among-microservices/)
+* [Can we reuse code between microservices?](https://enlear.academy/can-we-reuse-code-between-microservices-508fa4c1d06d)
+* [Shared code in Microservices](https://blog.codecentric.de/2018/07/shared-code-in-microservices/)
+* [The dilemma of code reuse in microservices](https://blog.bitsrc.io/the-dilemma-of-code-reuse-in-microservices-a925ff2b9981)
+