Index
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
A
abstract base classes (ABCs) 12, 13, 78
abstract factory pattern 53
implementing 54-58
real-world examples 54
use cases 54
abstract syntax tree (AST) 140
Actor model 203
adaptation 79
adaptee 79
adapter 77
adapter pattern 77
implementing 78-82
legacy class, adapting 78-80
real-world examples 78
several classes, adapting into unified interface 80-83
use cases 78
architectural design patterns 163
Clean Architecture 185
Command Query Responsibility Segregation (CQRS) 185
Event-Driven Architecture (EDA) 185
Event Sourcing pattern 180-184
Microservices pattern 169-176
Model-View-Controller (MVC) pattern 164-169
Serverless pattern 177-179
asynchronous programming 187
asyncio library 197
awscli-local 164
AWS Lambda...