Companies Home Search Profile

Microservice APIs, Video Edition

Focused View

10:57:08

0 View
  • Appendix_A._Granular_queries_with_GraphQL.mp4
    05:40
  • Appendix_A._HTTP-native_APIs_with_REST.mp4
    02:35
  • Appendix_A._RPC_strikes_again_Fast_exchanges_over_gRPC.mp4
    03:47
  • Appendix_A._SOAP_and_the_emergence_of_API_standards.mp4
    03:12
  • Appendix_A._Types_of_web_APIs_and_protocols.mp4
    04:32
  • Appendix_B._Managing_an_API_s_life_cycle.mp4
    06:52
  • Appendix_B._Managing_the_life_cycle_of_your_APIs.mp4
    03:32
  • Appendix_C._API_authorization_using_an_identity_provider.mp4
    07:18
  • Appendix_C._Authorizing_requests_in_the_Swagger_UI.mp4
    02:38
  • Appendix_C._Using_the_PKCE_authorization_flow.mp4
    03:06
  • Appendix_C._Using_the_client_credentials_flow.mp4
    02:16
  • Chapter_1._Challenges_of_microservices_architecture.mp4
    09:20
  • Chapter_1._Introducing_documentation-driven_development.mp4
    03:40
  • Chapter_1._Introducing_the_CoffeeMesh_application.mp4
    00:48
  • Chapter_1._Summary.mp4
    03:08
  • Chapter_1._What_are_microservice_APIs.mp4
    11:27
  • Chapter_1._What_are_web_APIs.mp4
    06:42
  • Chapter_1._Who_this_book_is_for_and_what_you_will_learn.mp4
    02:21
  • Chapter_2._Adding_an_in-memory_list_of_orders_to_the_API.mp4
    02:13
  • Chapter_2._A_basic_API_implementation.mp4
    03:42
  • Chapter_2._High-level_architecture_of_the_orders_application.mp4
    02:48
  • Chapter_2._Implementing_data_validation_models_with_pydantic.mp4
    04:18
  • Chapter_2._Implementing_the_API_endpoints.mp4
    09:29
  • Chapter_2._Marshalling_and_validating_response_payloads_with_pydantic.mp4
    03:26
  • Chapter_2._Summary.mp4
    01:03
  • Chapter_2._Validating_request_payloads_with_pydantic.mp4
    03:59
  • Chapter_3._Decomposition_by_business_capability_vs._decomposition_by_subdomain.mp4
    02:53
  • Chapter_3._Designing_microservices.mp4
    02:49
  • Chapter_3._Microservices_design_principles.mp4
    04:40
  • Chapter_3._Service_decomposition_by_business_capability.mp4
    06:58
  • Chapter_3._Service_decomposition_by_subdomains.mp4
    09:24
  • Chapter_3._Summary.mp4
    01:21
  • Chapter_4._Analyzing_the_maturity_of_an_API_with_the_Richardson_maturity_model.mp4
    05:28
  • Chapter_4._Architectural_constraints_of_REST_applications.mp4
    06:52
  • Chapter_4._Designing_API_payloads.mp4
    08:58
  • Chapter_4._Designing_URL_query_parameters.mp4
    02:44
  • Chapter_4._Hypermedia_as_the_engine_of_application_state.mp4
    05:03
  • Chapter_4._Principles_of_REST_API_design.mp4
    04:38
  • Chapter_4._Structured_resource_URLs_with_HTTP_methods.mp4
    06:54
  • Chapter_4._Summary.mp4
    02:00
  • Chapter_4._Using_HTTP_status_codes_to_create_expressive_HTTP_responses.mp4
    12:42
  • Chapter_5._Anatomy_of_an_OpenAPI_specification.mp4
    03:05
  • Chapter_5._Creating_generic_responses.mp4
    02:58
  • Chapter_5._Defining_the_authentication_scheme_of_the_API.mp4
    02:21
  • Chapter_5._Documenting_API_responses.mp4
    03:02
  • Chapter_5._Documenting_REST_APIs_with_OpenAPI.mp4
    08:04
  • Chapter_5._Documenting_URL_query_parameters.mp4
    02:04
  • Chapter_5._Documenting_request_payloads.mp4
    02:17
  • Chapter_5._Documenting_the_API_endpoints.mp4
    02:20
  • Chapter_5._Refactoring_schema_definitions_to_avoid_repetition.mp4
    02:53
  • Chapter_5._Summary.mp4
    01:35
  • Chapter_6._Building_REST_APIs_with_Python.mp4
    06:00
  • Chapter_6._Implementing_an_in-memory_list_of_schedules.mp4
    01:53
  • Chapter_6._Implementing_payload_validation_models_with_marshmallow.mp4
    03:42
  • Chapter_6._Implementing_the_API_endpoints.mp4
    05:11
  • Chapter_6._Initializing_the_web_application_for_the_API.mp4
    02:56
  • Chapter_6._Introducing_flask-smorest.mp4
    02:10
  • Chapter_6._Overriding_FastAPI_s_dynamically_generated_specification.mp4
    02:38
  • Chapter_6._Overriding_flask-smorest_s_dynamically_generated_API_specification.mp4
    01:07
  • Chapter_6._Overview_of_the_kitchen_API.mp4
    02:45
  • Chapter_6._Summary.mp4
    01:58
  • Chapter_6._URL_query_parameters_for_the_orders_API.mp4
    02:27
  • Chapter_6._Validating_URL_query_parameters.mp4
    03:16
  • Chapter_6._Validating_data_before_serializing_the_response.mp4
    05:16
  • Chapter_6._Validating_payloads_with_unknown_fields.mp4
    05:16
  • Chapter_7._Implementing_the_business_layer.mp4
    17:50
  • Chapter_7._Implementing_the_database_models.mp4
    10:58
  • Chapter_7._Implementing_the_repository_pattern_for_data_access.mp4
    12:58
  • Chapter_7._Implementing_the_unit_of_work_pattern.mp4
    08:27
  • Chapter_7._Integrating_the_API_layer_and_the_service_layer.mp4
    02:57
  • Chapter_7._Service_implementation_patterns_for_microservices.mp4
    09:15
  • Chapter_7._Setting_up_the_environment_and_the_project_structure.mp4
    02:54
  • Chapter_7._Summary.mp4
    01:31
  • Chapter_8._Altering_the_state_of_the_server_with_mutations.mp4
    04:19
  • Chapter_8._Combining_different_types_through_unions_and_interfaces.mp4
    03:45
  • Chapter_8._Constraining_property_values_with_enumerations.mp4
    02:08
  • Chapter_8._Defining_queries_to_serve_data_from_the_API.mp4
    05:43
  • Chapter_8._Designing_GraphQL_APIs.mp4
    06:02
  • Chapter_8._Introducing_GraphQL_s_type_system.mp4
    06:44
  • Chapter_8._Introducing_the_products_API.mp4
    05:18
  • Chapter_8._Representing_collections_of_items_with_lists.mp4
    02:15
  • Chapter_8._Summary.mp4
    01:36
  • Chapter_8._Think_graphs_Building_meaningful_connections_between_object_types.mp4
    04:43
  • Chapter_9._Calling_a_GraphQL_API_with_Python_code.mp4
    02:46
  • Chapter_9._Consuming_GraphQL_APIs.mp4
    05:54
  • Chapter_9._Demystifying_GraphQL_queries.mp4
    02:18
  • Chapter_9._Introducing_GraphQL_queries.mp4
    04:53
  • Chapter_9._Navigating_the_API_graph.mp4
    02:50
  • Chapter_9._Running_GraphQL_mutations.mp4
    02:08
  • Chapter_9._Running_multiple_queries_and_query_aliasing.mp4
    04:22
  • Chapter_9._Running_parameterized_queries_and_mutations.mp4
    03:38
  • Chapter_9._Running_queries_with_input_parameters.mp4
    01:15
  • Chapter_9._Summary.mp4
    01:22
  • Chapter_9._Using_fragments_in_queries.mp4
    02:42
  • Chapter_10._Building_GraphQL_APIs_with_Python.mp4
    03:37
  • Chapter_10._Implementing_the_products_API.mp4
    30:41
  • Chapter_10._Introducing_Ariadne.mp4
    08:36
  • Chapter_10._Introducing_the_tech_stack.mp4
    02:47
  • Chapter_10._Summary.mp4
    01:48
  • Chapter_11._API_authorization_and_authentication.mp4
    03:52
  • Chapter_11._Adding_authorization_to_the_API_server.mp4
    10:04
  • Chapter_11._Authorizing_resource_access.mp4
    11:16
  • Chapter_11._Summary.mp4
    02:20
  • Chapter_11._Understanding_authentication_and_authorization_protocols.mp4
    12:31
  • Chapter_11._Working_with_JSON_Web_Tokens.mp4
    16:45
  • Chapter_12._Designing_your_API_testing_strategy.mp4
    01:38
  • Chapter_12._Introduction_to_property-based_testing.mp4
    10:31
  • Chapter_12._Summary.mp4
    01:46
  • Chapter_12._Testing_GraphQL_APIs.mp4
    03:42
  • Chapter_12._Testing_REST_APIs_with_Dredd.mp4
    18:52
  • Chapter_12._Testing_REST_APIs_with_Schemathesis.mp4
    07:38
  • Chapter_12._Testing_and_validating_APIs.mp4
    05:53
  • Chapter_13._Dockerizing_a_microservice.mp4
    08:21
  • Chapter_13._Dockerizing_microservice_APIs.mp4
    04:34
  • Chapter_13._Publishing_Docker_builds_to_a_container_registry.mp4
    02:31
  • Chapter_13._Running_applications_with_Docker_Compose.mp4
    03:24
  • Chapter_13._Summary.mp4
    00:47
  • Chapter_14._Creating_a_Kubernetes_cluster_with_EKS.mp4
    06:08
  • Chapter_14._Deleting_the_Kubernetes_cluster.mp4
    02:54
  • Chapter_14._Deploying_a_Kubernetes_load_balancer.mp4
    04:46
  • Chapter_14._Deploying_microservices_to_the_Kubernetes_cluster.mp4
    11:39
  • Chapter_14._Deploying_microservice_APIs_with_Kubernetes.mp4
    05:46
  • Chapter_14._How_Kubernetes_works_The__CliffsNotes__version.mp4
    03:54
  • Chapter_14._Setting_up_a_serverless_database_with_AWS_Aurora.mp4
    15:15
  • Chapter_14._Summary.mp4
    02:06
  • Chapter_14._Updating_the_OpenAPI_specification_with_the_ALB_s_hostname.mp4
    02:49
  • Chapter_14._Using_IAM_roles_for_Kubernetes_service_accounts.mp4
    02:12
  • Part_1._Introducing_Microservice_APIs.mp4
    02:03
  • Part_2._Designing_and_building_REST_APIs.mp4
    01:49
  • Part_3._Designing_and_building_GraphQL_APIs.mp4
    01:44
  • Part_4._Securing,_testing,_and_deploying_microservice_APIs.mp4
    02:08
  • More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    O'Reilly Media is an American learning company established by Tim O'Reilly that publishes books, produces tech conferences, and provides an online learning platform. Its distinctive brand features a woodcut of an animal on many of its book covers.
    • language english
    • Training sessions 131
    • duration 10:57:08
    • Release Date 2025/01/15