summaryrefslogtreecommitdiffstats
path: root/Computer/tools/microservices.md
blob: 755004a4e09d3bc5d2f3ca678ae1d80bb61f316d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: Microservices
---

## 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)


### Tooling

* [kdash](https://github.com/kdash-rs/kdash)