https://github.com/khannedy/belajar-microservices
Belajar Microservices
https://github.com/khannedy/belajar-microservices
belajar-microservices microservices monolith
Last synced: 6 months ago
JSON representation
Belajar Microservices
- Host: GitHub
- URL: https://github.com/khannedy/belajar-microservices
- Owner: khannedy
- Created: 2020-01-12T04:59:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T17:21:18.000Z (over 5 years ago)
- Last Synced: 2025-02-13T14:21:38.870Z (8 months ago)
- Topics: belajar-microservices, microservices, monolith
- Size: 4.88 KB
- Stars: 33
- Watchers: 1
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Belajar Microservices
Ini adalah materi yang diambil dari seri screencast Microservices yang ada di youtube Programmer Zaman Now :
[https://www.youtube.com/playlist?list=PL-CtdCApEFH-MtoBwQ0F3xNG21yjt5Kvs](https://www.youtube.com/playlist?list=PL-CtdCApEFH-MtoBwQ0F3xNG21yjt5Kvs)
1. [Intro](materi/01-intro.md)
2. [Arsitektur Monolith](materi/02-arsitektur-monolith.md)
3. [Arsitektur Microservices](materi/03-arsitektur-microservices.md)
4. [Database per Service](materi/04-database-per-service.md)
5. [Shared Database](materi/05-shared-database.md)
6. [NoSQL](materi/06-nosql.md)
7. [Remote Procedure Invocation](materi/07-remote-procedure-invocation.md)
8. [Messaging](materi/08-messaging.md)
9. [Type of Microservices](materi/09-type-of-microservices.md)
10. [Service Orchestration](materi/10-service-orchestration.md)
11. [Service Choreography](materi/11-service-choreography.md)