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