├── LICENSE ├── Practice 1.zip ├── Practice 2.zip ├── Practice 3.zip ├── Practice 4.zip ├── Practice 5.zip ├── README.md └── Slides ├── 01 Lesson 1 - Concepts of Distributed Systems.pdf ├── 02 Practice 1 - Environment Setup.pdf ├── 03 Lesson 2 - Remote Procedure Call.pdf ├── 04 Practice 2 - Remote Procedure Call.pdf ├── 05 Lesson 3 - Distributed Databases.pdf ├── 06 Practice 3 - Distributed Databases.pdf ├── 07 Lesson 4 - Cluster Coordination.pdf ├── 08 Practice 4 - Cluster Coordination.pdf ├── 09 Lesson 5 - Distributed Messaging Systems.pdf └── 10 Practice 5 - Distributed Messaging Systems.pdf /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 Packt 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Practice 1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Modern-Distributed-Systems-with-Java/04c07c23554465d57d24851f1454c4e4fdcae989/Practice 1.zip -------------------------------------------------------------------------------- /Practice 2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Modern-Distributed-Systems-with-Java/04c07c23554465d57d24851f1454c4e4fdcae989/Practice 2.zip -------------------------------------------------------------------------------- /Practice 3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Modern-Distributed-Systems-with-Java/04c07c23554465d57d24851f1454c4e4fdcae989/Practice 3.zip -------------------------------------------------------------------------------- /Practice 4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Modern-Distributed-Systems-with-Java/04c07c23554465d57d24851f1454c4e4fdcae989/Practice 4.zip -------------------------------------------------------------------------------- /Practice 5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Modern-Distributed-Systems-with-Java/04c07c23554465d57d24851f1454c4e4fdcae989/Practice 5.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | # Building-Modern-Distributed-Systems-with-Java 5 | Building Modern Distributed Systems with Java, published by Packt 6 | -------------------------------------------------------------------------------- /Slides/01 Lesson 1 - Concepts of Distributed Systems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Modern-Distributed-Systems-with-Java/04c07c23554465d57d24851f1454c4e4fdcae989/Slides/01 Lesson 1 - Concepts of Distributed Systems.pdf -------------------------------------------------------------------------------- /Slides/02 Practice 1 - Environment Setup.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Modern-Distributed-Systems-with-Java/04c07c23554465d57d24851f1454c4e4fdcae989/Slides/02 Practice 1 - Environment Setup.pdf -------------------------------------------------------------------------------- /Slides/03 Lesson 2 - Remote Procedure Call.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Modern-Distributed-Systems-with-Java/04c07c23554465d57d24851f1454c4e4fdcae989/Slides/03 Lesson 2 - Remote Procedure Call.pdf -------------------------------------------------------------------------------- /Slides/04 Practice 2 - Remote Procedure Call.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Modern-Distributed-Systems-with-Java/04c07c23554465d57d24851f1454c4e4fdcae989/Slides/04 Practice 2 - Remote Procedure Call.pdf -------------------------------------------------------------------------------- /Slides/05 Lesson 3 - Distributed Databases.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Modern-Distributed-Systems-with-Java/04c07c23554465d57d24851f1454c4e4fdcae989/Slides/05 Lesson 3 - Distributed Databases.pdf -------------------------------------------------------------------------------- /Slides/06 Practice 3 - Distributed Databases.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Modern-Distributed-Systems-with-Java/04c07c23554465d57d24851f1454c4e4fdcae989/Slides/06 Practice 3 - Distributed Databases.pdf -------------------------------------------------------------------------------- /Slides/07 Lesson 4 - Cluster Coordination.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Modern-Distributed-Systems-with-Java/04c07c23554465d57d24851f1454c4e4fdcae989/Slides/07 Lesson 4 - Cluster Coordination.pdf -------------------------------------------------------------------------------- /Slides/08 Practice 4 - Cluster Coordination.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Modern-Distributed-Systems-with-Java/04c07c23554465d57d24851f1454c4e4fdcae989/Slides/08 Practice 4 - Cluster Coordination.pdf -------------------------------------------------------------------------------- /Slides/09 Lesson 5 - Distributed Messaging Systems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Modern-Distributed-Systems-with-Java/04c07c23554465d57d24851f1454c4e4fdcae989/Slides/09 Lesson 5 - Distributed Messaging Systems.pdf -------------------------------------------------------------------------------- /Slides/10 Practice 5 - Distributed Messaging Systems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-Modern-Distributed-Systems-with-Java/04c07c23554465d57d24851f1454c4e4fdcae989/Slides/10 Practice 5 - Distributed Messaging Systems.pdf --------------------------------------------------------------------------------