Удален по просьбе правообладателя
  1. Урок 1. 00:01:24
    Welcome
  2. Урок 2. 00:02:09
    What will you learn in this course?
  3. Урок 3. 00:03:58
    Who is the course for and prerequisites
  4. Урок 4. 00:03:44
    Getting the most from this course
  5. Урок 5. 00:03:35
    Introducing the Sample Application
  6. Урок 6. 00:03:55
    How big is a microservice?
  7. Урок 7. 00:08:20
    The current code-base
  8. Урок 8. 00:05:33
    Your first microservice
  9. Урок 9. 00:02:55
    Integrating your first microservice
  10. Урок 10. 00:00:39
    Introducing integration tests
  11. Урок 11. 00:07:34
    API First Design
  12. Урок 12. 00:02:00
    Mocking microservice integrations
  13. Урок 13. 00:03:56
    Run your microservices
  14. Урок 14. 00:02:48
    Section Recap
  15. Урок 15. 00:03:16
    Independent Testability
  16. Урок 16. 00:03:12
    Defining the different types of tests
  17. Урок 17. 00:04:30
    Unit testing a microservice
  18. Урок 18. 00:07:28
    Integration testing a microservice
  19. Урок 19. 00:02:53
    Contract testing inter-service communication
  20. Урок 20. 00:05:39
    Break a contact, test the test
  21. Урок 21. 00:07:04
    End to tests, good or bad?
  22. Урок 22. 00:05:03
    Performance testing your service
  23. Урок 23. 00:03:42
    Load testing your service
  24. Урок 24. 00:02:31
    Section recap
  25. Урок 25. 00:03:11
    Module Introduction
  26. Урок 26. 00:01:41
    gRPC for inter-service communication
  27. Урок 27. 00:01:13
    Deploying new services
  28. Урок 28. 00:02:39
    Is a microservice a single process?
  29. Урок 29. 00:02:20
    Your first gRPC microservice
  30. Урок 30. 00:03:43
    Integration test your new service
  31. Урок 31. 00:01:37
    Implement a gRPC client
  32. Урок 32. 00:04:10
    Mocking gRPC for integration tests
  33. Урок 33. 00:02:31
    End to end tests with gRPC
  34. Урок 34. 00:03:48
    Dealing with failure in gRPC
  35. Урок 35. 00:04:10
    Dealing with failure in REST
  36. Урок 36. 00:02:35
    An Introduction to Service Discovery
  37. Урок 37. 00:09:20
    Service Discovery with Consul
  38. Урок 38. 00:03:48
    The Problem with Synchronous Communication
  39. Урок 39. 00:02:58
    An Introduction to Asynchronous Communication
  40. Урок 40. 00:02:02
    Technology Choices for Async Communication
  41. Урок 41. 00:00:39
    Shared Code for Event Communication
  42. Урок 42. 00:01:13
    Event Schemas and the CloudEvents Specification
  43. Урок 43. 00:01:20
    Defining event subscribers
  44. Урок 44. 00:01:54
    Publishing your first event
  45. Урок 45. 00:03:08
    Consuling your first event
  46. Урок 46. 00:01:41
    Asynchronous communication in action
  47. Урок 47. 00:03:38
    Integration test with events
  48. Урок 48. 00:00:48
    Libraries for message driven systems
  49. Урок 49. 00:05:09
    Fault-tolerance in event driven systems
  50. Урок 50. 00:03:05
    Implementing Idempotency
  51. Урок 51. 00:01:13
    Asynchronous Communication Recap
  52. Урок 52. 00:08:51
    Caching
  53. Урок 53. 00:01:17
    Section Recap
  54. Урок 54. 00:05:00
    The Strangler Fig Pattern for decomposition
  55. Урок 55. 00:02:52
    Configure Nginx as a reverse proxy
  56. Урок 56. 00:00:49
    Nginx in action
  57. Урок 57. 00:01:42
    Breaking out the orders API
  58. Урок 58. 00:01:44
    Breaking out inter-module communication
  59. Урок 59. 00:01:57
    An event-first approach to decomposition
  60. Урок 60. 00:02:29
    Handling events inside your monolith
  61. Урок 61. 00:01:53
    Data Persistence during a migration
  62. Урок 62. 00:02:39
    Monolith to microservices recap
  63. Урок 63. 00:01:12
    Microservices architecture in action
  64. Урок 64. 00:01:26
    Section Recap
  65. Урок 65. 00:03:20
    Introduction to secure microservices
  66. Урок 66. 00:04:48
    User Login for ASP.NET Microservices
  67. Урок 67. 00:01:20
    Generating authentication tokens on user login
  68. Урок 68. 00:05:33
    Users Authentication in Action
  69. Урок 69. 00:03:13
    Using JWT claims inside your application
  70. Урок 70. 00:04:08
    Integration testing secure microservices
  71. Урок 71. 00:04:10
    Methods of Service to service authentication
  72. Урок 72. 00:03:19
    Implementing service to service authentication
  73. Урок 73. 00:02:01
    Section Recap
  74. Урок 74. 00:01:00
    Introduction to scaling microservices
  75. Урок 75. 00:03:56
    Platform engineering for deployment pipelines
  76. Урок 76. 00:02:14
    Standardising deployment pipelines
  77. Урок 77. 00:01:02
    Service blueprints for getting started
  78. Урок 78. 00:01:33
    Discoverability in large-scale microservice architectures
  79. Урок 79. 00:05:09
    Auto-generate documentation for async API’s
  80. Урок 80. 00:00:25
    A Brief word on Backstage.IO
  81. Урок 81. 00:02:54
    Considerations of microservices at scale
  82. Урок 82. 00:01:22
    Course recap