Cantitate/Preț
Produs

Balancing Coupling in Software Design

Autor Vlad Khononov
en Limba Engleză Paperback – 7 oct 2024

Microservices become immensely popular because it promised to help organizations build loosely-coupled systems that allow for fast, easy change. But microservices systems haven't always kept that promise. This book identifies the deeper problem -- how software architects and designers approach coupling - and introduces an important new approach for creating more successful designs whether you use microservices or not. Instead of blindly avoiding coupling, leading software architecture expert Vladik (Vlad) Khononov proposes a novel method that transforms it into a powerful design tool: "balanced multi-dimensional coupling." Khononov begins by surveying existing methods of evaluating coupling, and illuminating their strengths and limitations in the context of modern distributed systems. Next, he introduces a new multi-dimensional coupling model, and demonstrates how to harness it to build modular software. Instead of focusing solely on a single approach, Balancing Coupling in Software Design illuminates underlying design principles that are ubiquitous in SOA, microservices, DDD, design patterns, and other paradigms, revealing how each of them can fail if thoughtful design principles for coupling are neglected -- and how balanced coupling can make all of them work more effectively.

Citește tot Restrânge

Preț: 21165 lei

Preț vechi: 26456 lei
-20% Nou

Puncte Express: 317

Preț estimativ în valută:
4051 4207$ 3365£

Carte disponibilă

Livrare economică 11-25 ianuarie 25
Livrare express 28 decembrie 24 - 03 ianuarie 25 pentru 3108 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780137353484
ISBN-10: 0137353480
Pagini: 320
Dimensiuni: 181 x 228 x 25 mm
Greutate: 0.57 kg
Editura: Pearson Education (US)

Descriere

Microservices become immensely popular because it promised to help organizations build loosely-coupled systems that allow for fast, easy change. But microservices systems haven't always kept that promise. This book identifies the deeper problem -- how software architects and designers approach coupling - and introduces an important new approach for creating more successful designs whether you use microservices or not.

Instead of blindly avoiding coupling, leading software architecture expert Vladik (Vlad) Khononov proposes a novel method that transforms it into a powerful design tool: "balanced multi-dimensional coupling." Khononov begins by surveying existing methods of evaluating coupling, and illuminating their strengths and limitations in the context of modern distributed systems. Next, he introduces a new multi-dimensional coupling model, and demonstrates how to harness it to build modular software.

Instead of focusing solely on a single approach, Balancing Coupling in Software Design illuminates underlying design principles that are ubiquitous in SOA, microservices, DDD, design patterns, and other paradigms, revealing how each of them can fail if thoughtful design principles for coupling are neglected -- and how balanced coupling can make all of them work more effectively.


Cuprins

Introduction
 
 
Part I: Dimensions of Coupling
 
1. What is Coupling?
 
2. Strength
 
3. Distance
 
4. Volatility
 
 
Part II: Balanced Coupling
 
5. Balance
 
6. Balanced Coupling in Patterns and Methodologies
 
 
Part III: Refactoring Towards Balanced Coupling
 
7. Shell Script
 
8. Distributed System
 
9. Mobile Game
 
10. Conclusion