Building Effective Embedded Systems: Architectural Best Practices
0 码力 | 241 页 | 2.28 MB | 5 月前3Design Patterns
draw( Square const& square ) const override; private: 71 A Classic Object-Oriented Solution Architectural Boundary High level (stable, low dependencies) Low level (volatile, malleable, high dependencies){ create( filename ); drawAllShapes( shapes ); } 72 A Classic Object-Oriented Solution Architectural Boundary My Code Your Codevoid createAndDrawShapes( ShapesFactory const& factory, std::string_view filename ) { Shapes shapes = factory.create( filename ); drawAllShapes( shapes ); } Architectural Boundary My Code Your Code class Rectangle : public Shape { public: Rectangle( double0 码力 | 136 页 | 7.95 MB | 5 月前3领域驱动设计&中台/DDD在旅游电商架构演进中的实践
��Domain� ����MicroService� �����Architectural Quantum� ��������������� �����Architectural Style� �����Problem Space� ����Solution Space� �����Architectural Pattern� �����Design Pattern� ���Architecture� ���� �Architectural Quantum� �� �Code� ����� ����� ����������� ����������� �� ���� �Application architecture� ���� �Integration architecture� ����� ����� ���� �Architectural Style� ������� Modular monoliths ������� Service-based architectures ����� Microservices ���� �Architectural Granularity � — from Building evolutionary architecture ���� - �� ISP SRP LSP OCP DIP0 码力 | 47 页 | 1.45 MB | 1 年前3Building API server-side architecture for Beginners
Inc. �� Approach to build architecture Architectural complexity Go Skills/Knowledge © ����-���� BASE, Inc. �� Approach to build architecture Architectural complexity the final architecture � the project Go Skills/Knowledge © ����-���� BASE, Inc. �� Approach to build architecture Architectural complexity the final architecture �. Set intermediate goals to “the final architecture” of my team Architectural complexity Layered Architecture + DIP Simple Model-Controller Model-Controller + DIP �. �. Go Skills/Knowledge © ����-���� BASE, Inc. �� Architectural complexity0 码力 | 38 页 | 690.29 KB | 1 年前3Falcon v1.3.0 Documentation
unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. class CatalogItem(object): # ... @falcon.before(hooks.to_oid) def on_get(self, id): web framework for building large-scale app backends and microservices. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. Falcon apps work an API: # things.py # Let's get this party started! import falcon # Falcon follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions0 码力 | 146 页 | 535.22 KB | 1 年前3Falcon v1.3.0 Documentation
unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. class CatalogItem(object): # ... @falcon.before(hooks.to_oid) def on_get(self web framework for building large-scale app backends and microservices. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. Falcon apps work an API: # things.py # Let's get this party started! import falcon # Falcon follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions0 码力 | 194 页 | 266.90 KB | 1 年前3Falcon v1.4.1 Documentation
unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. class CatalogItem(object): # ... @falcon.before(hooks.to_oid) def on_get(self, id): web framework for building large-scale app backends and microservices. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. Falcon apps work an API: # things.py # Let's get this party started! import falcon # Falcon follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions0 码力 | 158 页 | 587.88 KB | 1 年前3Falcon v1.4.0 Documentation
unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. class CatalogItem(object): # ... @falcon.before(hooks.to_oid) def on_get(self, id): web framework for building large-scale app backends and microservices. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. Falcon apps work an API: # things.py # Let's get this party started! import falcon # Falcon follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions0 码力 | 156 页 | 573.94 KB | 1 年前3Falcon v1.4.1 Documentation
unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. class CatalogItem(object): # ... @falcon.before(hooks.to_oid) def on_get(self, id): web framework for building large-scale app backends and microservices. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. Falcon apps work an API: # things.py # Let's get this party started! import falcon # Falcon follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions0 码力 | 156 页 | 574.46 KB | 1 年前3Falcon v1.2.0 Documentation
unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. class CatalogItem(object): # ... @falcon.before(hooks.to_oid) def on_get(self an API: # things.py # Let's get this party started! import falcon # Falcon follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions localhost:8000 Creating Resources Falcon’s design borrows several key concepts from the REST architectural style. Central to both REST and the Falcon framework is the concept of a “resource”. Resources0 码力 | 177 页 | 252.56 KB | 1 年前3
共 317 条
- 1
- 2
- 3
- 4
- 5
- 6
- 32