Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Node.js Microservices for beginners, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:00:48
    What you'll need
  2. Урок 2. 00:07:50
    What are monoliths?
  3. Урок 3. 00:06:48
    What are Microservices
  4. Урок 4. 00:05:01
    Let's build a monolith ourselves pt. 1
  5. Урок 5. 00:06:02
    Let's build a monolith ourselves pt. 2
  6. Урок 6. 00:06:08
    Let's build a monolith ourselves pt. 3
  7. Урок 7. 00:03:10
    Microservices to the rescue
  8. Урок 8. 00:08:56
    Refactor to Microservices
  9. Урок 9. 00:00:48
    Pronto
  10. Урок 10. 00:06:53
    Benefits of Microservices
  11. Урок 11. 00:05:25
    Drawbacks of Mircoservices
  12. Урок 12. 00:01:02
    Let's sum up!
  13. Урок 13. 00:04:03
    What are we going to build?
  14. Урок 14. 00:01:28
    Before we get started
  15. Урок 15. 00:01:46
    Lerna installation
  16. Урок 16. 00:01:37
    Lerna Kickstart
  17. Урок 17. 00:03:08
    What is: API-Gateway?
  18. Урок 18. 00:02:18
    What is: API-Gateway? pt. 2
  19. Урок 19. 00:06:09
    Gateway: GrapqhQL vs REST
  20. Урок 20. 00:04:51
    Gateway: First Microservice
  21. Урок 21. 00:03:57
    Gateway: Start the engines
  22. Урок 22. 00:03:06
    Gateway: add GraqhQL
  23. Урок 23. 00:05:10
    Gateway: Schemas & GraphQL-Interface
  24. Урок 24. 00:09:06
    Gateway: Configuration file
  25. Урок 25. 00:07:22
    Gateway: Schema update
  26. Урок 26. 00:03:52
    Gateway: Schema types pt. 1
  27. Урок 27. 00:09:05
    Gateway: Schema types pt. 2
  28. Урок 28. 00:10:43
    Gateway: Resolvers
  29. Урок 29. 00:04:14
    Database: Overview
  30. Урок 30. 00:04:18
    Database: mLab User & Instance
  31. Урок 31. 00:07:05
    Database: Next Microservice
  32. Урок 32. 00:04:51
    Database: GET Routes
  33. Урок 33. 00:07:14
    Database: Connect to MongoDB
  34. Урок 34. 00:01:28
    Database: DB Issue Fix
  35. Урок 35. 00:11:08
    Database: Mongoose Schema
  36. Урок 36. 00:04:00
    Database: Fetch from Database
  37. Урок 37. 00:12:02
    Database: Refactor GET Routes
  38. Урок 38. 00:14:01
    Database: POST Routes
  39. Урок 39. 00:10:53
    What is: PM2?
  40. Урок 40. 00:08:37
    PM2 Extended
  41. Урок 41. 00:10:58
    Connect API Gateway with Database service
  42. Урок 42. 00:05:12
    Code Cleanup
  43. Урок 43. 00:08:29
    Database: POST to Database
  44. Урок 44. 00:14:49
    Refactor Resolver
  45. Урок 45. 00:07:55
    Recap & Overview on the things to come
  46. Урок 46. 00:09:38
    What is: Queue?
  47. Урок 47. 00:09:40
    Q: CloudAMQP
  48. Урок 48. 00:16:27
    Q: Producer
  49. Урок 49. 00:14:14
    Q: Consumer
  50. Урок 50. 00:12:13
    Q: Push to Queue
  51. Урок 51. 00:10:03
    Q: Export push to Queue function
  52. Урок 52. 00:19:12
    Mailing Service: First Throw
  53. Урок 53. 00:07:40
    Mailing Service: Final Connection
  54. Урок 54. 00:09:30
    Mailing Service: MailJet
  55. Урок 55. 00:03:23
    Mailing Service: Found the bug!
  56. Урок 56. 00:04:14
    ITS A WRAP